Jrfan888
01-19-2003, 06:11 PM
I'm trying to make the title really big. but when i try to put a larger size into the "font size" tag, it doesnt go bigger. i think it stops at around 8 or so. and when i try to put "72px" as the 72 size, nothing works. and even if i try to put the "px" next to any # (so its a px. size) that doesnt work either! anyone know whats wrong???
misfit
01-20-2003, 12:12 AM
Have you thought about using the <h1></h1> tags?
Or, do you know what those are?
Snooze
01-20-2003, 01:57 AM
...Exactly how big do you want the font? :/
epolady
01-20-2003, 02:23 AM
Try
<span style="font-size:##px;">Heading</span>
The SIZE property of the FONT tag has a limit to 7.
I agree with epolady and go with a CSS solution. It carries formatting techniques to a new level.
Jrfan888
01-20-2003, 08:44 PM
epolady! that worked great =)