can you tell me how can i give a whole website a backgroind color
just like greenish here---- i need to use 'f7f7f7'
mystylesheet:
##########################################################################################_
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #000000;
}
#mainWrapper {
background-color: #000000;
text-align: left;
width: 100%;
vertical-align: top;
}
-------------------------------------------------------------------
my tpl_main page :
-------------------------------------------------------------------
<div id="mainWrapper">
<?php
/**
* prepares and displays header output
*
*/
require($template->get_template_dir('tpl_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_header.php');?>
<table width="788" border="0" align="center" cellspacing="0" cellpadding="0" vspace="0" >
<tr>
<?php
if (COLUMN_LEFT_STATUS == 0..............................
-------------------------------------------------------------------------------
can you help me how can i get fine backgroung color to whole website
link:
http://netclues.net/demo1/caytech/index.php






Bookmarks