![]() |
How to create links to sections on the same page in HTML.
Hey If any one have idea for
How to create links to sections on the same page in HTML. |
Re: How to create links to sections on the same page in HTML.
<A href should help you make links in html page.
|
Re: How to create links to sections on the same page in HTML.
If you are asking about Named Anchors this is a way to do it...
This would be the code to define the Section PHP Code:
This would be the code to link to the Top Section PHP Code:
I hope you understood how it works.. |
Re: How to create links to sections on the same page in HTML.
Quote:
PHP Code:
PHP Code:
|
Re: How to create links to sections on the same page in HTML.
you cane use <a href="URL">your name </a>, you can also try
|
Re: How to create links to sections on the same page in HTML.
Give the element and id and point to it via the href attribute for the link like so
HTML Code:
<a href="#mySection">MySection</a>HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| All times are GMT +5.5. The time now is 11:56. |