How do I put a link back to my web site in the headder of my forum?http://stillphotomemory.x10hosting.com/phpBB3
I would like to have next to or under my logo.
I would like to have next to or under my logo.
<div id="header">
<h1><img src="./styles/extremedarkred/imageset/logo.gif" alt="" title="" /></h1>
<a href="http://stillphotomemory.x10hosting.com">Link to Still Photo Memories Portfolio</a>
</div>
you need to add it around the:
HTML:<div id="header"> <h1><img src="./styles/extremedarkred/imageset/logo.gif" alt="" title="" /></h1> <a href="http://stillphotomemory.x10hosting.com">Link to Still Photo Memories Portfolio</a> </div>
Ok I got it figured out thanks for the help