View Full Version : Help.


P-lover
06-19-2004, 02:47 AM
http://www.freewebs.com/masamimatsuyu/chp1.html

In the Iframe scroll all the way down. You'll see a dotted line but after the dotted line you see a big space under it. How do you get rid of that so when I scroll down a little big after that dotted line the scroll bar stops and there's no big space after that dotted line and I dont have to scroll further. Help would really be appreciated thanks^^;

P-lover
06-19-2004, 02:49 AM
*bit. Meant to say bit not big sorry^-^;

stargrl329
06-19-2004, 03:45 AM
Try getting rid of this bit; as far as I can see, its only purpose is added spacing at the bottom.
<P><FONT face=Tahoma color=#3333cc size=1></FONT>&nbsp;</P>
<P>&nbsp;</P>

<P><FONT size=2><FONT face=Tahoma size=1><FONT color=#3333cc></FONT>&nbsp;</P>
<P><BR><FONT face=Tahoma size=1><BR><BR></P>

P.S. The stylesheet right below that is in the body, why? It might be easier and cleaner to move it between the head tags :)

P-lover
06-19-2004, 05:45 PM
:0 But if I remove that it will affect the font color and size. Are you sure there isn't a code to remove that big space under the dashed line?

stargrl329
06-19-2004, 05:53 PM
That shouldn't remove all your font formatting -- the only one that's actually formatting anything is <FONT face=Tahoma size=1> -- the rest are just font-formatting empy spaces. Plus, that font tag comes at the end of the frame, so it's not really formatting anything either. Try taking it out and see what happens...

As for the stylesheet, moving it to the head tag shouldn't change any of its effects, it's just cleaner and more standardized that way.