NewGuy22
06-06-2010, 06:47 PM
Gentlemen,
I've exhausted all my knowledge and resources trying to get an image border to go away. My navigation bar has a white border that cannot be abolished no matter what I do.
Please visit: http://www.hannahwhitman.com
Currently my CSS has the following to try to get rid of the border:
td img, img, tr, a img {
border-style:none;
border:none;
padding:0px;
border-spacing:0px;
border-collapse:collapse;
margin:0px;
spacing:0px;
border:0px;
cellspacing:0px;
cellpadding:0px;
}
I thank all efforts in advance.
I've exhausted all my knowledge and resources trying to get an image border to go away. My navigation bar has a white border that cannot be abolished no matter what I do.
Please visit: http://www.hannahwhitman.com
Currently my CSS has the following to try to get rid of the border:
td img, img, tr, a img {
border-style:none;
border:none;
padding:0px;
border-spacing:0px;
border-collapse:collapse;
margin:0px;
spacing:0px;
border:0px;
cellspacing:0px;
cellpadding:0px;
}
I thank all efforts in advance.