Need a small help with CSS on footer

Discussion in 'HTML & Website Design' started by alistair80, Oct 5, 2009.

  1. #1
    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>&copy; 2009 xxx</div></h2></div></div></div>

    If you need further info, let me know

    Thanks
     
    alistair80, Oct 5, 2009 IP
  2. goliath

    goliath Active Member

    Messages:
    308
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #2
    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?
     
    goliath, Oct 5, 2009 IP