OK, I’m lost. I’m trying to communicate that I want pictures in a horzontal mode with a caption under each picture.
If I place </div> at the end does the line not break?? How do I cachieve what you’re telling me to do if the line breaks?
Something like this:
.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black }
…goes in my css file. Anything else go in the css file?
Then this goes in my page file:
<div class=”.caption”><img src=”https://sirspeedyaddison.com/wp-content/uploads/2007/06/peen-ceem-thumb.thumbnail.gif” alt=”Peen Ceem” title=”Peen Ceem”>Peen Ceem</div>
When I do exactly that, the pictures do some wacky things. What am I missing?