bloodshotlens logo

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>

© Copyright 2004-06. All rights reserved.