View Single Post
  #4 (permalink)  
Old Nov 19th, 2007, 12:55
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS image link attributes

Quote:
Originally Posted by nashultz07 View Post
In the image code set border="0" and that should be all that you have to change.

Your code should look something like this (example has basic image coding):
Code: Select all
<img src="URL" border="0">
Hope this helps!
The border attribute is deprecated for IMG and OBJECT elements.

See swagner's reply.
Reply With Quote