lukgoh |
|
---|---|
Can you pastebin your code? Added 3 hours later: Should be something like: <div id="divname">{USERS_DETAILS_AVATAR}</div> then in your css: #divname img {width: xxpx; height xxpx;} or you could try: <div id="divname" class="classname">{USER_DETAILS_AVATAR}</div> then in your css: .classname img {width: xxpx; height: xxpx;} I am not sure why this wouldn't change the height and width of the avatar... |
|
Dit bericht is bewerkt door lukgoh (2012-01-17 13:17, 13 jaren ago) |