Click to See Complete Forum and Search --> : Size?


realchamp
06-04-2009, 10:36 PM
Isn't this a PHP question?

How can I make a piece of text in a larger size?

Like I did there, but it does not work....


- realchamp.

bradgrafelman
06-04-2009, 11:38 PM
Isn't this a PHP question?Nope. HTML/CSS.

Try the CSS font-size property.

realchamp
06-05-2009, 08:09 AM
Ohh okay.

What is the syntax for the font-size?

bradgrafelman
06-05-2009, 02:54 PM
font-size (http://www.w3schools.com/CSS/pr_font_font-size.asp)

realchamp
06-05-2009, 05:18 PM
Thanks! :) I got it working!