Hello, The footer of the site in question consists of an image a text and other image...the text being in the middle of two images. however i'd like for both images to be aligned at the same level... the code being: <div class="footer"><h1><img src="/templates/xxx/images/footer.paypal.gif" alt="" border="0" /></h1> <h3><div align="left"><SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/t/a?url=xxx.com'></SCRIPT></div></h3> <h2><div align="center"><p>© 2009 xxx</div></h2></div></div></div> If you need further info, let me know Thanks
I believe your h tags should be inside the divs, not the other way 'round. Do you want them top-aligned, center-aligned, or bottom-aligned?