Forum Moderators: open
I was setting up the navigation for a site and was wondering if you could help.
Anyways,...
Well, with anchors i know that you can jump from one section of a page to another part on the "same" page.
So my question is can i jump from *one webpage* to another *webpage* to a specified section?
Like this:
First page:
>"widget-1.html"
Second page to jump to at specific section of the page:
>"widget-2.html"
I tried doing it this way, but i just want to make sure it works when i go online. Right now it is just being tested on my pc.
Like this:
1st page-
[widget-1.html]
<a href="widget-2.html#searches">Order Super Widget</a>
2nd page-
[widget-2.html]
<a name="searches">Searches</a>
It works well on my pc but just want to make sure i'm codeing it right. I know jumping from one page section to another on the *same page* is possible, but i was not sure if it worked from one page to another page at a specified section.
>Is it ok to use the above example as it is shown?
Does it work?
Thanks guys:) Just want to be certain it works before using it online.
Thanks again.
frenzy77
[edited by: tedster at 6:07 am (utc) on Dec. 3, 2005]
[edit reason] fix formatting bug [/edit]