
Originally Posted by
leavellwd
I originally had this code in the site, and it worked perfectly. Since I installed IH2 it doesn't work in my stylesheet.css for my template.
Is there a place in the IH2 files I will need to add the code?
My Stylesheet.css code (at least the top part) is as follows.
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #3B3B39;
background-color: #708773;
background-repeat: repeat;
background-position: center top;
}
a img {border: .5; border-color:#708773 }
a:link, #navEZPagesTOC ul li a {
color: #3B3B39;
text-decoration: none;
}
a:visited {
color: #3B3B39;
text-decoration: none;
}
The site address is
http://store.ashleys-giftbaskets.com
You are missing the part in red
Code:
a img {border: .5; border-color:#708773; }
Bookmarks