It's amazing how quickly you can go rusty.
I'm trying to position a logo absolutely on my homepage like this:
<div style="position:absolute; top:80px;">
<a href="
http://www.asite.co.uk/"><img src="mylogo.
gif" width="77" height="30" vspace="0" hspace="0" border="0" alt="something"></a>
</div>
I've put that in the index.
html not in the
css. Can this only be done with
CSS, ie - not just in the normal page?