Site - http://www.orangewallpapers.com
Sorry to bother again... my new theme - Rihinoswelt header is NOT clickable.
How to make this header/image clickable so the HOME page always appears on clicking this image/header. Advice, thanks.
Open template.html, find
{GAL_NAME}
and replace with
<a href="index.php">{GAL_NAME}</a>
I'm sorry but I could do this one ... its not clickable after editing the above codes .... Plz advice what wrong am I doing ..???
I need the Bold ORANGEWALLPAPERS.COM on top left to be clickable so whenever a visitor clicks, the HOME page comes-up.
Thanks.
Open template.html, find
<span></span>{GAL_NAME}
and replace with
<a href="index.php"><span></span>{GAL_NAME}</a>
Awesome, thanks a TON!