Guest Posted December 23, 2004 Posted December 23, 2004 I'm just so mad that I can't get this right. So to not futher my madness, I'll make this post short and simple. I finally got the stylesheet to work in STS 1.9, however, not, I see bars!! That didn't happen before! But before, the stylesheet wasn't even picking up and I'm thankful! However, I need those tables with borders to go away. TO see what I mean, please go to http://atomorange.com - Please help!
ozcsys Posted December 23, 2004 Posted December 23, 2004 I'm just so mad that I can't get this right. So to not futher my madness, I'll make this post short and simple. I finally got the stylesheet to work in STS 1.9, however, not, I see bars!! That didn't happen before! But before, the stylesheet wasn't even picking up and I'm thankful! However, I need those tables with borders to go away. TO see what I mean, please go to http://atomorange.com - Please help! <{POST_SNAPBACK}> I assume you are talking about the infobox heading. If so you need to change that in your stylesheet. for the border .infoBox { background: #012FB7; } for the header TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #012FB7; color: #ffffff; } Now you will still need to get rid of the corners. The easiest way to do this is to take the pixel_trans.gif from your images folder and do a save as and rename it to the same name as the corner gifs and upload it to your images/infobox folder. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 23, 2004 Posted December 23, 2004 I assume you are talking about the infobox heading. If so you need to change that in your stylesheet. for the border .infoBox { background: #012FB7; } for the header TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #012FB7; color: #ffffff; } Now you will still need to get rid of the corners. The easiest way to do this is to take the pixel_trans.gif from your images folder and do a save as and rename it to the same name as the corner gifs and upload it to your images/infobox folder. <{POST_SNAPBACK}> No, if you look at the website, the table is within the table, how do I change it to where text only displays in each of my tables?
ozcsys Posted December 23, 2004 Posted December 23, 2004 No, if you look at the website, the table is within the table, how do I change it to where text only displays in each of my tables? <{POST_SNAPBACK}> All you need to do is change the color to match the rest of the site. If you actually have to get rid of the tables altogether then you need to make quite a few code changes. Try changing the values in the two classes to #8B8B8B which should match the rest of the box. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 23, 2004 Posted December 23, 2004 All you need to do is change the color to match the rest of the site. If you actually have to get rid of the tables altogether then you need to make quite a few code changes. Try changing the values in the two classes to #8B8B8B which should match the rest of the box. <{POST_SNAPBACK}> Ok, it semi-worked, I just wish I could edit more without knowing PHP. I don't know, it seems Agora might be alittle more easier to edit but it doesn't look as powerful as OSCommerce, however, both are open source.
♥Vger Posted December 23, 2004 Posted December 23, 2004 Ok, it semi-worked, I just wish I could edit more without knowing PHP In most cases a fair knowledge of html will get you through. The stylesheet in particular is just html, no php at all. Vger
Guest Posted December 23, 2004 Posted December 23, 2004 In most cases a fair knowledge of html will get you through. The stylesheet in particular is just html, no php at all. Vger <{POST_SNAPBACK}> Thanks for your help, now, how do I edit those boxes?
ozcsys Posted December 23, 2004 Posted December 23, 2004 Thanks for your help, now, how do I edit those boxes? <{POST_SNAPBACK}> Which boxes? Are you talking about the corners or content or??? The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
♥Vger Posted December 23, 2004 Posted December 23, 2004 Take a backup of your stylesheet.css file. Then, play around with the settings in the original, find out which piece of code does what on your page. If you mess it up completely, restore the one you backed up. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.