could you tell me what you have in admincp->style&templates->stylemanager->masterstyle click <<>>
double click css template
double click AJGattach.css
it looks like it's using the wrong css file.
[edit]
i think you guys don't have this template, i forget to include it in the product. if you wish to do it direct you have to include the template AJGattach in this template put the following code
Code:
#wrapper {
border:1px solid #bbb;
padding:5px;
margin-left:10px;
margin-top:10px;
float: left;
}
#image {
height:{vb:raw vboptions.AJGattach_columwidth}px;
width :{vb:raw vboptions.AJGattach_columwidth}px;
border:1px solid #bbb;
text-align: center
}
#filename {
height:17px;
width: {vb:raw vboptions.AJGattach_columwidth}px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
font-size: 7pt;
}
#description {
height:17px;
width: {vb:raw vboptions.AJGattach_columwidth}px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
font-size: 7pt;
}
#row {
clear:left;
}
tonight i will update this product, i'm verry sorry for being so stupid not including this template.