Hi,
I still can't figure out how to do this:D
What I want is an image on the left and a text description next to the image on the right.
I actually managed to do just that on http://singularityuniverse.me/universe/ just with using enter button, but I have absolutely no idea how!:D
Then I tried applying the following code to the custom css:
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
p {
clear: both;
}
But that works only half way. I get images vertically lined up on the left side but it's somewhat impossible to position text next to them.
Please help:)
Martin
The blog I need help with is singularityuniverse.me.