Click to See Complete Forum and Search --> : Image Borders and Hyperlinks


spinnykid
03-22-2009, 04:38 PM
Hi all,

I am having a problem with CSS, i have a hyperlinked image and it has a border... AGHHHHHHHHHHHH is there any way to remove this, i have tried the code bellow

<div id="head">
<a href="http://mycollection/">
<img src="images/standard/head.png" width="700" height="150" alt="My Movies Collection" />
</a>
</div>

# head a img{
border:none;

}

spinnykid
03-22-2009, 04:39 PM
Hi all,

I am having a problem with CSS, i have a hyperlinked image and it has a border... AGHHHHHHHHHHHH is there any way to remove this, i have tried the code bellow

<div id="head">
<a href="http://mycollection/">
<img src="images/standard/head.png" width="700" height="150" alt="My Movies Collection" />
</a>
</div>

# head a img{
border:none;

}


I have just noticed the problem and it now works, "# head" should be "#head"