php? Posted August 6, 2007 Share Posted August 6, 2007 Hi guyz another newby question How would i change the size of my font to like... 13 and then the color to white? Sample: <td align="left"> <b>Username</b> Quote Link to comment https://forums.phpfreaks.com/topic/63494-colorsizefont/ Share on other sites More sharing options...
simcoweb Posted August 6, 2007 Share Posted August 6, 2007 <font face="Arial" size="2" color="#FFFFFF">Username</font> Quote Link to comment https://forums.phpfreaks.com/topic/63494-colorsizefont/#findComment-316495 Share on other sites More sharing options...
JosiaMFire2 Posted August 6, 2007 Share Posted August 6, 2007 Or using css: Size: font-size:1.0em; OR font-size:10px; OR font-size:100%; (for example) Color: color:#ffffff; <td style="font-size:1.0em; color:#ffffff;"> Quote Link to comment https://forums.phpfreaks.com/topic/63494-colorsizefont/#findComment-316496 Share on other sites More sharing options...
tibberous Posted August 6, 2007 Share Posted August 6, 2007 Not a PHP question really. Quote Link to comment https://forums.phpfreaks.com/topic/63494-colorsizefont/#findComment-316507 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.