Page 1 of 1

text anchor's and the use of #

Posted: Sun Feb 02, 2003 2:35 am
by Darkside
I'm back again
I have a small problem but i think its going to be hard to fix.
I have a form (that works now) and I have help for each section writen down the bottom of the page and using HTML anchor's on HELP line about 1/3 the way down the page and adding HTML anchor links eg #help when the file is saved as html it works (you jump to the help) but because the whole site is based on a php layout and the form is using php it HAS to be a .php file but then my link stop working.?

Posted: Sun Feb 02, 2003 3:07 am
by volka
you're simply adding <a href="#help">help</a> and somewhere below <a name="help">help section</a>text ?
Really should work.