
<img src="{$mybb->user['avatar']}"/ height="20px" width="20px">
Is this the best way to do it? Will this add a lot of overhead? Thanks.
![]() |
![]() <img src="{$mybb->user['avatar']}"/ height="20px" width="20px"> Is this the best way to do it? Will this add a lot of overhead? Thanks.
That script should be perfect because {$mybb->user['avatar']} is the best variable to call for avatars and since you are specifying the height and width, it wouldn't overlap.
![]()
there is a mistake and I guess it is not the actual code. should be like below
Just to add on to Ms post. You placed / at the wrong location.
![]() |
« Next Oldest | Next Newest »
|