I know the question isn't clear. What I want to do is a webpage where you can put links to different pages at the same directory (like about me, multimedia, downloads etc) but you never leave the index page when you click on it. The main reason I want to use this is that I want to put a music player and I don't want my visitors to get annoyed that it will always restart when they change the page.
A sample site is this one: http://www.willmartin.net/ I noticed that the links are in a form of list %26lt;li%26gt;link%26lt;/li%26gt; in the %26quot;source code%26quot;.
Can someone give me a step by step instruction to do this? I'm just new to web designing but not completely new.
Thanks in advance!Instructions for multiple pages showing in index?To have links open in a new window use the target=%26quot;_blank%26quot; attribute in the a href tag.
%26lt;a href=%26quot;www.tacobell.com%26quot; target=%26quot;_blank%26quot;%26gt;Taco Bell%26lt;/a%26gt;
But the site you mentioned is also using iframes to load content in the middle of the page while keeping everything around it constant.
http://www.yourhtmlsource.com/frames/inl鈥?/a>