June 28th, 2006, 02:43 PM
|
#2 (permalink)
|
| I am a banana!
Join Date: Jun 2002 Location: Texas Tech
Posts: 3,921
|
There are a couple of ways to accomplish that. Code: <font style="font-weight: bold;">I need to make a bold statement</font>
<font style="color: red">I have to express my creative side</font>
<font style="font-style: italic">I want to change my voice</font>
<font style="text-decoration: underline">I want to emphasize my words or comments</font>
This method uses CSS. It can also be done in plain HTML, but CSS is the common way to do layout stuff. BTW, as a side note it's a bad idea to underline text that is not a link. Underlining has become synonomous with hyperlinks, and underlining text that isn't a link confuses users  .
Here's an excellet tutorial/reference site for web development: http://www.w3schools.com/ |
| |