I have a doubt in serendipity...can any one plz clarify???
I added an image in the new entry thru media without using the wysiwyg editor and saved it.
I added an image in the new entry thru Manage images in wysiwyg editor and saved it.
To my astonishment, I found in the serendipity_entries database that the iimage linking (<img style........) in both the entries is different.
using wysiwyg:
<img style="BORDER-RIGHT: 0px; PADDING-RIGHT: 5px; BORDER-TOP: 0px; PADDING-LEFT: 5px; FLOAT: left; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="83" src="..." />
without using wysiwyg:
<img width='110' height='83' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="..." alt="" />
But from the source code, I understand that both the ways it should go to same code(serendipity_image selector) and takes the same img.
SO where is this difference coming from???
I want to know the exact place where the <img style......> is written for a wysiwyg editor!!!!
plz help me......Its really storming my mind!!!