PDA

View Full Version : Having trouble with text going over the no avatar in profiles.


Blumy
01-21-2009, 02:01 AM
On my website I have a picture of an Xbox 360 as an avatar for users that have no avatars uploaded. I have tried multiple different "No Avatar" avatars and a couple of different pictures, but I keep getting the same problem. In profiles if a user with no avatar posts a visitor message, their text runs over onto their "No Avatar" avatar. I don't know if this is the code or the style or what, but it also happens on the default vbulletin style. Here is a screenshot.

http://i9.photobucket.com/albums/a72/blumhardt/problem.gif

Any ideas on how to fix?

Lynne
01-21-2009, 02:34 AM
Probably a css thing but it's hard to tell from just a picture.

Blumy
01-22-2009, 02:43 PM
What else do you need?

Lynne
01-22-2009, 05:46 PM
A link to the page that has both these working avatars and non-working avatars. In order to see what's going on, we really need to be able to look at the page source.

Blumy
01-23-2009, 12:02 AM
<a href="http://gamecolonial.com/gchome/forums/member.php?u=1" target="_blank">http://gamecolonial.com/gchome/forums/member.php?u=1</a> There is my profile page.

Lynne
01-23-2009, 02:49 AM
Looking in your page source, I see this as the image tag for a 'working' avatar:
<img src="image.php?u=109&amp;dateline=1228331423&amp;type=thumb" class="alt2 avatar" width="60" height="45" border="0" alt="metalfreak85" />

And this is the image tag for the 'non-working' avatar:
<img src="http://gamecolonial.com/gchome/forums/wi/misc/unknown.gif" class="alt2 avatar" border="0" alt="seal user" />

Looks to me like you need to set the width of the non-working avatar at 60 so it fits the space allowcated.

Blumy
01-23-2009, 02:09 PM
Alright I'll give this a go.

Yeah, It worked. Thanks for the help.