DepthCue Posted November 13, 2004 Posted November 13, 2004 Hello, Exactly which file, and where in that file do I change the height of the product listing heading? Thanks.
DepthCue Posted November 13, 2004 Author Posted November 13, 2004 I think I found it in stylesheet.css. But the column headings aren't lining up. Anybody know how to valign the headings (Product Name, Price, Buy Now) in the product listing table? Thanks.
DepthCue Posted November 14, 2004 Author Posted November 14, 2004 How do I make the product listing heading look and behave like the info box headings. I used a background image for the info box headings, but when I try to do the same with product listing heading, things are a little off. Here is a screenshot:
DepthCue Posted November 14, 2004 Author Posted November 14, 2004 Here is the code I have for stylesheet.css: TABLE.productListing { border: 1px; border-style: solid; border-color: #666666; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-image: url('images/ProductListingHeader01.gif'); background-repeat: repeat; color: #6E9367; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #DADADA; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.