Simple problem on my forum

Discussion in 'HTML & Website Design' started by maney, Aug 18, 2006.

  1. #1
    I've changed the design on my phpbb forum template a bit and I have a problem. The changes I made where making the logo bigger, centering it and then putting adsense below it.

    Heres the link

    As you can see, the log in box sticks up, when you log in that returns to normal and looks fine (you can see this on the test account, user: test pass: test). How can I fix this? I am really stumped, I presume it will be will be editing the overall header file in some way but what I actually do I don't know.
     
    maney, Aug 18, 2006 IP
  2. Doris333

    Doris333 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi
    About logo I can tell.
    You have it centered and on bottom because to logo have told so.
    When you look at your source, there are "center" and "bottom" for logo:
    ...valign="bottom"><img src="./templates/MorpheusXGreen/images/green/logo_left.gif" width="9" height="47" alt="" /></td>
    <td width="100%" class="logo"><table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
    <td align="center"><a href="index.php?sid=e4616e3ca64fd4f67d4bbaa6c352b9f5"><img src="./templates/MorpheusXGreen/images/green/logo.gif...
    Try to change them valign "default" or "center" or "top" and align "left".
    How it touches to loginbox, that I don't know
    Doris
     
    Doris333, Aug 19, 2006 IP