Hey Chris,
We have been trying to get our vb mobile app to go through and gets rejected due to error on our side, which they had let us know on a support ticket, giving us this as the error. And the blame is put on third party mods. Don't want to disable this hack as really brings importance to our site
Error :
<style>
.minigraph {
float:{vb:stylevar left};
background-color:#cecece;
border: 1px solid #003366;
position:relative;
width:70px;
padding:0
}
.minigraph .minibar {
display:block;
position:relative;
background-image:url(christeris/reviews/images/bargraph.gif);
background-position:{vb:stylevar left} center;
background-repeat:repeat-x;
border-{vb:stylevar right}:1px solid #003366;
text-align:center;
color:#fff;
height:14px;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
line-height:1.4em
}
.minigraph .minibar span {
position:absolute;
{vb:stylevar left}:1em
}
</style>
Any ideas much appreciated
|