Is there an html code for?

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

  • 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.......

  • Answer:

    I think all you need to do is adjust your screen resolution, cause i don't know what you're talking about.

Pal at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.