Trying to place multiple images in wordpress on a static page. There's often white space above, sometimes don't go to the right place, and then they refuse to be manipulated with the mouse.
Anyone know what's going on?
page found here: http://www.theoriginalmedicine.com/?page_id=15
Any help gratefully received.
p.s. Have tried fiddling with the style.CSS code a bit to no avail (not worse either). Currently have a mess but here it is:
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright,div.alignright {
float:right;
margin:0px 0 5px 10px
}
.alignleft {
float: left;
}