Guest_imported
New member
- Jan 1, 1970
- 0
Oy vey...
I'm new to this HTML stuff and it came upon me to design a marketing e-mail for my employer. So I've had to take a crash-course. I started out in Microsoft Word/Office 2000 (for PC) for it's WYSIWYG features and conversion to HTML. End result looked fine in IE, but crashed Netscape 4.7 consistently.
After much fiddling, I opted to re-code all the HTML myself. Even though it's not the current standard, I ditched CSS in favor of basic HTML. I found that many of the Word-generated CSS tags were causing my crashing problems, plus I wanted compatibility with older browsers.
Long story short - I finally ended up with a page that looks great in PC IE 5 and Netscape 6. The HTML (though messy) checks out on verifiers like Web Site Garage, Bobby, and W3C. However, when viewed on our Mac (in both IE 4.5 and Netscape 4.7), the long table on the right shifts down underneath the main table. It should remain up and to the right of the body. In fact, this is how it displays in IE 5 and Netscape 6.
How is it that the current versions of of IE and Netscape know where to render the table, but the older versions don't? If the code is wrong, shouldn't it be consistently wrong? Or, is it a platform issue - PC vs. Mac?
I figure I've done something wrong - left out a piece of code somewhere, or nested things improperly - but I don't know what. I've found tables to be pretty confusing so far, anyway.
Here's the temporary URL for my page:
Any fix-it comments would be appreciated, as I'm nearly at the end of my rope. I apologize in advance for messy code - I'm still trying to figure things out. Thanks.
I'm new to this HTML stuff and it came upon me to design a marketing e-mail for my employer. So I've had to take a crash-course. I started out in Microsoft Word/Office 2000 (for PC) for it's WYSIWYG features and conversion to HTML. End result looked fine in IE, but crashed Netscape 4.7 consistently.
After much fiddling, I opted to re-code all the HTML myself. Even though it's not the current standard, I ditched CSS in favor of basic HTML. I found that many of the Word-generated CSS tags were causing my crashing problems, plus I wanted compatibility with older browsers.
Long story short - I finally ended up with a page that looks great in PC IE 5 and Netscape 6. The HTML (though messy) checks out on verifiers like Web Site Garage, Bobby, and W3C. However, when viewed on our Mac (in both IE 4.5 and Netscape 4.7), the long table on the right shifts down underneath the main table. It should remain up and to the right of the body. In fact, this is how it displays in IE 5 and Netscape 6.
How is it that the current versions of of IE and Netscape know where to render the table, but the older versions don't? If the code is wrong, shouldn't it be consistently wrong? Or, is it a platform issue - PC vs. Mac?
I figure I've done something wrong - left out a piece of code somewhere, or nested things improperly - but I don't know what. I've found tables to be pretty confusing so far, anyway.
Here's the temporary URL for my page:
Any fix-it comments would be appreciated, as I'm nearly at the end of my rope. I apologize in advance for messy code - I'm still trying to figure things out. Thanks.