arbd 0 Report post Posted September 14, 2006 (edited) Dear all, If you know HTML, then you will know how to use iFrames. I need three sets of Frames for my layout. Please make the content area have a scrollbar. Thank you! I have no reward, but if you give me your nickname/full name and I will give credit to you on the site. I have a domain, I'm not a tker Btw, I know it's basic but I don't care. Edited September 14, 2006 by arbd (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 14, 2006 All you need to know about Frames (Yuck!), and more, can be found at this siteI will move this to the HTML topic for you. Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted September 15, 2006 actually this tutorial will help you because it will make iframes pointless to have.http://www.zymic.com/tutorials/photoshop/expandable-content-boxes/ Share this post Link to post Share on other sites
hype 0 Report post Posted September 15, 2006 (edited) Just use frameset, go through the above mentioned tutorial... I'll just give you a basic code to guide you along... <html><head><title></title></head><frameset cols="25%,*"><frame src="header.htm"/><frameset rows="25%,*"><frame src="side.htm"/><frame src="content.htm"/></frameset></frameset></html> I just roughly type out the code here, I wouldnt know if there isnt an error, you just roughly get the idea... Edited September 15, 2006 by hype (see edit history) Share this post Link to post Share on other sites
Urza 0 Report post Posted October 5, 2006 are the navigation and/or the top section (i assume its for a title) static? or do they change as well as the content section?if they're both static you can use regular HTML on the index page, or css positioning for those 2 sections and you only need a single iframe instead of 3 Share this post Link to post Share on other sites