i answered a question similar to this by senan: text in layeers and resizing. here was my response:<br><br>I am a newbie to this program also, but I can tell you that using Tables is the way to go. Many people use Tables to align images and text because Tables offer the ability to position artwork freely on a page. The trick is fixed pixels versus percenatages in Tables. <br><br>A percentage-based Table will stretch with the width of the browser, meaning that its size will vary depending on the shape of the browser window. If you specify that a Table uses a width of 75%, for example, the Table will stretch to fill three-fourths of the horizontal space regardless of the browser window size.<br><br>When you want to restrict the size of a Table regardless of the browser window size, pixel -based is the way to go. when you want the Table to stretch to the size of the browser window, percentage-based Tables are best. To complicate matters, it's possible to nest a pixel-based Table inside a percentage-based Table or vice versa.<br><br>