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;
}
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;
}