GetSimple Support Forum
Bookmark #link - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Bookmark #link (/showthread.php?tid=5597)



Bookmark #link - Boobi - 2014-02-04

how can I create a bookmark inside an HTML in menu?

In the template I have so
<li><a href="#work">Our Work</a></li>

How do I make page pointed to the # link

Fx


RE: Bookmark #link - shawn_a - 2014-02-04

<h1 id="work"></h1>
<a name="work"></a>
<a id="work"></a>

These are called anchors btw