What I Know About Backgrounds

I'm working on this page!!!!!!!!
This first one will go over backgrounds in webtv e-mail.

I can only write the codes and you can copy and adjust it to the way you want.

1.This code is for a fullbody background using a .gif or .jpg:

<body background="http://whatever the address is for the gif or the jpg">

 *we can now change the text color in our email
<body background="http://whatever the address is for the gif or the jpg" text=anycolor>

2.This code is used for a fullcolor background using any color from this: Color Chart.

<body gradcolor="anycolor any chart">

3.This code is used for that little box you see when you forward mail:

<body: logo="the address of the gif">

NOTE: Don't forget to end the </body> tag right before the end </html> tag.

What to do on a homepage backgrounds:

same as above.


Now we will talk about backgrounds with tables:

1.this one is with color:

<table bgcolor="any color">
<tr>
<td>
You will put your information here!
</td>
</tr>
</table>

2.this one is with a .gif or a .jpg:

<table background="http://the address goes here">
<tr>
<td>
You will put whatever you want here!
</td>
</tr>
</table>


Now I will talk about moving background:

1.This goes up to down.
<body background="http://the address" xspeed="any number">

2.This goes right to left.
<body background="http://the address" yspeed="any number">

3.This goes diagnal.
<body background="http://the address" xspeed="any number" yspeed="any number">


Note: that when you use this in your e-mail writing will be slowed down and the gifs that move will not move.

Home Page