Simple HTML for Fark
<i>italics</i>
<b>bold</b>
<strike>strikethrough</strike>
<small>small text</small>
<big>larger text</big>
<font color="#FF0000">red text</font>
<font color="#008000">green text</font>
<font color="#0000FF">blue text</font>
<font color="#FFFFFF">white text</font>
<a href="http://www.whatever.com">text describing link</a>
<a href="http://www.whatever.com"target="_blank">text describing link that opens in new window</a> THIS IS PREFERRED
post image <img src="http://www.whatever.com/image.jpg">
post image as a link that opens in new window <a href="http://www.whatever.com" target="_blank"><img src="http://www.whatever.com/image.jpg"></a>
If you use FireFox And-1 has created the Farkode extension which will render the code for you
To install Farkode:
- Download it (farkode.xpi)
- Close Firefox
- Right-click on the xpi file, choose Open With... and pick Firefox out of the application list
That should do it!
|