refer to http://www.ecomputer.com.au/index.php?main_page=index
how can i know the what is the colour of background so i can change the logo colour to fit in the home page,thank you
refer to http://www.ecomputer.com.au/index.php?main_page=index
how can i know the what is the colour of background so i can change the logo colour to fit in the home page,thank you
"how can i know the what is the colour of background"
You need to be more descriptive of your problem. The colour of 'what' background first needs to be known.
Also, you should correct or remove these invalid statements:
#navBreadCrumb a {LINKS_STYLE}
LINKS_STYLE is not a correct usage.
You set the color in one of your CSS files using:
body { background:your_color }
#navBreadCrumb a {LINKS_STYLE} << I don't know what this is either but it is in some of your CSS files.
Look in your CSS files.