hello
I want to delete the underline under my links in the boxes, I tried it in the css, but it seems not to work, anyone knows how to do this![]()
amilo
hello
I want to delete the underline under my links in the boxes, I tried it in the css, but it seems not to work, anyone knows how to do this![]()
amilo
I wonder how you tried, and what exactly didn't work.Originally Posted by amilo
something like:
Code:td.infoBoxContents a { text-decoration: none; }![]()
i thought it was this code i had to change:
BODY {
/*background: #ffffff;*/
color: #000000;
margin: 0px;
background-image : url(images/OSCMAX_bg.gif);
A {
color: #000000;
text-decoration: none;
I resolved it with your code:
.infoBoxContents a {
text-decoration: none;
}
thx alot
amilo
Bookmarks