Template background

Post Reply
Debbie
Posts: 2
Joined: 03 Mar 2009, 11:52

Template background

Post by Debbie » 03 Mar 2009, 12:00

I can not edit the template to change it to a background color.
I like the BASICS of the White & Gray, but did not want the IMAGE background.
I changed it to WHITE, which worked....but really want to make other
Templates with COLORS. I THINK I know what to change, but I can not get the
COLOR not to be WHITE.
Here is my code
</style>
</head>

<body background="#F2BF49">

<center>
<table border="0" cellspacing="0" cellpadding="5">

What am I doing wrong?

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: Template background

Post by Maksym » 03 Mar 2009, 12:59

You should use the following tag:


<body bgcolor="#F2BF49">

Please note: I used "bgcolor=" attribute instead of "background="

Post Reply