I’m having the same problem with very “plain” images on the rendered page (see the post at https://www.parkerpress.com/2009/01/31/broomfield-sunsets).
They look nice in the HTML editor, but the actual page is just a plain unframed picture with an un-centered caption. I get a funny feeling it’s due to class definitions getting changed between the editor and the “rendered page” (see https://www.parkerpress.com/temp/edit.png
and https://www.parkerpress.com/temp/rendered.png
for the difference)
In the editor, I see the following image declaration:
[caption id="attachment_404" align="alignleft" width="128" caption="Sunset 29"]<img class="size-thumbnail wp-image-404" title="Sunset 29" src="https://www.parkerpress.com/wp/wp-content/uploads/2009/01/sunsets-29-128x85.jpg" alt="Sunset 29" width="128" height="85" />[/caption]
Leading to the following image information on the rendered page.
<div id="attachment_404" class="wp-caption alignleft" style="width: 138px"><img class="size-thumbnail wp-image-404" title="Sunset 29" src="https://www.parkerpress.com/wp/wp-content/uploads/2009/01/sunsets-29-128x85.jpg" alt="Sunset 29" width="128" height="85" /><p class="wp-caption-text">Sunset 29</p></div>
It makes me wonder if it’s because in the editor the image is “contained” within the [caption]
tag while the rendered version has the caption as a separate paragraph.
I’d love to be able to see the exact same “look” in the rendered version as I see in the editor.
Steve