TinyPortal
Development => Feedback => Topic started 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">
not sure I understand - what is an ancer?
I think he means an Anchor a point to read from (fast link) ???
I am unable to view what you've done mate. Can you post the code or fix your site so we can view it?
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">
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.
You will probably need to add "index.php?page=23#point2" to the links for it to work properly.
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