Posted by Beauregard T. Shagnasty on 02/07/06 03:44
nelly-knowall wrote:
> I am VERY new to css and need help. I am trying to adapt a template to my
> own colours.
> http://www.tbandu.co.uk/tbandu2.htm.
>
> I have changed header and footer to color I require 66cccc but for the life
> of me cannot change left and right columns any ideas. I have been at it for
> hours!
#leftColumn {
MARGIN: 0px 1px 0px -14em; WIDTH: 14em; background-color: yellow;
}
#rightColumn {
FLOAT: right; MARGIN: 0px -14em 0px 1px; WIDTH: 14em; background-color:
green;
}
#contentColumn {
MARGIN: 0px -1px; WIDTH: 100%; background-color: white;
}
...or use the color codes if you wish.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|