Web Hosting Talk







View Full Version : html question


HostAxe
09-15-2005, 10:37 PM
Hello,


How can I direct a link to a particular paragraph or text in the same page ?

Thanks,

Froggy
09-15-2005, 10:48 PM
Add an id attribute to a tag in the area...and then you can link to it by:

currentpage.html#nameofattribute.

HostAxe
09-16-2005, 09:39 AM
thanks for your fast reply :)