Hi
I have a problem with the lay-out of a paragraph with an image inside. I want to let the image float to the left and get a space of 10px between the image and the text. This is my code:
Apparently there's no padding to the right of the image.
Does anyone know what I do wrong?
Thanks
Steven
I have a problem with the lay-out of a paragraph with an image inside. I want to let the image float to the left and get a space of 10px between the image and the text. This is my code:
Code:
<p class="pBodyTekst"><img src="../maps/mr1.jpg" style="border: solid 1px black; float: left; padding-right: 10px; padding-bottom: 10px; width: 150px; height: 97px;" alt="MR-1" />Omschrijving voor de Mini Rocker Shaker</p>
Apparently there's no padding to the right of the image.
Does anyone know what I do wrong?
Thanks
Steven