How can I insert an image into content area?
If I insert it so <img src="images/logo.png" /> I get [Left Bracket] error!
Thanks for any help!
Sakari
<img width="100" height="250" src="images/logo.png" />
<img src="images/logo.png" style="width:100px !important; height:250px !important;" />