[b]Body Backgrounds[/b]
<body background="IMAGE URL">
[b]Background (Non-Moving)[/b]
<body background="IMAGE URL" bgproperties="fixed">
[b]Body Background Colors[/b]
<body bgcolor="COLOR OR HEX CODE HERE">
[b]Making a Line[/b]
<hr width="NUMBER" color="COLOR" size="NUMBER">
(width is width, size is height)
[b]Background Music[/b]
<BGSOUND SRC="MIDI URL" AUTOSTART="true"
HIDDEN="true" LOOP="infinite">
[b]Making a Space[/b]
Even though
it doesnt look
like a normal HTML code,
whenever you put this on your page,
it makes a space
[i]i hope it can help u guyz[/i]
--
[i]Added by eehjhay:[/i]
[quote]It is better to use "" for the values of any attributes.
For example, instead of this:
<hr width=100 color=black size=5>
It will be like this:
<hr width="100" color="black" size="5">[/quote]
Last edited by eehjhay (2008-01-29 05:00:41)