HTML tips

Read this section to learn about how you don't need to know any HTML at all to create listings with Auction Hawk.
 

If you are a power user, you might try The Bare Bones Guide to HTML.

 

And here is a quick-reference table:.
 

make some of the text bold make some of the text <b>bold</b>
add

white space

to my listing
add <br> <br> white space<br> <br>to my listing
make a pop-up link <a href="http://www.auctionhawk.com" target=new>make a pop-up link</a>
use a colored font use a <font color=blue>colored font<font>
underline something <u>underline</u> something

horizontal bar
<hr> horizontal bar <hr>
title bar
<table width=100%><tr><td align=center bgcolor=blue><font color=white><font><b>
    title bar
</b></font></td></tr></table>

<center><img border=0 src="http://(Put URL here)"></center>