Hi guys,
Have a weird one here but I want to resize an avatar displayed using %. However, when doing it with the below method the image does not display.
Code:
<a href="profile.php?{$session[sessionurl]}do=editavatar"><img src="/forum/image.php?u={$bbuserinfo['userid']}" width="30%" height="30%"></a>
So, if this cant be solved, I was hoping it could be done with an edit to image.php allowing the use of height & width. For example:
Code:
/image.php?u=45&height=30%&width=30%
Any ideas how I can get either to work?
Matt