http://www.zen-cart.com/forum/showthread.php?t=86323
url above should help
http://www.zen-cart.com/forum/showthread.php?t=86323
url above should help
I went to it, and did everything listed in their but it didn't work.
You have not altered code as per my instructions atCode:[FONT=Verdana]body {[/FONT] [FONT=Verdana]margin: 0;[/FONT] [FONT=Verdana]font-family: verdana, arial, helvetica, sans-serif;[/FONT] [FONT=Verdana]font-size: 62.5%;[/FONT] [FONT=Verdana]color: #000000;[/FONT] [FONT=Verdana]background-color: #e5edf5;[/FONT] [FONT=Verdana]}[/FONT]
url link I gave in my first post to you here
i.e.
Code:body {font: 62.5% verdana, arial, helvetica, sans-serif; color: #333;
NOTE
Correct code should be
body {font: 62.5% verdana, arial, helvetica, sans-serif; color: #333; background: #fff url(../images/yourimage.jpg)}
ok, I added the correct, but does the image need to be in .jpg format or .gif?