Click to See Complete Forum and Search --> : Help with frames-automatic heights


Bozebo
02-14-2006, 11:30 AM
on this page:
http://kahooza.bozebo.com
I am using iframes to display the pages. The problem is, i want the frame to automatically change it's height to fit the page inside without usign a scrollbar.
If there is a way to do this without making different pages with the whole layout code on them then please let me know. If you need any more info then ask.

TY in advance.

KDLA
02-14-2006, 01:46 PM
Rather than using an iframe, you should probably use frames (http://www.w3.org/TR/html4/present/frames.html).

Before working with those, though, you definitely need to insert <html>, <head> and <body> tags, as well as a DOCTYPE declaration (http://www.alistapart.com/stories/doctype/); then validate your coding.