text anchor's and the use of #

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Darkside
Forum Commoner
Posts: 43
Joined: Wed Oct 30, 2002 4:18 pm

text anchor's and the use of #

Post 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.?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you're simply adding <a href="#help">help</a> and somewhere below <a name="help">help section</a>text ?
Really should work.
Post Reply