lukgoh |
|
---|---|
oh, are you not using Siena? As {USERS_DETAILS_AVATAR} should put out: "datas/avatars/file.jpg" so yeah <img src="{USERS_DETAILS_AVATAR}" width="xx" height="xx" /> that would work. Anyway after logging in and looking at your html code it is setting the width and hight in your html. You need to remove the width and height from the image tag. Added 1 minute later: <img src="datas/defaultav/blank.png" alt="Avatar" width="75px" height="75px"> Added 1 minute later: If the tag is producing HTML (Which it shouldn't) then you will need to edit the tag in it's php file (very minor core hack). |