View Single Post
Old 03-10-2008, 08:56 AM   #5
Creadiv
Designer
 
Join Date: Jan 2008
Posts: 49
Default

If you want to format a link to have no underlines you can do the following.

Code:
a , a:hover , a:visited , a:active
{
       text-decoration: none;
}
If you want to format your images so they do not have borders around them you can do the following.

Code:
img
{
      border: none;
}
__________________
My Sites:


My Blog - This is my blog.

The IP House - What's My IP Address?
Creadiv is offline   Reply With Quote