OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Can any help me with this plz?
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > General Support
gibbon23
Ok my website http://matlockaquatics.co.uk/grace/ i am trying to change afew things from green to blue!

Now the main info box as you can see the left and right border is still green! and i am sure, by looking at the index source from the live page! it gets them colours from the style sheets

CODE
.infoBox {
background: #ffffff;
border-left:2px solid #96BB46;
border-right:2px solid #96BB46;
}


as the source is :

CODE
<div style="border-left:2px solid #96BB46;border-right:2px solid #96BB46; height:376px;"><div style="width:100%; height:3px;"></div><table border="0" width="100%" cellspacing="0" cellpadding="1" class="myinfoBox">


yet when i change them style colors on the sheet and upload! no changes!!!

Thanks
Andy
Coopco
Most changes are made in the stylesheet.

It may be that you need to refresh your browser a few times.
chipshot
CODE
<div style="border-left:2px solid #96BB46;border-right:2px solid #96BB46; height:376px;"><div style="width:100%; height:3px;"></div><table border="0" width="100%" cellspacing="0" cellpadding="1" class="myinfoBox">


Remove the styles from your HTML and handle them from the stylesheet only.
This must be a template from template-monster right?
they do everything backwards.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.