HI there
I don't know where to start with this one.
I would like to have a box within which I would place an image of a product on the left and then the product information on the right hand side. Could someone advise how to do this please?
Many thanks in advance.
There are many ways
At its simplest, simply float the image left and put the text in a container with overflow set to hidden.
You haven't begun to give us enough info to make a definitive answer.
I am under the impression that your knowledge base is weak. I'd suggest working through the tutorials at htmldog. They are clearly written and use best practices.
cheers,
gary
Thanks for the reply. I had
Thanks for the reply. I had been thinking along those lines, perhaps having a container with an image float left and another text region floated right. I have "aligned" an image left in the past and put text in a span floated right. I wanted to try and layout this (http://tinyurl.com/msrwd8o) better so that we can add more items to the page perhaps with an hr to separate rather than separate boxes...