How to
How to make a FRONT PAGE POST
Full instructions hereHow to make a link IN A COMMENT
The tags used to make a link are the <a> and </a>
The <a> tells where the link should start and the </a> indicates where the link ends. Everything between these two will work as a link.
The target of the link is added to the <a> tag using
the href="http://www.whateverpage.com" setting.
The example below shows how to make the word here work as a link to a website called buffyrulesbigtime.com.
Click here to go to buffyrulesbigtime.com
Here's what you do:
Specify the target in the <a href=" ">.
Then add the text that should work as a link.
And finally add an </a> tag to indicate where the link ends.
How to quote
Quotes are made by putting parts of your text between the <div> and </div> tags and then styling that text by adding the style="quote" setting to your opening <div> tag.
Which makes: <div class="quote">
For example:
SoddingNancyTribe said:
<div class="quote">Yes, in a "the universe is dangerously out of tilt, we're all going to perish in a fiery apocalypse of ashes and blood" sort of way. </div>
Which shows up on the page as:
How to make invisible text
To hide spoilers in a comment please use the following code:
this will show up on the page as:
the text you want to hide
You can then highlight the text with your mouse to read it.

