Hello everyone, having some CSS related problem for layout issues.
firstly see this screenshot: http://i.stack.imgur.com/nmw69.png
Here i have used css like this:
.description{font-weight:italic;}
.image{float:right;}
but what i want to do is to display description in the middle. Like this:
can you tell me the css,, to postion description class div in the middle like the second image. Thanks