searchen
Member
Posted 5 years ago #
Is there any Plugin or technique to allow a Caption to be placed under an image, instead of the details only being visible with Mouse-overs or on a separate page.
We need to include Copyright details even under a thumbnail (requirement for a German Website) and cannot figure out how to achieve this!
Thanks
Peter
searchen
Member
Posted 5 years ago #
I have just seen a technique described for CSS using Definition Lists to achieve this.
Can I just build this into my CSS, and add it into the coding, or could someone build a plug-in?
Thanks
Peter
I would like to know if anyone can answer this as well. I would certainly like to be able to include captions under images.
AshleyxCore
Member
Posted 5 years ago #
Oh! I really need this as well. Something like Wikipedia has, with the pretty little captions under thumbnails and whatnot. Here is an example (on the right).
Turtlestack
Member
Posted 5 years ago #
I wish I knew how to code! I think everyone would want this plug-in. Does anyone know if this is even possible?
willyritch
Member
Posted 5 years ago #
I checked out dbasulto's suggestion---looks like it would be pretty slick if I was smart enough to follow it. If I try, there would most likely be a lot of damage done.
So ad my vote for a plugin that allows captions.... or a simple work around.
cfenner
Member
Posted 5 years ago #
I'm voting with you. There are photos can not use without crediting the supplier. In lieu of a plugin, what are people currently doing to caption?
pokerpac
Member
Posted 5 years ago #
would be good to be able to do the caption AND a photo credit ... something there's not enough of in blogging frankly (imho).
here's a good example of a site that uses wp 1.5 for something that makes a decent model:
http://www.dallasobserver.com/blogs/?p=386
You know, you could easily do this with CSS. Whenever you put an image in your post, place the caption beneath it. There's several ways to do it, but you could encapsulate it in a div. So, in your post:
<div class="caption">
<img src="image.gif" />
caption text here
</div>
In your stylesheet:
div.caption {
width:auto;
float:left;
font-size:0.8em;
text-align:center;
}
That's it. Now your image is floated left, with caption text.
pokerpac
Member
Posted 5 years ago #
hmm, i'll give that a try. i am just learnin' my css. is there a way to put something on top as well?
Just post the text before the image, not after.
evercloud
Member
Posted 5 years ago #
rudolf45
Member
Posted 5 years ago #
Your example page doesn't work in Opera!
evercloud
Member
Posted 5 years ago #
contentspring
Member
Posted 4 years ago #
Try the Image Caption Easy plugin, it will automatically format image captions for you: http://imagecaptioneasy.contentspring.com/.