View Full Version : text size


hafunui
07-31-2004, 06:15 PM
how do i get text bigger than size 7?

COBOLdinosaur
07-31-2004, 06:22 PM
just site the size in pixels using a style property:

<p style="font-size:100px">
big text
</p>