Page 1 of 1

How do we tag?

Posted: 16 Dec 2014, 08:23
by illunis
My question is how we can tag a date like you did at your website here

http://mjau-mjau.com/updates/#03nov14

Thanks Karl

Re: How do we tag?

Posted: 16 Dec 2014, 11:59
by mjau-mjau
That isn't really a feature of X3 ... It is just an anchor tag in the content. I added the header like this in the content:
Code
<h2 id="03nov14">Title Here</h2>
If you add any html tag with the id set, you can link to the page with #hashtag pointing to the ID, and the page will scroll to the element where you added the ID. Nothing more, nothing less.

Re: How do we tag?

Posted: 16 Dec 2014, 12:34
by illunis
Thanks Karl

it worked with a small modification like
Code
<h2 id="16dec14"><a href="#16dec14">16th December 2014</a></h2>

Re: How do we tag?

Posted: 16 Dec 2014, 13:39
by mjau-mjau
right ...