PDA

View Full Version : Add hyperlink in my header logo



pauloo
Thu 12th Jan '06, 7:02pm
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:


<!-- Header -->
<a id="top"></a>
<div id="headbg">
<div id="logo"></div>
</div>
<!-- /Header -->


And in my CSS:


/*** 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.

FreshFroot_
Thu 12th Jan '06, 9:51pm
if you want a link use <a href="www.name.com"></a> around the img code

pauloo
Fri 13th Jan '06, 9:42am
how insert this in code:

#logo { background: url(/designs/tribe/t_01.jpg) no-repeat top left;height:96px; }
?