My javascript instruction:
<pre>
dummy = dummy + ‘’ + a + ‘;
</pre>
is converted to:
<pre>
dummy = dummy + ‘”’ + a + ‘.jpg” alt=”’ + i + ‘“ title=”’ + d + ‘“‘;
</pre>
when I post it.
I am losing the border attribute and the left margin.
Any way around this?
Regards,
Jan Nordgreen
