TinyPortal

Development => Feedback => Topic started by: Droes on July 21, 2006, 09:35:35 AM

Title: Anchor on articles
Post by: Droes on July 21, 2006, 09:35:35 AM
When i put a anchor on my article page it will go to admin section :-\, and i just wanted to lower the page.

Link to lower the page
<ul>
<li><a href="#point1">Name1</a></li>
<li><a href="#point2">Name2</a></li>
</ul>


Somewhere on the page
<a name="point1">

Somewhere else on the page
<a name="point2">
Title: Re: Ancer on articles
Post by: Techdomain on July 21, 2006, 12:15:10 PM
not sure I understand - what is an ancer?
Title: Re: Ancer on articles
Post by: G6Cad on July 21, 2006, 03:43:04 PM
I think he means an Anchor a point to read from (fast link)  ???
Title: Re: Ancer on articles
Post by: IchBin on July 22, 2006, 05:23:02 AM
I am unable to view what you've done mate. Can you post the code or fix your site so we can view it?
Title: Re: Anchor on articles
Post by: Droes on July 22, 2006, 08:07:14 AM
Link to lower the page
<ul>
<li><a href="#point1">Name1</a></li>
<li><a href="#point2">Name2</a></li>
</ul>


Somewhere on the page
<a name="point1">

Somewhere else on the page
<a name="point2">
Title: Re: Anchor on articles
Post by: Droes on July 22, 2006, 08:12:58 AM
Quote from: G6 on July 21, 2006, 03:43:04 PM
I think he means an Anchor a point to read from (fast link)  ???
Yeah thats it i didnt know the word in english :P.
Title: Re: Anchor on articles
Post by: bloc on July 25, 2006, 10:26:50 AM
You will probably need to add "index.php?page=23#point2" to the links for it to work properly.
Title: Re: Anchor on articles
Post by: Techdomain on July 25, 2006, 10:44:32 AM
not if they are on the same page...


<a href="#conclusion">Conclusion</a>
<a name="conclusion">Conclusion</a>


works for me: http://www.techdomain.com.au/index.php?page=25