More.... (Re: HTML Tutorial for SubChatters) (93607) | |||
Home > SubChat | |||
[ Read Responses | Post a New Response | Return to the Index ] |
|
More.... (Re: HTML Tutorial for SubChatters) |
|
Posted by The Port of Authority on Fri Jun 3 16:28:58 2005, in response to HTML Tutorial for SubChatters, posted by Amanda on Fri Jun 3 14:07:15 2005. 7a) To make text bigger, use the following code: <big>Your Text Here</big>7b) To make text smaller, use the following code: <small>Your Text Here</small> 7c) To make text even bigger or smaller, use multiple <big> or <small> tags. Note: for each <big> you use on the left of the text, you need a corresponding </big> on the right side of the text. |