Hallo all,
i tryed a lot of things, but nothing worked for my satisfaction...
I want an anchor on the top of every page and a link button at the bottom to get every time as fast as possible from the bottom to the top without scrolling.
If i make a normal anchor and you click on the button you are redirected to my frontpage, so i tryed some thing with other button-code (link to anchor) and at the moment i used this code:
<a href="<?php echo sefRelToAbs($_SERVER['REQUEST_URI'])."#oben"; ?>"><?php echo '<img src="' .$mosConfig_live_site. '/templates/' .$GLOBALS['cur_template']. '/images/nachoben.gif" alt="nach oben" width="70" title="zum Anfang der Seite..." height="21" border="0"/>'; ?></a>
this seems to be working, if you now click on the button you will be redirected to the top of the page, but the address changed to a normal content link without any SEF optimization...
I hope anyone can help me out with this problem
Thanks
Smylo