jrstratton
Oct 19 2005, 04:36 PM
See my website here
www.fillcentersusa.com/locator There are white sections that I cannot get to fill in. Any suggestions??
Thanks
Brian
Oct 19 2005, 05:51 PM
I think if you edit the ulstyles.css file and change the background-color: #FFFFFF; to match the color you are wanting, it will take care of your white spots. Give it a try.
It looks like this:
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: #333333;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}
jrstratton
Oct 19 2005, 07:08 PM
Man your good, worked perfectly. And to think that I spent days trying to fix that....Duh!
Thank you!