Quote:
Originally Posted by UKBusinessLive
Hi,
Look for this in the html code
Code:
#tabsH {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
and change the backround hex color to from #000 (Black) to whatever hex color value you want for example #FFFF (White), Then the long background bar that goes along the full with of your style will be white.
Here is a great Hex Color Chart http://www.2createawebsite.com/build/hex-colors.html
Enjoy 
|
Thanks dude! :up: I'm a newbie of sorts - thanks for the patience.