Misaligned Elements


Author Message
Steven Webster

Posted: 2/15/2011
Quote message 

I'm betting you have margins set on images and tables. In Artisteer on the Articles Ribbon, make sure image margin is set to none and table border is also set to none. Then re-export and try it again
 
Joan

Posted: 2/16/2011
Quote message 

Steven, you were exactly right. I had table border set to none, but image margin set to 10px. Since I had modified the skin I just made the change below in the style.css.

.art-article img, img.art-article
{
margin: 0px; /* was 10px but that cause misalignment */
}

Thanks so much for your help, I never would have landed on that myself.

I think the only remaining oddity I have is the width of textboxes and spacing between items in the block container, but haven't had a chance to debug those yet.

Thanks again, Joan