justedee Posted October 3, 2007 Posted October 3, 2007 The box and lines are suppose to be brown and the panel should be an image or at least white. Thank you, ~eDee Ya, I'm a chick and I program! What of it?
Guest Posted October 4, 2007 Posted October 4, 2007 The box and lines are suppose to be brown and the panel should be an image or at least white. Thank you, ~eDee This may help http://www.oscommerce.com/community/contri...arch,stylesheet
justedee Posted October 4, 2007 Author Posted October 4, 2007 Thank you, I have tried that, but I still can't figure out which to change. I must have changed the wrong thing or it would be brown. Does anyone now what I could have changed or deleted that would cause there to be no color there? Ya, I'm a chick and I program! What of it?
ardley216 Posted October 4, 2007 Posted October 4, 2007 do it through trial and error... make a backup of the ccs style sheet... and change the hex codes ( if you dont know what hex codes to use, look it up on google)... where it says backgorund it ussually means the main background... its the way i learnt what bits were what.. hope thats a help... do you use STS? Ardley Store:Gadget-Net
Guest Posted October 4, 2007 Posted October 4, 2007 Thank you, I have tried that, but I still can't figure out which to change. I must have changed the wrong thing or it would be brown. Does anyone now what I could have changed or deleted that would cause there to be no color there? Right click on them and see i they are images.
justedee Posted October 5, 2007 Author Posted October 5, 2007 Right click on them and see i they are images. Well that helped, you think I would have opened the READ ME file - Ugh! Ok this has to be where I'm going wrong, but I can't figure out what is wrong with this code. TABLE.productListing { border: 1px; border-style: solid; border-color: #6a3e1e; border-spacing: 1px; } .productListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #6a3e1e; color: #FFFFFF; font-weight: bold; } TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } I think this is it? ~eDee Ya, I'm a chick and I program! What of it?
Nullachtfuffzehn Posted October 5, 2007 Posted October 5, 2007 You should consider about installing FireFox with the web developer add-on. It's really helpful to figure out things like you requested. It shows you live the CSS properties, you can change them online and see what difference the changes make before putting them into the code.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.