I have a problem with an old website that is only used in the company INTRANET. The site works without problems with Mozilla Firefox and Internet Explorer, but with the Edge Browser it is not displayed correctly.
On EDGE the frameset is not displayed correctly.
Unfortunately I cannot upload the code in full as it contains sensitive data, I have created screenshots to make you understand the problem and I hope it is understandable.
HOMEPAGE --> and click for example on "Test1
TEST1 --> it appears smoothly with all browsers
by clicking on the right frame, for example on "Test6"
The content that should be displayed in the middle is displayed on the left side of the page
If, on the other hand, I open the page with Firefox or Internet Explorer, it is displayed correctly as requested by me
With IE other Firefox
Here I try to put part of the code
<html>
<head>
<title>Home</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta NAME="keywords"
CONTENT="home">
</head>
<frameset framespacing="0" border="false" frameborder="0" cols="191,*">
<frame name="Links" scrolling="no" noresize target="ROben" src="index_links.htm">
<frameset rows="9%,*">
<frame name="ROben" target="_RUnten" src="index_oben.htm" scrolling="no" noresize>
<frame name="RUnten" src="index_text.htm" scrolling="auto" noresize target="_top">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</frameset>
</html>
html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<base target="Links">
<title>Bereich Frame - TEST1</title>
<style type="text/css">
<!-- A {text-decoration : none;}-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="5" leftmargin="5" marginwidth="5" marginheigth="5" text="#000000" link="#6699CC" vlink="#6699CC" alink="#FFCC33">
<font size="2" color="#000000" face="Arial, Geneva, Helvetica"><div align="left">
<table border="0" width="190">
<tr>
<td colspan="2" width="186"><font size="2" color="#000000"><u><b><br>
</b>verfügbare Optionen:</u></font><p> </td>
</tr>
<tr>
<td width="21" valign="top" align="right"><font size="2" color="#000000"><img src="../pics/arrow_r1.gif" border="0" width="15" height="14"></font></td>
<td width="161"><b><font size="2" color="000000">test6</font></b><font size="1"> </font></td>
</tr>
<tr>
<td width="21" valign="top" align="right"></td>
<td width="161"><br>
<font size="2" color="#FFFFFF">...</font></td>
</tr>
<tr>
<td width="21" valign="top" align="right"><font size="2" color="#000000"><img src="../pics/arrow_r1.gif" border="0" width="15" height="14"></font></td>
<td width="161"><b><font size="2" color="#000000">test7</font></b></td>
</tr>
<tr>
<td width="21" valign="top" align="right"></td>
<td width="161"><br>
<font size="2" color="#FFFFFF">...</font></td>
</tr>
<tr>
<td width="21" valign="top" align="right"><font size="2" color="#000000"><img src="../pics/arrow_r1.gif" border="0" width="15" height="14"></font></td>
<td width="161"><b><font size="2" color="#000000">test8</font></b></td>
</tr>
<tr>
<td width="21" valign="top" align="right"></td>
<td width="161"><br>
<font size="2" color="#FFFFFF">...</font></td>
</tr>
<tr>
<td width="21" valign="top" align="right"><font size="2" color="#000000"><img src="../pics/arrow_r1.gif" border="0" width="15" height="14"></font></td>
<td width="161"><b><font size="2" color="#000000">test9</font></b></td>
</tr>
<tr>
<td width="21"></td>
<td width="161"><br>
<font size="2" color="#FFFFFF">...</font></td>
</tr>
<tr>
<td width="21"></td>
<td width="161"><br>
<br>
<font size="2" color="#FFFFFF">...</font></td>
</tr>
<tr>
<td width="21"></td>
<td width="161"><font size="1" color="#000000"><b>Downloadinformationen</b></font></td>
</tr>
<tr>
<td width="21"></td>
<td width="161"></td>
</tr>
</table>
</div></font>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>TEST6</title>
<style type="text/css">
<!-- A {text-decoration : none;}-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="5" leftmargin="5" marginwidth="5" marginheigth="5" text="#000000" link="#6699CC" vlink="#6699CC" alink="#FFCC33">
<font face="Arial, Geneva, Helvetica" size="2" color="#000000">
<table border="0" width="100%">
<tr>
<td width="640" background="../../pics/blau1.gif"><p align="left"><font
size="3"><b>TEST6</b></font></td>
</tr>
</table>
etc...etc...etc...
I hope I was clear, sorry for my English and thank you in advance.
Related
I'm working on a school project, where we have to design a website with html 4.01 and must not use CSS at all. My Question is, how can I expand a table over the whole window height? I have tried the height attribute with a percantage value, but it didn't work. I couldn't find any good solutions for my problem since all of them used inline CSS or the style tag.
here is my code:
<!DOCTYPE HTML>
<html lang="en-GB">
<head>
<title>Horse Audio</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#f8f8f8">
<tbody><tr bgcolor="#d1bc8a">
<td width="4%">
<center><img src="images/Logo.png" alt="Logo" width="45" height="45" align="middle"></center>
</td>
<td>
<font color="#3d5385" size="56px" face="DejaVu Serif Bold"><b>HORSE AUDIO</b></font>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>Contact</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>Product</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>FAQ</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="25%">
<center>Search</center>
</td>
</tr>
<tr>
<td colspan="5">
<center>Test</center>
</td>
</tr>
<tr>
<td colspan="5" bgcolor="#322c1d">
Test
</td>
</tr>
</tbody></table>
</body>
</html>
If you specify the version as HTML5 and try to set height="...", it won't work. Since in HTML5 there isn't a height-attribute for table, it will be ignored.
Without CSS, the best you can do is:
Try deleting: <!DOCTYPE html>
and then add: height="100%" to <table>.
<html lang="en-GB">
<head>
<title>Horse Audio</title>
</head>
<body>
<table height="100%" cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#f8f8f8">
<tbody><tr bgcolor="#d1bc8a">
<td width="4%">
<center><img src="images/Logo.png" alt="Logo" width="45" height="45" align="middle"></center>
</td>
<td>
<font color="#3d5385" size="56px" face="DejaVu Serif Bold"><b>HORSE AUDIO</b></font>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>Contact</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>Product</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="10%">
<center>FAQ</center>
</td>
<td width="5px" bgcolor="#a99972"></td>
<td width="25%">
<center>Search</center>
</td>
</tr>
<tr>
<td colspan="5">
<center>Test</center>
</td>
</tr>
<tr>
<td colspan="5" bgcolor="#322c1d">
Test
</td>
</tr>
</tbody></table>
</body>
</html>
When I run it on Firefox or Chrome, it works just fine.
You should set the height of <body> and <html> to 100% too. Then you can set the height of element with 100%.
body, html {
height: 100%;
}
table {
height: 100%;
}
I made a html email signature, opened it up in browser where it looks fine, and pasted it into my gmail signature section, and each individual block has now got padding in between, and some of the blocks are side by side instead of next to each other.
Strangely by some fluke I managed to get it to look fine on outlook.This is what it's supposed to look like this https://postimg.org/image/uytldx3zd/
Here is the code i'm using- what am I doing wrong?
Any fix would be much appreciated,
Thanks
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style media="screen" type="text/css">
td {line-height:0; font-size: 0.0em; }
img { display: block; float: left; padding: 0; align: absbottom; align: texttop; }
</style>
</head>
<!-- Paste Code Under This Line
_________________________________________________________________________________ -->
<title>emailsignature_500flat</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (emailsignature_500flat.psd) -->
<table id="Table_01" width="550" height="357" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href= callto:4411893280328><img src="https://s20.postimg.org/tk69dnist/emailsignature_500flat_01.jpg" width="254" height="50" alt=""><a href= callto:441189328032></td>
<td rowspan="3">
<a href=http://thereadinesscomp.com><img src="https://s20.postimg.org/o8rcsyrl9/emailsignature_500flat_02.jpg" width="296" height="113" alt=""><a href=http://thereadinesscom.com></td>
</tr>
<tr>
<td>
<a href=http://thereadinesscomp.com><img src="https://s20.postimg.org/s54ooxx59/emailsignature_500flat_03.jpg" width="254" height="32" alt=""></td>
</tr>
<tr>
<td>
<a href=https://www.linkedin.com/company/129626/><img src="https://s20.postimg.org/oya55b4zh/emailsignature_500flat_04.jpg" width="254" height="31" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href=mailto:info#thereadinesscomp.com><img src="https://s20.postimg.org/c6vyytq2l/emailsignature_500flat_05.png" width="550" height="146" alt=""><a href=mailto:info#thereadinesscomp.com></td>
</tr>
<tr>
<td colspan="2">
<img src="https://s20.postimg.org/t7ev7hnod/emailsignature_500flat_06.jpg" width="550" height="98" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
<!-- Keep Pasted Code Above This Line!
_________________________________________________________________________________ -->
</html>
I found the following errors in your code.
missing closing anchor tags,
missing colspan
CSS should be inline always
Here is the HTML you need:
<table id="Table_01" width="550" height="357" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="line-height:0; font-size: 0.0em;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="line-height:0; font-size: 0.0em;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="line-height:0; font-size: 0.0em;">
</td>
</tr>
<tr>
<td style="line-height:0; font-size: 0.0em;">
</td>
</tr>
<tr>
<td style="line-height:0; font-size: 0.0em;">
<a href=https://www.linkedin.com/company/1296265><img src="https://s20.postimg.org/oya55b4zh/emailsignature_500flat_04.jpg" width="254" height="31" alt="" style="display: block; float: left; padding: 0; " /></a>
</td>
</tr>
</table>
</td>
<td style="line-height:0; font-size: 0.0em;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="line-height:0; font-size: 0.0em;">
</td>
</tr>
<tr>
<td style="line-height:0; font-size: 0.0em;">
<img src="https://s20.postimg.org/t7ev7hnod/emailsignature_500flat_06.jpg" width="550" height="98" alt="" style="display: block; float: left; padding: 0;">
</td>
</tr>
</table>
Let me know if this works for you.
Coding an email and the rendering is fine on all other versions of Outlook save for 2013. When testing via litmus and actual Outlook2013, the table with the Japanese content / image expands. It's a pretty straight forward HTML table. See anything that I've missed?
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
</head>
<body>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td colspan="3">
<img src="http://images.ic.maximintegrated.com/EloquaImages/clients/MaximIntegratedProductsInc/%7Beb6785c3-c02f-40db-b10c-0a175e2820d5%7D_Re-engagement_header_2.jpg">
</td>
</tr>
<tr>
<td width="20"> </td>
<td width="560" style="padding-top:30px;">
<table width="560" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-family:Arial, Helvetica,sans-serif;font-size:24px;color:#6E2585;font-weight:bold;font-height:27px;padding-bottom:30px;">
ワイヤレススピーカーが当たる耳よりな情報です
</td>
</tr>
<tr>
<td style="padding-bottom:30px;">
<table width="560" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000" height="110" valign="top" width="362">
<b>
<font style="font-size:16px;">お客様のMyMaximアカウントを更新して、60ドル相当のRoxBoxスピーカーが当たるキャンペーンに応募する</font></b>
<br>
<br>
MyMaximの会員特典は以前よりさらに良くなり、今、お客様情報を更新するだけで、マキシムの抽選に自動的に応募することができます。EE-Simツールを使って<b>カスタムの回路設計を数分で作成し</b>、1つのプロファイルで<b>技術サポートをいち早く受けることができます</b>。さらに、カスタマイズ可能なパネルを使って<b>1カ所ですべての情報を見つけることができます</b>。</td>
<td width="198" style="text-align:center;" align="center">
<center>
<img src="http://images.ic.maximintegrated.com/EloquaImages/clients/MaximIntegratedProductsInc/{dbe437de-2c33-4a04-a64c-59741cb0622f}_Wireless-Speaker.gif" style="display:block;" width="190">
</center>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div>
<!--[if gte mso 9]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://ic.maximintegrated.com/FY16_Q1_2015_SEP_ReEngagement_LP_Japanese_MC?utm_source=eloqua&utm_medium=email&utm_content=Enter_Now&utm_campaign=FY16_Q1_2015_SEP_ReEngagement_Japanese_MC
" style="height:40px;v-text-anchor:middle;width:200px;" arcsize="12%" stroke="f" fillcolor="#6e2585">
<w:anchorlock/>
<center>
<![endif]-->
<a href="http://ic.maximintegrated.com/FY16_Q1_2015_SEP_ReEngagement_LP_Japanese_MC?utm_campaign=H1%20Thank%20You%201%20-%20MC%20-%20JW%20Test&utm_medium=email&utm_source=Eloqua&utm_source=eloqua&utm_medium=email&utm_content=Enter_Now&utm_campaign=FY16_Q1_2015_SEP_ReEngagement_Japanese_MC
&elq=e734b2e1380b458c974801d66f3f0f90&elqCampaignId=&elqaid=508&elqat=1&elqTrackId=0e27b1ed2bf440979ad85531ba29d364" style="background-color:#6e2585;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:16px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;">今すぐ応募する ></a>
<!--[if mso]>
</center>
</v:roundrect>
<![endif]-->
</div>
</td>
</tr>
</table>
</td>
<td width="20"> </td>
</tr>
</table>
</body>
</html>
If I add "word-break:break-all" CSS to it, it works. I think the issue is just that MSO did not recognize a place to break the string, so it flowed out and stretched the table. No idea why this only happened in 2013 nor anything really on this. But by testing, this worked via EmailonAcid and on live tests I sent to myself. Below is code I used:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
</head>
<body>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td colspan="3">
<img src="http://images.ic.maximintegrated.com/EloquaImages/clients/MaximIntegratedProductsInc/%7Beb6785c3-c02f-40db-b10c-0a175e2820d5%7D_Re-engagement_header_2.jpg">
</td>
</tr>
<tr>
<td width="20"> </td>
<td width="560" style="padding-top:30px;">
<table width="560" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-family:Arial, Helvetica,sans-serif;font-size:24px;color:#6E2585;font-weight:bold;font-height:27px;padding-bottom:30px;">
ワイヤレススピーカーが当たる耳よりな情報です
</td>
</tr>
<tr>
<td style="padding-bottom:30px;">
<table width="560" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000; word-break:break-all;" height="110" valign="top" width="362">
<b>
<font style="font-size:16px; word-break:break-all;">お客様のMyMaximアカウントを更新して、60ドル相当のRoxBoxスピーカーが当たるキャンペーンに応募する</font></b>
<br>
<br>
MyMaximの会員特典は以前よりさらに良くなり、今、お客様情報を更新するだけで、マキシムの抽選に自動的に応募することができます。EE-Simツールを使って<b>カスタムの回路設計を数分で作成し</b>、1つのプロファイルで<b>技術サポートをいち早く受けることができます</b>。さらに、カスタマイズ可能なパネルを使って<b>1カ所ですべての情報を見つけることができます</b>。</td>
<td width="198" style="text-align:center;" align="center">
<center>
<img src="http://images.ic.maximintegrated.com/EloquaImages/clients/MaximIntegratedProductsInc/{dbe437de-2c33-4a04-a64c-59741cb0622f}_Wireless-Speaker.gif" style="display:block;" width="190">
</center>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div>
<!--[if gte mso 9]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://ic.maximintegrated.com/FY16_Q1_2015_SEP_ReEngagement_LP_Japanese_MC?utm_source=eloqua&utm_medium=email&utm_content=Enter_Now&utm_campaign=FY16_Q1_2015_SEP_ReEngagement_Japanese_MC
" style="height:40px;v-text-anchor:middle;width:200px;" arcsize="12%" stroke="f" fillcolor="#6e2585">
<w:anchorlock/>
<center>
<![endif]-->
<a href="http://ic.maximintegrated.com/FY16_Q1_2015_SEP_ReEngagement_LP_Japanese_MC?utm_campaign=H1%20Thank%20You%201%20-%20MC%20-%20JW%20Test&utm_medium=email&utm_source=Eloqua&utm_source=eloqua&utm_medium=email&utm_content=Enter_Now&utm_campaign=FY16_Q1_2015_SEP_ReEngagement_Japanese_MC
&elq=e734b2e1380b458c974801d66f3f0f90&elqCampaignId=&elqaid=508&elqat=1&elqTrackId=0e27b1ed2bf440979ad85531ba29d364" style="background-color:#6e2585;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:16px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;">今すぐ応募する ></a>
<!--[if mso]>
</center>
</v:roundrect>
<![endif]-->
</div>
</td>
</tr>
</table>
</td>
<td width="20"> </td>
</tr>
</table>
</body>
</html>
I think charset:windows-1254 should make the Turkish chars available on page but they dont come, here is my full code:
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1254">
<title>Marmara İnşaat</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF">
<table border="0" width="100%" cellspacing="0" cellpadding="0" background="img/topbkg.gif">
<tr>
<td width="50%"><img border="0" src="img/toplogo.gif" width="142" height="66"></td>
<td width="50%">
<p align="right"><img border="0" src="img/topright.gif" width="327" height="66"> </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" background="img/blackline.gif">
<tr>
<td width="100%"><font color="#B8C0F0" face="Arial" size="2"><b>
Ana Sayfa </b></font></td>
</tr>
</table>
<p style="margin-left: 20"><b><font color="#B8C0F0" face="Arial" size="20"> </font></b><font face="Arial" size="20" color="#0000FF"><p><b>Tüm müşterilerimizin Ramazan bayramı kutlu olsun!</b></p>
<p><b>Mutlu Bayramlar.</b></p>
</font></p>
<p style="margin-left: 20"><font face="Arial" size="2" color="#000000"> </font></p>
<p style="margin-left: 20"><font face="Arial" size="2" color="#000000"> </font></p>
<p style="margin-left: 20"><font face="Arial" size="2" color="#000000"> </font></p>
<p style="margin-left: 20"><font face="Arial" size="2" color="#000000"> </font> </p>
<p style="margin-left: 20" align="center"><font face="Arial" color="#000000" size="1">©
Tüm Haklari Saklidir www.marmarains.com</font></p>
<p style="margin-right: 20" align="right"><font face="Arial" color="#000000" size="1">
<br>Marmara İnşaat,Dekorasyon,Gida<br></font></p>
<table border="0" width="100%" cellspacing="0" cellpadding="0" background="img/botline.gif">
<tr>
<td width="100%"><img border="0" src="img/botline.gif" width="41" height="12"></td>
</tr>
</table>
</body>
</html>
For example instead of "Marmara Insaat" I would like to have "Marmara İnşaat"
Thanks!
The document has not been saved in the windows-1254 encoding. Many programs cannot even produce data in that encoding. But when properly written in that encoding, the page works as is (well, in this respect; there are coding errors in other areas there.
It is however generally (and officially) advisable to use UTF-8 instead, as you have now done, according a comment. This, too, requires a match between the actual encoding (in which the data is saved) and the declared encoding (as per a meta tag or otherwise).
When viewed on an iPod or Mac (haven't tested other Apple devices), this webpage displays the text of a linked PDF over the text and photo of the original page where the PDF is linked from. I've tried making the link open in a blank window and that didn't resolve the issue (as I thought perhaps it was thinking it was embedded.
The code itself is: <p align="left" class="style1">May 2013 Short Course Info </p>
Background:A few years ago my wife built a simple webpage for a client who wanted a certain style webpage (antique looking?). Neither of us are programmers but I know enough HTML and CSS to error check and such. The website is old and not representative of our skills/abilities (wanted to get that out of the way now).
The full code for the page:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Course Information</title>
<link href="irving.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style3 {font-size: 16px}
-->
</style>
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0115210737_0) return;
window.mm_menu_0115210737_0 = new Menu("root",96,18,"Arial, Helvetica, sans-serif",12,"#030303","#FFFFFF","#FFFFFF","#000000","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_0115210737_0.addMenuItem("Biography","location='bio.html'");
mm_menu_0115210737_0.addMenuItem("Publications","location='publications.html'");
mm_menu_0115210737_0.addMenuItem("I.J.'s Food","location='moreinfo.html'");
mm_menu_0115210737_0.addMenuItem("Photos","location='photos.html'");
mm_menu_0115210737_0.hideOnMouseOut=true;
mm_menu_0115210737_0.bgColor='#300022';
mm_menu_0115210737_0.menuBorder=1;
mm_menu_0115210737_0.menuLiteBgColor='#300022';
mm_menu_0115210737_0.menuBorderBgColor='#030303';
mm_menu_0115210737_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<body>
<script language="JavaScript1.2">mmLoadMenus();</script>
<table width="794" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td height="79" colspan="4" valign="middle" bgcolor="#000000" class="title"><img src="images/banner-black1.jpg" width="590" height="48" /></td>
</tr>
<tr bgcolor="#3366FF" class="a">
<td height="22" colspan="4" valign="top" bgcolor="#3366FF" class="navigation" id="navigation">Home I. J. Pflug Course InfoOrder BooksResourcesContact</td>
</tr>
<tr>
<td width="78" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
<td height="88" colspan="2" valign="top" class="style1"><h1> </h1>
<h1>Information Regarding the Microbiology and Engineering of Sterilization Processes Course</h1></td>
<td width="60" rowspan="4" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="317" height="144" valign="top" background="Baxter M&ECseApr08,12Dec07.pdf"><br />
<p align="left"><span class="style1"><strong class="style1 style3">1. Upcoming Courses:</strong></span></p>
<p align="left" class="style1">May 2013 Short Course Info </p>
<p align="left" class="style1">May 1-3 , 2013 <br />
Baxter International Headquarters<br />
Deerfield, IL </p>
<p align="left"><strong><br />
<br />
</strong></p></td>
<td width="372" valign="top"><div align="left"></div>
<img src="images/class1.jpg" width="289" height="193" /></td>
</tr>
<tr>
<td colspan="2" rowspan="2" valign="top" class="style1"><p align="left" class="style2"> </p>
</td>
</tr>
<tr>
<td height="1774" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
</body>
</html>