Tony wrote:I have just designed a site using RSD for the first time and am quite pleased with the outcome, except when I preview the site. In Google Chrome it looks perfect but in IE some of the columns don't line up together. I have descriptions in one column and a paypal button script in the column next to it. There are 6 rows of these and I have adjusted height, padding and margins to a common size that allows all to fit - ot looks great on screen in RSD and in GC, but rows are different heights in IE, making the row layout a bit off.
Is there an easy fix I am missing for this? Or do I have to tell everyone to use GC

I have encountered a couple very frustrating issues similar to what you describe, involving missing or misaligned tags. Once my fault, once RSD did it. After going through everything else I could thing of, I loaded the offending page into a programming editor that supports closing sections of the page by clicking on - or + symbol to the left in the margin next to the tag. I use UltraEdit by IDM but there are other editors that can do this. Not, sad to say, Coffee Cup's HTML Editor.
Going from tag to tag - all of a sudden one segment of the page didn't 'close' the way I anticipated and at that point, I was able to identify a missing </div> in both cases. On the one that RSD's pointers somehow mangled - I exported it again, problem remained, edited the page area (killed the row containing the problem and reconstructed it), resaved/exported and all was well.
For some reason GC & Firefox rendering of the pages didn't 'break' on the 'bad html' but IE did.