Image positioning
-
Hello everyone
I am trying to position images exactly. The general image html code of WP doesn’t provide this option.
This is the general html of an image in WP:
<img class=”alignnone size-full wp-image-32″ title=”Recensies” src=”https://worldcookingworkshops.nl/wp-content/uploads/2012/07/Recensies.jpg” alt=”” width=”218″ height=”142″ />I tried several things to add “top” and “left”. For example: <img style=”position: absolute; top: 20px; left: 20px; width: 227px; height: 142px;” src=”https://worldcookingworkshops.nl/wp-content/uploads/2012/07/Workshops.jpg” alt=”” />
Unfortunatly this html code doesn’t work in WP. Doen anyone knows the correct html code of WP, where i can add “top” and “left” ??? Many thanks!
- The topic ‘Image positioning’ is closed to new replies.