ata.online
New Member
- Messages
- 159
- Reaction score
- 0
- Points
- 0
Hello,
Does anyone know the html background colour code for my site:
http://www.ata-articles.com/
I just need the colour code for both left and right background but not the content area.
For example like this site:
http://smarticledirectory.com/
@import 'categories.css';
* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body {
font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
background: #FFFFFF
I know the above code is white, but when i change it blue, it covers the whole site. I just need the colour
code for only left and right side
Thanks.
Does anyone know the html background colour code for my site:
http://www.ata-articles.com/
I just need the colour code for both left and right background but not the content area.
For example like this site:
http://smarticledirectory.com/
@import 'categories.css';
* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body {
font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
background: #FFFFFF
I know the above code is white, but when i change it blue, it covers the whole site. I just need the colour
code for only left and right side
Thanks.