When I insert an image in Dreamweaver: how do I align it freely like move and place the image wherever I want istead of using the alignments?
A:
You may want to use a "div" element and put your image inside of it.
Or you can set style of the image as "position absolute".
marvin
2009-12-27 15:21:00
how can i create a div element
jj
2009-12-27 15:38:03
sorry, i dont have a Dreamweaver installed right now. So, i cant guide you through that, but i can help you with the code if you like. There should be some 'code view' section in Dreamweaver. You can add <div style="position:absolute"><img src="yourimage.jpg" /></div> . Dont forget, you need to add this inside body tags. After that, when you go back to user interface, you should see your div.
marvin
2009-12-28 21:52:34