Help
How do I register?
Look at the top right corner of the site. See the link that says “register”? Click it.
How do I post an image in the comments?
This is done with HTML.
<img src="IMAGE ADDRESS">
Replace IMAGE ADDRESS with the address of your image, which needs to end in .jpg, .gif, or .png. Make sure you do not accidentally delete the quotes within the code.
Example:
<img src="http://www.fuglyblog.com/images/horse1.jpg">
will result in

Want to test your code before you post it? Use the Tryit Editor! (Thanks VThorses!)
How do I post a link in the comments?
This is done with HTML.
<a href="LINK URL">LINK TEXT</a>
Replace LINK URL with the address of your link, i.e what is in the address bar of your browser when you are at the page you want to link to. Make sure you do not accidentally delete the quotes within the code. Replace LINK TEXT with whatever you want the link text to say.
Example:
<a href="http://www.fuglyblog.com">Fugly Horse of the Day</a>
will result in
Fugly Horse of the Day
Want to test your code before you post it? Use the Tryit Editor!
Where can I reach the owner of this blog?
fhotdads@gmail.com (remove the spaces!)




