Jump to content

student3

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by student3

  1. If you have the same menu and design on all the pages then the problem is solved. Loading time for the page is minimized by having all the styles in an external stylesheet which is cached.
    You mean literally copy and paste the sidebar (menu etc) and header onto each content page?
  2. I'm currently learning XHTML, what's the easiest way to get a navigation bar to remain on the index page after clicking one of its links? I'm thinking frames but is there an alternative way to achieve a menu that doesn't open its links in the same window (because this means that the menu disappears) In HTML I would use the following (if I wanted the links to open in a iframe): <iframe src="page1.html" id="frame1"></iframe> <p><a href="http://www.w3schools.com" target="frame1">W3Schools.com</a></p> But how can I modify this code so that it works and validates in XHTML? "target" is invalid in XHTML. What can I use instead?

×
×
  • Create New...