Image positioning problem
-
Hi, I can’t get my text to wrap around the image even though it looks fine in the editor window.
This is the page, the text should be to the right of the image:
http://ardleighbedandbreakfast.co.uk/?page_id=2
I have edited the stylesheet with the following code, but it still doesn’t work. I’m clearn out of ideas, please help.
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}.alignleft {
float: left;
}.alignright {
float: right;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Image positioning problem’ is closed to new replies.