hi guys! Please take a look at my website in Internet Explorer, it isn't aligning and I'm pulling my hair out over why this is... It looks fine in Firefox Link: http://tinyurl.com/6qou8z If something could give PM me some feedback on this I'd appreciate it... I'm really starting to lose it PS: Please don't link to the site directly, I don't want this thread indexed by the search engines. Thank you so much.
d0ggy's mean that instead of table you must create your site with CSS. Learn it Leroy. its much much better table
sorry for the hit & run post... i meant to follow up. i suck. check these sites out to get some help/ideas: http://www.artypapers.com/csshelppile/ - css help pile (very good site) http://www.smashingmagazine.com/ - good site for some new ideas css generators that will actually MAKE YOUR LAYOUT FOR YOU: http://www.cssportal.com/generators/layout.htm http://csscreator.com/tools/layout SitePoint: http://www.sitepoint.com/article/rock-solid-css-layouts Bottomline, don't fear CSS.
before making pages in css you must always collapse the extra space of some tags, you must always enter this code at the starting of each css page i.e h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; } p, ul, ol, li, hr{ margin:0px; padding:0px;} if you do this 90% of your problems will be solved regarding browser compatibility