Client LoginLogin

I want to know the html index.html code for this site http://www.yourhtmlsource.com/index.html in the form of?

General discussion about web site design, layout, html, DHTML, CSS etc

I want to know the html index.html code for this site http://www.yourhtmlsource.com/index.html in the form of?

Postby sumerton » Fri Dec 04, 2009 1:45 am

Please help me that I want to create my own website like as http://www.yourhtmlsource.com/index.html but it should be in frames model only with one scroll bar only for the entire index.html page. So that Please write and send me the html codes for this site as I desired.
Here I tried as following:
<html>
<head>
<title>My Own Website</title>
</head>


<frameset rows="80,20,*" frameborder="0" border="0" framespacing="0">
<frame name="head" src="head.html" border="0" marginheight="0" marginwidth="0" scrolling="auto">
<frame name="main1" src="main1.html" border="0" marginheight="0" marginwidth="0" scrolling="auto">

<frameset cols="400,*" frameborder="0" border="0" framespacing="0">
<frame name="main2" src="main2.html" marginheight="0" marginwidth="0" scrolling="auto">
<frame name="main" src="main.html" marginheight="0" marginwidth="0" scrolling="auto">
</frameset>



<noframes>

</noframes>

</frameset>
</html>
I want the only one scroll bar for the above index.html and but i am getting two scroll bars because the content of the main2.html is so huge but i don't need the scroll here in at main2.html. But I need only one scroll bar at main.html and with that main.html scroll bar , the main2.html should move down with main.html scroll bar. I don't know how to ask exactly but please help me me urgently.......
sumerton
 
Posts: 620
Joined: Thu Aug 13, 2009 6:14 pm

I want to know the html index.html code for this site http://www.yourhtmlsource.com/index.html in the form of?

Postby druson3 » Fri Dec 04, 2009 2:40 am

I think all you need to do is adjust your screen resolution, cause i don't know what you're talking about.
druson3
 
Posts: 668
Joined: Thu Aug 13, 2009 6:14 pm


Return to Web Design and Layout

Who is online

Users browsing this forum: No registered users and 1 guest

cron