But it would be better if you put those extra code information in the actual description, because if this gets too many comments, other people won't read it
About the extra codes I've tried to write it in the description, but it didn't remain as a code.. it look like this, even if i use the tag <*code><*/code>:
The code-tag isn't very helpful for that. The code still gets parsed. You have to use the HTML code for the bracket then, instead of < or >
Either write it with some space between the tags-name like < p>...< /p>.
Or use it this way < < i>< /i> p>...< < i>< /i>/p> without the space - by adding the extra tags(with no content) the code won't get parsed, but it is a bit more difficult to write. Then it will look like this <p>...</p>
But it would be better if you put those extra code information in the actual description, because if this gets too many comments, other people won't read it
About the extra codes I've tried to write it in the description, but it didn't remain as a code.. it look like this, even if i use the tag <*code><*/code>:
<div class="navi"><div class="links"><*a href=\"[link]"><div class="button"> Gallery</div><div class=\"button\">Journal</div><div class=\"button\">Store</div><div class="button">Note me</div><div class="button">WHATEVER YOU WANT IN HERE</div>
To use the headings feature while you are writing your journal you must use this code:
<div class="heading">TITLE OF HEADING HERE</div>
To use the list feature you must use this code:
To use the feature deviations feature in the footer you must put the thumb code inside this code:
<div class=\\"title\\">Features</div><div class="features"> PUT HERE THE THUMBS CODE OF THE DEVIATIONS YOU WANT TO FEATURE</div>
perhaps, it may work if i use more *... i'll try that
Thanks for your help
Either write it with some space between the tags-name like < p>...< /p>.
Or use it this way < < i>< /i> p>...< < i>< /i>/p> without the space - by adding the extra tags(with no content) the code won't get parsed, but it is a bit more difficult to write. Then it will look like this <p>...</p>