This page is going to grow, it's more for me because I forget HTML Codes.

To change the color of your web page background the HTML code is --
<BODY BGCOLOR=#HEX CODE> To use a fixed background the HTML code is --
<BODY background="image.gif" bgproperties="fixed"> Open link in a new window the HTML code is --
<A HREF="http://yourlink.com" target="_blank"> Link</A> IFrame HTML Code --
<iframe frameborder=0 width=700 height=750 src="yourlink.html" name="CTR"></iframe> Link to target IFrame HTML Code --
<a href=http://yourlink.com target=CTR> Open in IFrame </a>