Jump to content
xisto Community
arbd

Iframes Coder Needed

Recommended Posts

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!

 

Posted Image

 

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 by arbd (see edit history)

Share this post


Link to post
Share on other sites

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 by hype (see edit history)

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.