PDA

View Full Version : Border space issues


clam
11-19-2008, 02:47 AM
Hi, I'm having a hard time trying to figure out how to get take out the space between my flash banner and the first gray bar under neath it. (this is my forum (http://g-shack.com/forum2)) Ideally, it would fit right on top of it. Can anyone help me out or point me in the right direction? Thanks!

Lynne
11-19-2008, 03:23 AM
You've got a break (<br />) right between the two:

<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 20px 0px 20px">

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="3" cellspacing="1" border="0" width="100%" align="center">


You also have some cellpadding in the (at least two of the) tables which contains the rows.