Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

CSS/HTML: Reducing space below header on our website

What's the exact part of my CSS/HTML to make smaller the space right under my header on www.youthdiapers.com?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of weikelbob

ASKER

Here's the code for that part of the template.

                  <!--END: FRAME_SEARCH--></td>
                      </tr>


                      <tr>
                        <td>&nbsp;</td>
                        <td><!--START: username-->
                          
                          <table width="100%" cellspacing="0" cellpadding="0">
                            <tr>
                              <td align="right" valign="top" class="greeting">&nbsp;[account_greeting] [username]</td>
                            </tr>
                          </table>
                          
                          <!--END: username--></td>
                      </tr>

                    </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td><table width="100%" cellspacing="0" cellpadding="0">
          <tr> 
            <!--START: LEFT BAR-->

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial