Add/editnews avatar width

Share your CuteNews.RU skins and code snippets.

Add/editnews avatar width

Postby Partyism » Fri Jun 05, 2009 7:06 pm

If you add or edit news and add a external avatar width a width of 800px it shows the whole avatar en ruins te template.
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.
Partyism
 
Posts: 399
Joined: Tue Sep 25, 2007 6:24 pm

Return to Skins and snippets



Who is online

Users browsing this forum: No registered users and 0 guests