need some advice - please

liunx

Guest
hi there<br />
<br />
having problems with one of my pages<br />
<br />
if you could check out<br />
<br />
<!-- m --><a class="postlink" href="http://gmgto.com/yotteke/poss.html">http://gmgto.com/yotteke/poss.html</a><!-- m --><br />
<br />
the bottom frame - i kind of would like to have no space at the top of the bottom frame - there seems to be a br space pushing everything down ne line but i cant find it - i think it must be something else - any help<br />
<br />
it can be especially seen if you click on bars - there is a BIG gap of nothingness before the actual text/gifs are displayed<br />
<br />
thanks<br />
steph<!--content-->It could be because in the frameset you have got marginheight="8" set for the bottom frame. Try setting it to 0 and see if that works.<!--content-->Hi steph!<br />
<br />
There are 3 easy steps to accomplish this:<br />
<br />
1. the images are covered in a table that has cell-padding and cell-spacing. Reduce both values to "0"<br />
<br />
2. Next, add the following code fot that frame:<br />
<br />
<br />
<frame name="YOTTEKE_NAV" marginheight="0" marginwidth="0" border="0" frameborder="no"<br />
resize="no" scrolling="no" src=http://www.htmlforums.com/archive/index.php/"navibar.html"><br />
<br />
3. Resize you frames closely so that there is no more space. <br />
<br />
Good luck!<!--content-->All you have to do is put this in the top <body> tag of the page in question<br />
<br />
topmargin="0" marginheight="0"<br />
<br />
This will make an space above the =0 meaning none<br />
<br />
jon<br />
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><!--content-->
 
Back
Top