Why not make give it a maximum width?
I couldnt find the solution in the forum.
In add en editnews find:
- Code: Select all
<img name="previewimage" src="<?=($row['avatar'] ? $row['avatar'] : 'skins/images/blank.gif'); ?>" align="left" style="margin: 5px;"><br />
Replace with
- Code: Select all
<img name="previewimage" width="120px" src="<?=($row['avatar'] ? $row['avatar'] : 'skins/images/blank.gif'); ?>" align="left" style="margin: 5px;"><br />
Thats all.
