View Single Post
Old Apr 28th, 2005, 1:27 PM   #2
kirkl_uk
Programmer
 
kirkl_uk's Avatar
 
Join Date: Apr 2005
Location: England
Posts: 86
Rep Power: 4 kirkl_uk is on a distinguished road
Send a message via MSN to kirkl_uk
I think the most common way nowadays is to use the style attribute. Example:

<p style="font-family: Verdana; font-size: 10pt; color: #0000FF">
Your text goes here.
</p>

http://www.w3schools.com has some very good information on HTML. The method I have used is CSS (Cascading Style Sheets), so look it up if you need more information. There are other ways, but I feel this is most common.

kirkl_uk
kirkl_uk is offline   Reply With Quote