Topic: default image html tag
Hi together,
i have a question about posting images.
is it possible to change the import html from
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><img border="0" align="none" alt="" src="http://mydomain/image.jpg"></div>
to
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><img border="0" width="650px" height="450px" alt="" src="http://mydomain/image.jpg"></div>
and if it is possible where can i change this?
thanks for your help
so long
Arge