Thread: Html Help
View Single Post
Old 08-04-2004, 08:54 AM   #2 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

If you want to make a border around the text, you will need to do it in CSS...

For example

.whatever {
font-family: Verdana;
font-size: 10px;
color: #000000;
border: thin solid #000000;
}
ADZ is offline