PDA

View Full Version : Font sizes



pro5ject
March 12th, 2004, 06:12
In the code below the font size is 1, but how would I make it small, very small infact barely visable.


<p align="center"><font color="#CED295" size="1" face="Verdana, Arial

Ive seen it done b4, but not sure where, nor how.

Any ideas ??

phuckedup
March 12th, 2004, 06:16
<small><small><small><small><small> </small></small></small></small></small>

:P

size="-number" ?

Chroder
March 12th, 2004, 15:40
Use CSS


<p align="center" style="color: #000; font: 8px Verdana, Arial">this is the very small text</p>

(Changed the text to black so I could see it better :p)