spikesforu Posted April 22, 2004 Posted April 22, 2004 How can I get dotted lines around the info boxes like this website. click here
TerryK Posted April 22, 2004 Posted April 22, 2004 It should be as easy as adding a border attribute to /catalog/stylesheet.css for the applicable class. Try looking for: .infoBox { background: #b6b7cb; } and changing it to: .infoBox { background: #b6b7cb; border: 1px; border-style: dashed; border-color: #ff0000; border-spacing: 1px; } You may have to test a few of the classes to get the right one (I'm not positive that this is it...) HTH, Terry Terry Kluytmans Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like: Add order total to checkout_shipment Add order total to checkout_payment Add radio buttons at checkout_shipping (for backorder options, etc.) Duplicate Table Rate Shipping Module Better Product Review Flow * If at first you don't succeed, find out if there's a prize for the loser. *
Recommended Posts
Archived
This topic is now archived and is closed to further replies.