Hello,
I want add a hyperlink on my header.
i want if clic on logo on portail, you refrech the portail, if clic in forum, you refrech the forum.
Can you help me please?
I my header, i have:
And in my CSS:
Thank you in avance.
I want add a hyperlink on my header.
i want if clic on logo on portail, you refrech the portail, if clic in forum, you refrech the forum.
Can you help me please?
I my header, i have:
PHP Code:
<!-- Header -->
<a id="top"></a>
<div id="headbg">
<div id="logo"></div>
</div>
<!-- /Header -->
PHP Code:
/*** Header ***/
#headbg { background: url(/designs/tribe/t_03.jpg);height:96px; }
#logo { background: url(/designs/tribe/t_01.jpg) no-repeat top left;height:96px; }
Thank you in avance.
Comment