Hi there,
I'm trying to figure out how to insert an image with a caption (so I can give a photo credit under the photo) but without that weird polaroid border effect. Based on other discussions here on the forum, it seems like the best way to do that is to use a table. But when I do that the text no longer wraps around the image.
Here's a dumby page I've been experimenting with:
http://fishmilksalad.wordpress.com/2009/08/11/112/
Using this:
<table border="0">
<tbody>
<tr>
<td><img src="IMAGE SOURCE HERE" width="300" height="225" class="size-medium wp-image-111" /></td>
</tr>
<tr>
<td>CAPTION HERE</td>
</tr>
</tbody></table>
Thanks for any help!
The blog I need help with is fishmilksalad.wordpress.com.