Hi,
I have a custom header and I have moved the login box onto the header.
Now I have added a bit of code, showing the user avatar, which works fine but when a user has no avatar, I had someone help me set it so that when this is the case a default avatar is displayed now this works all over the forum but not on my header?
So can someone help please?
I have this piece of code in the header template:
Code:
<td class="alt2" align="center">
<img src="$vboptions[bburl]/images/avatars/noavatar.gif" alt="$vbphrase[guest] $vbphrase[avatar]" width="50" height="50" border="0">
Now when I look in firebug this is the code that is displayed and also it has the circle thingy going around (like its loading) continuously
Code:
<img height="50" border="0" align="center" width="50" alt="" src="http://www.xxxxxxx.co.uk/forums/image.php?u=2"/>
Anyone tell me why this is please?
Thanks
Danny