RHINOSWELT Header Is Not Clickable RHINOSWELT Header Is Not Clickable
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

RHINOSWELT Header Is Not Clickable

Started by Saif, May 02, 2012, 04:24:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Saif

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.

Αndré

Open template.html, find
{GAL_NAME}
and replace with
<a href="index.php">{GAL_NAME}</a>

Saif

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.

Αndré

Open template.html, find
<span></span>{GAL_NAME}
and replace with
<a href="index.php"><span></span>{GAL_NAME}</a>

Saif