[SOLVED] Image widths on Edit page |
4/6/2011 11:46:40 PM |
PHPRunner General questions | |
H
horsey_kim author
Where can I set the width for an image on the edit page only. |
|
![]() |
Sergey Kornilov admin 4/7/2011 |
The image will be shown in real size unless you choose 'generate thumbnails' option. If latter - it will show a clickable thumbnail. |
H
|
horsey_kim author 4/7/2011 |
The image will be shown in real size unless you choose 'generate thumbnails' option. If latter - it will show a clickable thumbnail.
|
![]() |
Sergey Kornilov admin 4/8/2011 |
Check tablename_edit.php file. // Make - File-based Image
$value = "<img"; |
H
|
horsey_kim author 4/8/2011 |
Thank you, that is what I am looking for <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=57531&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |