PDA

View Full Version : who know how to open a page in certain part, not in the begining depending the subtitel


torvic
11-17-2006, 09:26 AM
Hello, Im breaking my head with this topic, but the reality I dont even know how to look for it in the internet, I have 2 websites and would like to simplified a little bit the quantity of pages, the only way possible for my eyes is with this tecnic of open some pages in certain point, like a subtitel. well hope what sombody opend my road with this step, Thanks!!!

wisemx
11-18-2006, 05:53 AM
The option you need is Named Anchors.
In Dream Weaver the shortcut is Ctrl+Alt+A
Salute,
Mark Wisecarver

joelnet
11-21-2006, 01:02 AM
something like this...

[page.aspx]
top of the page

<a href="page.aspx#part1">click to go to part1</a>

middle of the page

<a name="part1">part1</a>


Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

mjp
11-21-2006, 08:48 AM
It feels like 1995 in here...

;)

The classics never go out of style!

mjp
DiscountASP.NET
<SUB><SUP>http://DiscountASP.NET (http://DiscountASP.NET)

torvic
11-21-2006, 10:22 AM
thanks a lot, I find my way with the anchors!!