Quote:
Originally Posted by domokun
Bumping isn't so fun but I still have to do this. There has to be a way to restrict users to upload avatars below the specific size.. I'm still going through the HTML to see but I'm coming up with no ideas...
Thanks
Domokun
|
I know this isn't exactly what you want, but I needed something similar. My goal was to organize each postbit so they flowed identically down the thread. To do this I wanted each avatar "area" to take up 100x of width, even if the user selected a smaller avatar size.
To do this I inserted a 100x spacer img below the avatar to keep that space always 100 pixels wide. I changed the td class to a custom one, threw in a text-align: center, and now I have a nice even column of avatars.
This may be a workaround for you until someone can solve the image size issue.