Re: More.... (Re: HTML Tutorial for SubChatters) (93614) | |||
Home > SubChat | |||
[ Read Responses | Post a New Response | Return to the Index ] |
|
Re: More.... (Re: HTML Tutorial for SubChatters) |
|
Posted by RLine86Man on Fri Jun 3 16:55:22 2005, in response to Re: More.... (Re: HTML Tutorial for SubChatters), posted by joe c on Fri Jun 3 16:36:45 2005. There's an actually easier way to accomplish this...Use the <font size="[number you want from 1 (SUPER SMALL) to 18(THE BIGGEST YOU CAN MAKE)]">the text you want in that size, and then, close the argument with </font> For colored text...add the sub-argument color="(the color you want [i.e.: darkblue, blue, red, darkred])" to the font argument. For different font faces, use the face="(name of font [i.e.: Arial])" sub-argument within that. Here's an example of something..... This is my typical "quote" formatting. Now in code... <font face="Arial" color="darkblue">This is my typical "quote" formatting.</font> |