Wednesday, July 13, 2011

other things

Sorry this is not neat, but I need to leave myself a note :
merge 2 columns together
<td colspan="3">:

set the width of a column and align it to the top:
<td width="50%" valign="top">:

bullet list (menu was using too much space:
<UL>:
<li>bullet</li>:
<li>bullet</li>:
</ul>:

comment
<!--this is a comment -->>:

Link
<a href="url">Link text</a>