HTML codes for applying Backgrounds
Changing background colors is very simple. You need two things: A command that alerts the browser (like NetScape or IE) that the color is going to be changed and a color code. 1. The command for changing any background item immediately follows the <TITLE> and </TITLE> commands. To change just the background color, enter this command;
The codes are not very user friendly and you need a CHART to let you know what code makes what color. The code for a white background will look like this:
Again, all background commands come right after the <TITLE> command. The command is:
The code for that is as follows: |
This is regular font:
<FONT FACE="arial">This is arial font</FONT> <FONT FACE="courier">This is courier font</FONT> <FONT FACE="modern">This is modern font</FONT>
<FONT FACE="symbol">This is symbol font</FONT>
<FONT FACE="wingdings">This is wingdings font</FONT> |
To change text colors you also need the hex code.
<TEXT="######"> - This shows the full page text color. These commands come right the <TITLE> commands. Again, in that position they affect everything on the page. Also... place them all together inside the same command along with any background commands. Something like this:
< BODY BGCOLOR="######" TEXT="######" LINK="######"
VLINK="######"> <VLINK="#FFFFFF"> |
To put a music link on your page so you can click on it to sample it or download you use this HTML:
<EMBED SRC="peanuts.mid" AUTOSTART=TRUE LOOP=TRUE WIDTH=145 HEIGHT=55 ALIGN="CENTER"> <BGSOUND SRC="champion.mid"> |
|Pookie's Palace|Midi's for Kids|HTML Resources|Win My Award| |Sign Guestbook|View Guestbook|Backgrounds