Quote:
Originally Posted by mgd711
Well that would explain why I can't find it. I'm still using 2.0.3.
I've installed your latest Beta and the Markdown works fine with out any modification of css.php, however I much prefer the layout and feel of version 2.0.3 so I'm switching back to that.
|
I seen to have got round my problem by replacing
HTML Code:
<div id="comment-transition" style="min-height: 110px;">
<IMAGE_THUMBNAIL>
<IMAGE_NOTES>
</div>
with this
HTML Code:
<div id="image_notes_clean" style="min-height: <THUMBNAIL_HEIGHT>px;">
<IMAGE_THUMBNAIL><IMAGE_NOTES_CLEAN>
</div>
Don't know how or why but in the image details field the text can now be formatted with markdown.
Mike