ANSWERS: 2
  • You need to change the wrap settings. Look in the help menu for more details. Or call adobe tech support ;-)
  • Create the template in dreamweaver first. Then make a new page from that template. Then take a section of the code and modify the template to "make editable content." In your example you would only allow the contents of the table to be editable. This locks everything but the area in which you are adding content. That being said, tables stretch to fit the content, so if your image is too large it will always stretch your layout. If the image is pushing the text around it, then learn how to add an image to a text area. It is about adding a value to the image attributes, like <img source = "yourimage.jpg" align "left" hspace="10" vspace="10" width="50" height="50"> This will place your image to the left of the text block, with a 10 pixel margin around it, and the image will be displayed 50x50 pixels in size irregardless of the image's actual size.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy