Images, captions and previews
-
Hi there – I’m not sure if I’m posting in the right place, but have tried posting elsewhere and don’t seem to ever get a response. It’s just a tad frustrating…
My problems are:
First, the preview post only brings up the title and the author and nothing in between (I have guest authors who are more cyber-challenged than I am so this is posing problems as they really need to be able to do a full preview before they post)
Second, if you go to the view screen (when composing the post) as opposed to the html, the text wraps around image and the caption is fine. Once you post, the text starts on the line right at the bottom of the image and the “caption id” text shows instead of the caption.
I scouted around in the tutorials and forums and had to insert the css, which I have done as follows, after the */
body
{
background:#aaa;
color:#333;
font: 82%/150% “Papyrus”;
margin:0;
padding:0;
line-height:1.6em;
}{
.right { float: right; }
.left { float: left; }
}
{
img {border:0}
img {border:solid #800040 1px}
p img { padding: 0; max-width: 100%; }
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
}This is probably where the error in position is (although it looks fine on the compose post)
The url for the site is https://www.judahraine.com/romancewriteup
I really wasn’t sure where to put it in as none of the information is designed for people like me who really don’t have a clue.
Please, please, can someone help me out here?? I’m feeling kindof desperate right now.
Many thanks
Jude
- The topic ‘Images, captions and previews’ is closed to new replies.