• maxsatt

    (@maxsatt)


    Having trouble getting images to align where I want them, and when I select that I want a border around the image it doesn’t look right. Then if I include a caption, it isn’t centered properly. I have no problem going into the code and tinkering with it to get it right, but I should have to. How can I make this work properly>

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    With regard to the image alignment, check that you have the following in at least one of your stylesheets:

    img.aligncenter,aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    img.alignleft {
    	float: left;
    }
    img.alignright {
    	float: right;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Image Alignment, Borders, and Captions’ is closed to new replies.