If want to put images on my site side by side about one inche apart .What would be the best and easy way to format this .I am using Expression Web software. Thank you
Use this as a guide. http://www.digitalfamily.com/expression/10-tips/Expression-Web-Tip-5.html Hope this helps, Kocur
Put the images into a <div id="images"> In the css file write: #images img { float:left; display:block; margin-right:30px; } After closing the div, write <div style="clear:both;"></div>