Your URL link:
[HTML]<a href="#link">Link</a>[/HTML]
Using a section down the page (HTML5 tag as well, but can be done with any tag)
[HTML]<section id="link">Your content</section>[/HTML]
All you have to do is name your section id after whatever you declared it in the link - if that makes sense?
You can also use some jQuery to make a smooth animated scroll to the section as well if you're feeling fancy.Sure, here's how:
Your URL link:
[HTML]Link[/HTML]
Using a section down the page (HTML5 tag as well, but can be done with any tag)
[HTML]Your content[/HTML]
All you have to do is name your section id after whatever you declared it in the link - if that makes sense?
You can also use some jQuery to make a smooth animated scroll to the section as well if you're feeling fancy.
Sysode
Your URL link:
[HTML]<a href="#link">Link</a>[/HTML]
Using a section down the page (HTML5 tag as well, but can be done with any tag)
[HTML]<section id="link">Your content</section>[/HTML]
All you have to do is name your section id after whatever you declared it in the link - if that makes sense?
You can also use some jQuery to make a smooth animated scroll to the section as well if you're feeling fancy. Sure, here's how: Your URL link: [HTML]Link[/HTML] Using a section down the page (HTML5 tag as well, but can be done with any tag) [HTML]
Are you sure you want to delete this post?