Originally posted by Lodi84 I as wondering if there was a chance that you can find a gallery for vbulletin or yo can modified de postbit so as to look at one! So you put a default that style and there it is.
Maybe someone smarter than I has a better suggestion, but I think you'd have to use a hack for this to work. Check vBulletin.org, since we don't support hacks at this site.
Quote:
Anothe thing, i wanted to know how to center de Attachment file in the postbit. [/B]
Check in your "postbit" template and search for
Code:
$post[attachment]
Use simple HTML to center that element. For example you could do the following:
Code:
<div align="center">
$post[attachment]
</div>
The code you need to use will depend largely on the type of postbit you've created, but the above should work.