Again, I am also new to DW. however, when you want to control your alignment precisely, fixed pixels are the way to go. There's another way to achieve alignment with Tables that is based on percentages. If you've looked around the Web much, you've probably noticed that Tables are sometimes used to assemble multiple images so that they look like a single image. Tables can insure that artwork stays aligned and grouped, whereas HTML without Tables can be subject to movement depending on the size of the browser window.<br><br>Click on each image (don't double click), you'll see its dimensions inside the Properties Inspector. If you have six images which are 100 pixels wide and you add that number together, it's 600. That's improtant, because you will be creating a 600-pixel wide Table in order to assemble these as one seamless looking image.<br><br>Choose Inset>Table and change the settings to Rows: 1, Columns: 6, Width: 600 Pixels (not percent), Border 0. Click OK.<br><br>Click inside tha far-left cell, and choose Insert>Image. The table format is messed up, but the image in now inside the appropriate cell.<br><br>Once you've inserted all the other images in to the appropriate cells, the Table should appear across from each other with small gaps in between. To get rid of the gaps between the cells, select the entire Table by clicking inside and cell and selecting the <table> tag selector. Once you've selected it, change the settings on the Properties Inspector to read CellPad 0, and Cell Space 0. The Table will come together seamlessly.<br><br>Press F-12 to preview your seamless table. <br><br>I hope I'm on the right track with you. If not I apologize for misunderstanding. <br><br>good luck,<br><br>TeK2