Kat1984
01-10-2004, 10:02 PM
I mean bigger than the usual size.
|
View Full Version : How to make text really BIG Kat1984 01-10-2004, 10:02 PM I mean bigger than the usual size. Arc Angel 01-10-2004, 10:08 PM There are numerous ways... But you could try something like: <h1></h1> or <font size="7"></font> And their are several other ways, but those ought to be the easiest. Midnight2828 01-10-2004, 10:10 PM <font size="1-7">Font Goes Here</font> Change the stuff in bold. the higher the number, the bigger the font. You can also use a Style Sheet. stargrl329 01-10-2004, 10:37 PM If you're willing to use a little CSS, you can make it any size you want. Like so: <font style="font-size:24pt">text here</font> You can change 24 to any number you want (remember that it's in point-sizes though, the same as you would use in a word processor document). :) pb&j 01-10-2004, 10:49 PM If you're willing to use a little CSS, you can make it any size you want. Like so: <font style="font-size:24pt">text here</font> You can change 24 to any number you want (remember that it's in point-sizes though, the same as you would use in a word processor document). :) that is a good thought, but i would suggest using SPAN instead of FONT if you are going to move into css. also mention that they can use PX instead of PT for the size if that helps. bellportal 01-13-2004, 10:57 AM <Font> is alright, but I think there is a limit to the biggest size you can have - I think that you can go larger with <span> |