View Single Post
  #2 (permalink)  
Old Nov 18th, 2007, 11:54
nashultz07 nashultz07 is offline
Junior Member
Join Date: Jul 2007
Location: Arkansas, USA
Age: 21
Posts: 45
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS image link attributes

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!
Reply With Quote