I had checked this earlier - since the buttons displayed the same way in classic, I assumed that was the default & I'd be able to change them. I'll check the code & see what I did.
Thanks for your quick reply!
I had checked this earlier - since the buttons displayed the same way in classic, I assumed that was the default & I'd be able to change them. I'll check the code & see what I did.
Thanks for your quick reply!
Let us know if you find the solution to this one ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Woooohoooo! Success!
In mytemplate\stylesheet.css, I had:
a img{
border: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #003366;
line-height:10px;
letter-spacing:.1em;
text-decoration: none;
display: block;
padding:8px 6px 10px 26px;
background: url("mm_arrow.gif") 14px 45% no-repeat;
}
I changed it to:
a img{
border: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #003366;
line-height:10px;
letter-spacing:.1em;
text-decoration: none;
display: inline;
padding:8px 6px 10px 26px;
background: url("mm_arrow.gif") 14px 45% no-repeat;
}
The only difference is "display: block" was changed to "display: inline" - that fixed it!
Thanks for your help!
Thanks for the update ... always a help to others ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!