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;
}
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
