It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

How to Design Frames in html???

How to Design Frames in html???

Postby alimirmd on Thu Jan 28, 2010 9:03 am

Hi,
I have tried designing a html page. All I want to do is divide the page into 2 frames. On one frame, I want to have hyperlinks which should open the relative page on other frame. I have tried using frameset, but it is not working. I have the code, but it gives me a blank page. There r no frames. Can anyone tell me what can be the problem??? Please help me.
Thanks....
alimirmd
 
Posts: 1
Joined: Thu Jan 28, 2010 8:56 am

Re: How to Design Frames in html???

Postby harrierdh on Fri Jan 29, 2010 8:32 pm

There are many examples on the web about this. I recommend you search for W3C Schools HTML. Here is a typical web page layout with a header, footer, and three columns in the middle.

<frameset cols="*" rows="60,*,50" border="0" frameborder="0" >
<frame src="tophat.html" scrolling="no">
<frameset cols="131,*,199" rows="*" border="0" frameborder="0" >
<frame src="leftrail.html" scrolling="no">
<frame src="home.html" name="contentsframe">
<frame src="rightrail.html">
</frameset>
<frame src="footer.html" scrolling="no">
</frameset>
harrierdh
50+ Club
 
Posts: 51
Joined: Wed Dec 16, 2009 7:04 pm


Who is online

Users browsing this forum: No registered users and 10 guests