|
Hi Guys
I have I pic in a div that I want on the left, and on the right of the pic I want a short piece of text if possible vertically centered by the pic.
I have set up a class and tried the following html and css to no avail. The text shows on Firefox under the pic. Any suggestions please ?
css
.photoleft {float: left; padding:2px 0px 8px 10px; margin: 0; width: 100px;}
html
<p class="photoleft"><img src="images/picture.jpf" width="100" height="125" ><br>short text</p>
Thanks in advance
__________________
Would you like to help us sell our product ? If so please pm us
|