Hoxxy said:Remove the class attribute from theCode:<div>
look for something similar to this:
Code:<div [color=Red]class="post_info"[/color]>
and remove the red highlighted part
if this is the right code what can i do here ??.postbit_bl {
background: #ededed;
color: #000000;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.userinfo_bg {
background: #ededed url(images/aria/misc/postbit.jpg) ;
color: #000000;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.vb_postbit_info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px dotted #505050;
border-right: 1px dotted #505050;
border-left: 1px dotted #505050;
border-bottom: 1px dotted #505050;
margin-bottom: 3px;
}
<div class="vb_postbit_info">
<div>
.postbit_bl {
background: #ededed;
color: #000000;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.userinfo_bg {
background: #ededed url(images/aria/misc/postbit.jpg) ;
color: #000000;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.vb_postbit_info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px dotted #505050;
border-right: 1px dotted #505050;
border-left: 1px dotted #505050;
border-bottom: 1px dotted #505050;
margin-bottom: 3px;
}