HTML FRAMES HELP NEEDED.... HELP!!!!?

Fast R

New member
I need to figure out how to get rid of the gaps between the objects in the frames here in this web page... I am creating this website for a friend and I am running into this problem and can't figure it out... please help... Thanks

http://www.itsbabyevan.com
This is just a basic web page that I need to have span from the top of the page to the bottom of the page regardless of the monitor screen size it's being viewed on...
 
hi friend
Use style="margin:0" in body tag, as described bellow
<body style="margin:0">
in the src page.
I think this will work
try this
all the best
god bless you..
 
well, frames should be avoided these days. Frames were pretty much outdated by 2004 with the advent of CSS, DHTML, XML and scripting, you can simulate "frames" without using frames in HTML.

are your frame margins = 0?
 
well, frames should be avoided these days. Frames were pretty much outdated by 2004 with the advent of CSS, DHTML, XML and scripting, you can simulate "frames" without using frames in HTML.

are your frame margins = 0?
 
well, frames should be avoided these days. Frames were pretty much outdated by 2004 with the advent of CSS, DHTML, XML and scripting, you can simulate "frames" without using frames in HTML.

are your frame margins = 0?
 
Back
Top