Oper
Posts: 1195
|
| Posted: 03/22/2013, 3:12 PM |
|
if i use this meta tags:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
CCS add this line on top of the meta tag
<style needdelete="">td {border-style:dotted;border-width:1px;border-color:#aaaaaa;} table {border-style:dashed;border-width:1px;border-color:#aaaaaa;}</style>
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
DataDoIT
|
| Posted: 03/22/2013, 3:41 PM |
|
Put a label where you want the meta tag, and for the label's BeforeShow,
add Retrieve Value for Control action and set to:
"<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">"
CCS then won't muck with your tag.
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 03/22/2013, 4:12 PM |
|
That will work for sure. :)
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|