Current location: Hot Scripts Forums » General Web Coding » CSS » Border attribute


Border attribute

Reply
  #1 (permalink)  
Old 06-19-07, 11:04 AM
pjking pjking is offline
Newbie Coder
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Border attribute

Hi all,

My online portfolio is failing the W3C Markup XHTML validation, because I'm using a border attribute on my images (img src tag in html, see below), so the <a href tag doesn't leave those nasty coloured borders around the image.

osport" title = "Eurosport" border = "0"/></a></td>

Can anyone tell me what I need to use in my css file to replace the border tag in the html.

Cheers
pjking
Reply With Quote
  #2 (permalink)  
Old 06-19-07, 11:18 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
use this:
css Code:
  1. a img{
  2.   border:none;
  3. }
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
  #3 (permalink)  
Old 06-19-07, 11:35 AM
pjking pjking is offline
Newbie Coder
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Nice one Unreal, you the man!!

pjking
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dumb HTMl Problem [Could be CSS] _net HTML/XHTML/XML 7 05-25-07 04:51 AM
CSS Border Hunter CSS 2 02-06-07 03:18 AM
Accomplishing something via an attribute selector? cynebald CSS 0 08-28-05 09:57 AM
js function / border & iframe cityonfire JavaScript 1 07-24-05 08:02 PM
I most definately suggest DevelopingCentral.com For Any Website Design/Development! Salty777 General Advertisements 2 10-01-04 04:27 AM


All times are GMT -5. The time now is 02:04 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.