Quote:
Originally Posted by Ben5150VH
hey no it didn't 
any other ideas and thanks
|
Ok well still leave out that aling="center" as I showed above and now edit template additional.css and find:
Code:
.abimage {
background: url({vb:stylevar titleimage}) center center no-repeat !important;
height: 155px !important;
}
Add the code as shown in
red:
Code:
.abimage {
background: url({vb:stylevar titleimage}) center center no-repeat !important;
height: 155px !important;
float:left;
clear:right;
}
Save and now let me know

.