it's time to clean up my code and get a w3c validation.
in the original page i had
<div align="center"><IMG src="http://<mysite>/images/<image>" width="640" height="78"></div>
but w3c says 'there is no attribute "ALIGN"'
it mentions that i can get around this in the css.
i have been through a css reference and found nothing to center it.
how do i do this in my stylesheet?