another stupid question, italics, underline, bold, etc. |
![]() ![]() |
another stupid question, italics, underline, bold, etc. |
Jul 11 2005, 10:48 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jul 2005 Member No: 170,276 |
ok. How do you get font to be in underlined.
without making the whole page after that underlined? and whats the codes for bold italic and underline. and... how do you change the font for one word or something then go back to your regular font? thanks. |
|
|
|
| *mipadi* |
Jul 11 2005, 10:56 AM
Post
#2
|
|
Guest |
To make text bold, use the <b> tag, and to stop text from being bold, use </b>, like this:
CODE The next text <b>is bold</b> but this isn't. The same goes for italics and underline, but use <i> and </i> for italics, and <u> and </u> for underline. To change the font for a word, use the font tag with the face or size attribute, like this: CODE The next text <font face="FONT" size="SIZE">is in a different font and size</font> but this isn't. Replace FONT with the name of the font, and SIZE with a number ranging from 1 to 7, or a relative value ranging from -7 to +7. |
|
|
|
Jul 11 2005, 10:56 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Jul 2005 Member No: 170,816 |
for underlined text
<u>TEXT</u> Bold text is <b>TEXT</b> Italic text <i>TEXT</i> to change the font for one word you blah blah blah <font face=FONT NAME>blah</font face> blah blah blah |
|
|
|
Jul 11 2005, 11:07 AM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^It's not </font face> its just </font>
|
|
|
|
![]() ![]() |