It looks like you're new here. If you want to get involved, click one of these buttons!
This site uses Markdown for formatting. You can add code, image links, site links, etc. using Markdown . We will post a few examples here but please check that link to see all you can do.
To post code in a paragraph, use backticks
your paragraph `put your code` continues here.
To post code blocks, use 4 spaces or three backticks to wrap the code as normal markdown works.
<div class="footer">
© 2004 Foo Corporation
</div>
or
``` yourcode ```
To post a link, you just need to format it like this:
This is [BryZar](http://bryzar.com/ "BryZar Support") inline link with a title attribute.
[BryZar](http://bryzar.com/) has no title attribute.
This is how those would look:
This is BryZar inline link with a title attribute.
BryZar has no title attribute.
To link to articles and thing directly on our forum.scripttechs.com (not our main site as it is different) you just need to do it like this:
See our [Terms](/home/termsofservice/)
page for details. Which produces this Terms .
To insert an image, you would first need to have loaded it someplace such as Dropbox or wherever else you might want. Once you have a link to the image, use the following code:
 if you want a title for it. If not:

Which looks like the following when we put our image link in:
**Note that to use a link from Dropbox you need to change it. After you copy the public Dropbox link to your clipboard, just change ?dl=0 to ?raw=1 at the end of the URL.
Comments
To do strikethroughs, IE for feature lists to show requests that are completed, use
Shown like so.
Is it like BBCode?
I'm much more adept at coding HTML. But can learn.