PDA

View Full Version : HELP with frame layout/border


BusterLee
10-23-2002, 05:56 PM
I have just added a guestbook and because of the way it work I have done a single framed page to house it.

However if you have a look there is a gap around top and left of the content in the _topframe which prevents it looking like the rest of the site.

Can anyone telll me if and how to stop this

Guestbook (http://www.north-walsham.biz/guestbook/index.shtml)

Thanks in advance

Mr J
10-23-2002, 07:48 PM
Try this

In the page loaded into the top frame add

Topmargin="0"

Leftmargin="0" to the opening body tag


<body Topmargin="0" Leftmargin="0">

BusterLee
10-23-2002, 08:12 PM
Blushing!!!

Fancy me not thinking of the blatently obvious!!

Thanks for the kick up the back side!!

That has fixed it!"

Mr J
10-23-2002, 10:36 PM
Sometimes it is the obvious that is the most unforgiving.


:)