I can't get the text to flowing around an image with the Mimbo magazine template. Can anyone help!?
My site in progress is: http://www.boycottsports.com
I can't get the text to flowing around an image with the Mimbo magazine template. Can anyone help!?
My site in progress is: http://www.boycottsports.com
Hi,
Just add this to the content section of your CSS:
#content img {
float: left;
margin-right: 5px;
}
You may need to adjust that margin to make it look like you want.
This topic has been closed to new replies.