Levi
Ultimate Member
On my site I'm using an image as a header.
According to this thread it should be possible to put the h1 tags either end of the html,
ie
this however doesn't seem to want to work on mine as everytime I've tried it's made it disappear, I've tried alternative arrangements too including sticking the h1 in the class bit but again it doesn't work.
The code I'm using for my image is
and the img class bit links to
It's all validated via w3c but for some reason its not liking my h1 tags - any suggestions on how to fix it as this is the only bit I'm currently stumped on 
Full site is available by clicking on smiley in sig, only first page is fully sorted at the moment as I need to do some adjustments to the others so they all match
Thanks in advance
According to this thread it should be possible to put the h1 tags either end of the html,
ie
Code:
<img src="images/logo.png" alt="Image Resolutions" /> to<h1><img src="images/logo.png" alt="Image Resolutions" /></h1>
The code I'm using for my image is
Code:
<img class="welcome" src="media/images/titles/welcome.jpg" alt="Welcome" width="88" border="0" />/
Code:
.welcome /*agl rulekind: base;*/ { position: absolute; top: 135px; left: 32px; width: 88px; height: 33px; }
Full site is available by clicking on smiley in sig, only first page is fully sorted at the moment as I need to do some adjustments to the others so they all match
Thanks in advance