My blog is betrodmedia.wordpress.com I was hoping to remove the image borders when i use a caption. Is this even possible, if so how? I would apporeciate any help you'll could give me
The blog I need help with is troutsniffer.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
My blog is betrodmedia.wordpress.com I was hoping to remove the image borders when i use a caption. Is this even possible, if so how? I would apporeciate any help you'll could give me
The blog I need help with is troutsniffer.wordpress.com.
betrodmedia.wordpress.com does not exist. Is there a typo?
@tsp: Yes there's a typo... http://bentrodmedia.wordpress.com/
@troutsniffer: No you cannot remove the borders; the appearance of captioned images is rigidly predetermined. If you want no borders, you must use no-caption images and write the legends as plain text in the main body of the post.
If you want to restrict the legends to the width of the (center-aligned) images, you'll need to enclose them in this code (in the html post editor):
<table border="0" align="center" style="width:IMAGE_WIDTH_HEREpx;">
<tr><td align="center">
LEGEND_HERE
</td></tr>
</table>
This topic has been closed to new replies.