Hi,
At the moment my user profile uses this code to display the user avatar:
Thanks in advance.
At the moment my user profile uses this code to display the user avatar:
<div class="avatar">{$avatar}</div>
however the avatars move depending on the size of it. Now I have tried to use this:<div class="avatar" style="width:100px; height:100px;">{$avatar}</div>
Although this does not work. Is there anyway I can display the user's avatar on their profile without having to use <div but instead use src (image path)? I am trying to make them all the same size.Thanks in advance.