View Full Version : Font Size Tag Question!!!


Prezhi0usGurL
03-19-2003, 12:52 PM
Hey!!!

I have a question.. you know how u put "size=1" for the font size?? well i wanna change it to a pt. size (like the sizes we use on word processors yeanO?) how is the tag to that??? coz i tried putting "ptsize=8" it came out huge.. please help!


Love Lots,
Kaisy

epolady
03-19-2003, 03:07 PM
Try something like

<span style="font-size: #pt;">Text</span> or
<div style="font-size: #pt;">Text</div>
<p style="font-size: #pt;">Text</p>

Or in your CSS

body{
font-size: #pt;
font-family: ............;

MaGiCSuN
03-19-2003, 05:57 PM
just do simple:

<font size="8pt">text here</font>

Love,
Mirna