whitespace

liunx

Guest
Hi I would like to elminate some white space between<br />
the bottom of my header and the top of my table.<br />
<br />
the page is at<br />
<br />
<!-- w --><a class="postlink" href="http://www.ramonred.net/subud/subud.html">www.ramonred.net/subud/subud.html</a><!-- w --><br />
<br />
Is there some sort of no bottom margin property?<br />
<br />
thanks.<!--content-->I'm not quite sure what you mean, but...<br />
<td valign="bottom"> <td valign="middle"> <td align="top"> <br />
<Table width="x" height="x" cellpadding="0" cellspacing="0"><br />
Just some of the commands you could play around with...<br />
<br />
You could also try and remove the paragraph tags <p> and<br />
use break commands <br>.<br />
<br />
Darren<!--content-->the bottom of your header and the top of your table??? tak eth <br> out that is between them. that is al you can do.<!--content-->:D :D :D <br />
The power of scoutt.. and the manual removal of <br> tags !! :D :D :D <br />
<br />
If that is not enough you can also write following in your style sheet:<br />
<br />
<br />
H1.title { margin-bottom: 0px; }<!--content-->
 
Back
Top