i have create a bookmarke in a php code like this:
echo "<a name ='Start'></a>";
I had create a hyperlink to this bookmarks with the following code
echo "<th colspan='3'><a href ='#Start'><font color='black'>Jump to start</a></th>";
But it dosn't work...
Whats wrong?
Everyone thanks for help!
"; for ($i = 0; $i < 999; $i++) echo 'foo
'; echo "'Jump to start'";` – biesior Mar 30 '21 at 16:03