Adding an image to a page without using a frame

Soldato
Joined
27 Apr 2007
Posts
3,226
As above, Im wondering if this can be done with dreamweaver cs3 without using frames. Normally if you try this the text to its left will get pushed about, is there any way of typing the main text body then "pasting" an image to its right?
Im well out of touch with making webpages (read: frontpage98) and am only getting to grips with basic dreamweaver use.
 
Im not exactly sure what you mean, but i'd hazard a guess as to say tables will probably help you out here. that way the text and images do not "interact" with each other.. if that makes any sense
 
As above, Im wondering if this can be done with dreamweaver cs3 without using frames. Normally if you try this the text to its left will get pushed about, is there any way of typing the main text body then "pasting" an image to its right?
Im well out of touch with making webpages (read: frontpage98) and am only getting to grips with basic dreamweaver use.

<img style="float:right;" src="imagename.jpg" width="xx" height="xx" />
<p>blahblahblahblahblahblahblahblah</p>
 
Back
Top Bottom