
January 13th, 2002, 04:36 PM
|
|
Do you like PHP like ME?
|
|
Join Date: Nov 2001
Location: St. George, Utah, of the USA
Posts: 67
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
doing that u would not be xhtml compliant as we all should be
try this:
<STYLE>
.P{
letter-spacing: 1px;
}
</STYLE>
<div class="P">bleh</div>
<br>
<div class="P">blih</div>
<br>
<div class="P">blah</div>
this have kinda the affect ur lookin for or do u want something else?
__________________
You know your a web programmer when you see a '$' and think of PHP rather than money.
|