Glamsmash Productions wrote: > I created my company's website in Sea Monkey Composer (I love the > editor)
Is this a new web site? The code underneath looks very much 1990s. New work should be DOCTYPE HTML 4.01 Strict, instead of Transitional. Are you transitioning from older legacy pages? You might want to consider updating by switching to something more modern than the ancient Composer. AFAIK, it hasn't been worked on for a long time. Perhaps you could at least use the standalone fork called KompoZer. http://www.kompozer.net/ > and the page looks perfect in Chrome, Firefox, and Safari. > However, when I pull the web pages up in Internet Explorer, the tables I > created are all smashed together or showing the wrong size. I have no > idea how to fix it. I am not a big HTML guru, that is why I like the > WYSIWYG editor in Sea Monkey. I don't understand what you mean when you say "smashed together" or "wrong size". Do you have a better description? (I don't use Windows, so no Internet Explorer here.) You may mean that there is no space between the words and the pictures. If so, you need padding in the table cells. "Tables for layout" concept is also quite old. These days we use <div>s to create column and layout. > Here is the site link: http://www.glamsmash.com > > and example of this issue can be found on every page, especially > http://www.glamsmash.com/about.html or > http://www.glamsmash.com/services/html. http://www.glamsmash.com/services.html > Please help me figure this out, thanks! >From the Home page: "based [in] New York City" "who's [whose] mission is to conceptualize" "In house [Inhouse] services " ..probably others... You may check your pages for errors here: <http://validator.w3.org/> and <http://jigsaw.w3.org/css-validator/> Questions of this nature should be put to a web-authoring newsgroup, such as alt.html -- -bts -This space for rent, but the price is high _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

