Here is where a featured iWeb site will be listed every month. Sites are chosen as featured because of their individuality and creativity as well as for their attempts in making their sites look like they're not created with iWeb. Sites are chosen from the list of iWeb-created sites listed on iWebFAQ.com/iwebsites so make sure your site is listed if you want to be considered a feature on iWebFAQ.com. The site of the month for January 2009 is StopSuctionEntrapment.com
Alignment
Changing the alignment of a page is easy!
Publish iWeb site then open /Sitename/PageName.html in Text Edit. A few lines down in the code right after the <body> tag there are two <div> tags that look like this:
<div style="text-align: center; ">
<div style="margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; overflow: hidden; position: relative; word-wrap: break-word; text-align: left; width: XXXpx; " id="body_content">
Change the tags so they look like this. Edit style parameters to taste.
<div style="margin:left; margin-left:XXXpx">
<div style="margin-bottom: 0px; margin-top: 0px; overflow: hidden; position: relative; word-wrap: break-word; text-align: left; width: XXXpx; " id="body_content">