Quote Originally Posted by shane102 View Post
Hi all,

Nice template Jade, I've installed it on my website and it installed quickly and without problems.

That said there have been a couple of things that have changed after installing the template.

#1 All of the links on my website have changed from blue to dark grey and are no longer underlined, thus they are not very easy to see.

#2 I use some DHTML to create text popups on the front page of my site but they don't appear where they should relative to the text that activates them, also if I then hover the mouse over one of the product images(imagehandler2) the text popups no longer function until I refresh the page??

other wise I'm very pleased with the template.(donation will arrive after I begin to earn some from the site)

If anyone could enlighten me as to how to fix the above then

shane http://www.greyonblue.com

I would also like to hear peoples opinions of my site
1. Change the links styling in the stylesheet.css:

a:link {
color:#4f4f4f; /*site links color */
text-decoration:none;
}

a:visited {
text-decoration:none;
color:#313131;
}

a:hover {
color:#000000; /* color when links are hovered over */
text-decoration:none;
}

2. I didn't design the dhtml thingie, but it looks like you need to make some adjustments to it. Look at the code that you pasted into your site, and find out where you need to adjust the numbers so it doesn't go so far down the page. As for its interaction with IH2, I have no earthly idear, sorry!