Search…

X3 Photo Gallery Support Forums

Search…
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

How do we tag?

16 Dec 2014, 08:23

My question is how we can tag a date like you did at your website here

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

Thanks Karl
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: How do we tag?

16 Dec 2014, 11:59

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.
 
illunis
Experienced
Topic Author
Posts: 84
Joined: 14 May 2012, 07:24

Re: How do we tag?

16 Dec 2014, 12:34

Thanks Karl

it worked with a small modification like
Code
<h2 id="16dec14"><a href="#16dec14">16th December 2014</a></h2>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: How do we tag?

16 Dec 2014, 13:39

right ...