Help - Search - Members - Calendar
Full Version: Css Help
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
CPPHD
Hi, I am creating a my CSS file and have run in to a problem. I have my logo image in the top left corner of my web site and it is linked to the home page of my website. The problem is that there is a blue border around it indicating that it is a link but i can not get rid of it.

Thanks in advance for your help.
Brandon
QUOTE(CPPHD @ Dec 15 2007, 10:34 PM) *
Hi, I am creating a my CSS file and have run in to a problem. I have my logo image in the top left corner of my web site and it is linked to the home page of my website. The problem is that there is a blue border around it indicating that it is a link but i can not get rid of it.

Thanks in advance for your help.

you could try setting the border of it 2
"border: none;"
then see if you get an blue border
CPPHD
Thanks, it worked. It did not work when I put it in the CSS but it did work when I put it in the HTML code for the image.

Thanks for the help.

CPPHD
Brandon
QUOTE(CPPHD @ Dec 15 2007, 10:47 PM) *
Thanks, it worked. It did not work when I put it in the CSS but it did work when I put it in the HTML code for the image.

Thanks for the help.

CPPHD



QUOTE(CPPHD @ Dec 15 2007, 10:47 PM) *
Thanks, it worked. It did not work when I put it in the CSS but it did work when I put it in the HTML code for the image.

Thanks for the help.

CPPHD

i did nouthing you did it your self remeber

QUOTE
I put it in the CSS but it did work when I put it in the HTML code for the image
CPPHD
Yes, but you gave the idea. I would have never thought of putting in border="none" if you did not give the idea of border: none; .
That is why I am thanking you.
iamandy
CODE
a img{
border: none;
}


that will disable all the borders on images...that have a active link.
Drake14
Or you can do it in the HTML code.

CODE
<a href="link.html"><img src="img.w/e" border="0"></a>


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.