Skip to content
Update Edit this Wiki authored by jpalbrecht's avatar jpalbrecht
...@@ -74,7 +74,7 @@ Copy paste the following code to each new page. Adapt it fit the needs of your p ...@@ -74,7 +74,7 @@ Copy paste the following code to each new page. Adapt it fit the needs of your p
## Headline details ## Headline details
`<a name="top" />`: `<a name="top" />`:
You can reference this name (`[link to top](#top) `) with a link and can jump back to top! You can reference everything else in the code you define in `<a name="" />` via this structure. You can reference this name (write `[link to top](#top)`) with a link and can jump back to top! You can reference everything else in the code you define in `<a name="" />` via this method.
`[**HOME**](Home) » [**<TopicPage>**](<TopicPage>) » [**<YourPage>**](<YourPage>)`: `[**HOME**](Home) » [**<TopicPage>**](<TopicPage>) » [**<YourPage>**](<YourPage>)`:
... ...
......