How can we reload html page without blinking?

How can I create a link to a certain part of page in HTML?

  • Hey there, I'm currently creating a web page in Dreamweaver. I have bought a template online which came which already had menus in it, with me just changing the links and the names. My problem is: There is one page, for this example, called page B.html. Inside that page there is a sub menu on the side of the page. When you click one of the menus, the text changes between the tabs inside the one web page (with <div id="tab1" class="tab-content"> as the first tab). It does not link to a different page: page C.html, it just changes the page of text that it according to the selected tab. This means that whenever i want a link to go to Tab 3, or Tab 4 in page B.html, i can't as it will always default to the first tab. How can i make it so that it will link to that specific tab, (that piece of code) of the page when i click the link? Thanks a heap!

  • Answer:

    Check out html anchors, here's an example: http://www.webmastercourse.com/articles/anchors/

Adam at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Check out html anchors, here's an example: http://www.webmastercourse.com/articles/anchors/

Arrow000

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.