It's this:
www.mercadillo-virtual.com/tienda
thanks
It's this:
www.mercadillo-virtual.com/tienda
thanks
It looks fine to me. The site is different shades of a bluish-green color. It looks nice.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
Add /* to the first line of your stylesheet
http://www.customscripts.co.za - Custom development for open-source applications
http://www.pcservice.co.za - Website Development, Domain Registration, Hosting
first line of the css says
*/
BODY {
background-color: #353535; /*#e5edf5;*/
color: #353535;
margin: 0px;
margin-bottom: 10px;
padding: 0px;
font: 11px Verdana, Arial, sans-serif;
}
The first line of your CSS is
you need to put /* at the very top line off your css so it should beCode:w.zen-cart.com/index.php
Code:/*w.zen-cart.com/index.php | // | | // | Portions Copyright (c) 2003 osCommerce | // +----------------------------------------------------------------------+ // | This source file is subject to version 2.0 of the GPL license, | // | that is bundled with this package in the file LICENSE, and is | // | available through the world-wide-web at the following url: | // | http://www.zen-cart.com/license/2_0.txt. | // | If you did not receive a copy of the zen-cart license and are unable | // | to obtain it through the world-wide-web, please send a note to | // | [email protected] so we can mail you a copy immediately. | // +----------------------------------------------------------------------+ // $Id: stylesheet.css 277 2004-09-10 23:03:52Z wilt $ */
http://www.customscripts.co.za - Custom development for open-source applications
http://www.pcservice.co.za - Website Development, Domain Registration, Hosting
Thanks!! it really works right now!!
Hi Guys
what if to add an image as background inseat of color! what will be the code to use?
Get yourself a copy to TopStyle Lite and use it to manipulate your css.
If you wanted an image to the body, you would changetoHTML Code:BODY { background-color: #353535; /*#e5edf5;*/ color: #353535; margin: 0px; margin-bottom: 10px; padding: 0px; font: 11px Verdana, Arial, sans-serif; }HTML Code:BODY { background-image: url(imagepath/imagename); color: #353535; margin: 0px; margin-bottom: 10px; padding: 0px; font: 11px Verdana, Arial, sans-serif; }
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.