Are the ones you want specified for the right side?
Printable View
Are the ones you want specified for the right side?
The advice I gave you affects much more than the logo, it was the correct reply and did relate to the issue. If you posted a link, I could know for sure.
If you'd like to donate for my efforts, there is info in my readme.txt. It would always be appreciated, it does not happen often at all.
Your site should already do the categories like this, I'd suspect you have the same issue as jdhone, see my reply a few posts up. Also, a link is ALWAYS helpful.
Though if you want your PRODUCTS to display in a row, you'd need to install this.
Column Layout Grid Mod
Hi, I have been trying to resolve an issue for several weeks. I am getting many complaints from customers about my web site not displaying properly in IE. Since i am a Mac user, I have no way of knowing what is going wrong. Can anyone take a look at the site and suggest a solution? Thanks very much
www.goldenapplels.com/ZcartGA/
John, try http://browsershots.org.
First thing I would do, is fix the head portion of your site. You have css there, I would move that to a file in includes/templates/YOUR_TEMPLATE/css/. All css belongs in the <head> portion of the website, you have it within the <body>.
also, you have a second </head> up there.
If you view the source of your site, you'll see what I mean, but here is the chunk I'm referring to:
All of that needs to be gone.Code:<style type="text/css">
<!--
#divnavbarz a:hover {
font-size: 12px;
color: #FFFFFF;
background-color: #FF9801;
text-decoration: none;
}
#divnavbarz {
background-image: url(../assets/banner2008_02_2.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}
#divnavbarz a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
#navbarz {
text-align: right;
}
-->
</style>
</head>
<link href="../css/stylesheet.css" rel="stylesheet" type="text/css" />
<body>
<div align="center">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style>
</div>
Don't know if that's your issue, but fixing it will get you a step closer.
www.doodlebuckets.com Can you take a look at my main page and tell me what is determining the font size and style on the main page text? I want it to match the rest of the site but I it's not. I take the code from the Define Pages Editor and put it in my HTML editor (NVU) and it displays properly there. So the style must be coming from somewhere else and messing it up, right? Thanks in advance!
Hi there,
I am just starting up the shopping cart, and I wonder how do I add the newsletter subscription in the sidebox? does apple zen has that feature, and where can I find that?
thank you,
Lis