Trouble with IE8

Hi I have just completed my first pass at my website. I uploaded it to my server and got good results using Firefox, IE7 and Google. IE8
seems to ignore most of my css. I don’t understand whats going on. Can anyone help? I’ve only been doing this for 2 months. Thanks

Hi rjpabich,

do you have a link to the site in question?

Hi kohoutek,
We’re having a windstorm here and having internet connect problems. My website is . Sitepoint will not allow me to post my website link

Hi kohoutek
I guess I have to post two more posts!

Hi kohoutek, My website is is coming on the next post

Hi kohouytek, My website is saleminnma.com

Hi, for one thing you don’t have a doctype so you are in quirks mode for IE. Add this above <html>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

Next, fix up the 118 validator errors you will get once you add that in :). No point even trying to debug a page because the answer could be simple validation errors :slight_smile:

HI RyanReese, I do believe I have a proper doctype on every page???

Why would you think that :). This is from your source from the link you gave


<html>
<head>
<title>The Salem Inn . Salem, Massachusetts</title>
<meta http-equiv="Content-Language" content="en-us">

Hi I don’t understand. I checked all the pages on my pc, then checked them with foxfire,viewed the source on both foxfire and IE7 and the doctype statements were there

Are you sure you gave the c orrect page then? I know it’s not a cache issue on my end since I’ve never been to your site. Make sure the link you gave is correct because I know for a fact the doctype isn’t at the top of hte page in the link you gave :slight_smile:
This is the full source generated


<html>
<head>
<title>The Salem Inn . Salem, Massachusetts</title>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="Comprised of three impressive and historic buildings, the Salem Inn testifies to the glory that was 19th century Salem.">
<meta name="keywords" content="inn, lodging, accommodation, salem, salem inn, bed and breakfast, b&b, bed & breakfast, hotel, boston, massachusetts, logan airport, north shore, concord, lexington, gloucester, rockport, marblehead, beverly, peabody, historic, history, architecture, witches, witchcraft, haunted, halloween, maritime, marine, marine arts, national historic register, national historic maritime site, harborfront, seaport, marinas, whale watch, ocean, fishing, swimming, fireplace, whirlpool, jacuzzi, family, pets, family suites, packages, specials, get away packages, museums, peabody essex museum, house of seven gables, fine dining, sailing, boating, historic, antique,  cafe, dining, romantic, getaway, special, package, room, rooms, luxury, honeymoon, accomodation, fireplaces, vacation, historic, national register of historic places, maritime, spacious, comfortable, antiques, period, homey, suites, kitchens, families, queen bed, king bed, air conditioning, telephone, direct dial telephone, TV, color cable TV, private bath, breakfast, complimentary, no smoking, smoke free, kitchenette, deluxe, maid service, gift certificate, trompe l'oeil, Italian Revival, Federal, Captain West">
<STYLE TYPE="text/css">
<!--

TD {
    FONT-SIZE: 14.0px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
}

P {
    FONT-SIZE: 14.0px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
}
.footer {
    FONT-SIZE: 12.0px;
    COLOR: #666666;
    FONT-FAMILY: Times New Roman;
}
.red {
    FONT-SIZE: 14.0px;
    COLOR: #800000;
    FONT-FAMILY: Times New Roman;
}
.yellow {
    FONT-SIZE: 14.0px;
    COLOR: #F7BB6C;
    FONT-FAMILY: Times New Roman;
}
.orange {
    FONT-SIZE: 14.0px;
    COLOR: #FF9900;
    FONT-FAMILY: Times New Roman;
}
.li {
    FONT-SIZE: 14.0px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
}
.heading1 {
    FONT-SIZE: 18.0px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
}
.boldheading {
    FONT-SIZE: 18.0px;
    COLOR: #800000;
    FONT-FAMILY: Times New Roman;
}
-->
</STYLE>


</head>
<body topmargin='0' leftmargin='0' rightmargin='0' bottommargin='0' marginheight='0' marginwidth='0' background='images/Template/TanSpacer.gif' link='#68000E' vlink='#68000E' alink='#68000E'>




<!------------------------------------------------------------------------------------------------>
<!-- Web Site by Webfodder, Inc. - http://www.webfodder.com - info@webfodder.com - 877.778.9708 -->
<!------------------------------------------------------------------------------------------------>
<!-- v   place header template html code below   v -->
<script language="javascript"><!--

// Error supression

//function stopError() {
//  return true;
//}

//window.onerror = stopError;

function ImageHover(imgName) {
      if (document.images)  {
      document[imgName].src = eval(imgName + 'On.src');
    }
  }

function ImageOff(imgName) {
      if (document.images)  {
      document[imgName].src = eval(imgName + 'Off.src');
    }
  }

if (document.images) {
var MenuRoomsOn= new Image();
MenuRoomsOn.src ="images/menu/MenuRoomsOn.jpg";
var MenuRoomsOff= new Image();
MenuRoomsOff.src ="images/menu/MenuRoomsOff.jpg";

var MenuRatesOn= new Image();
MenuRatesOn.src ="images/menu/MenuRatesOn.jpg";
var MenuRatesOff= new Image();
MenuRatesOff.src ="images/menu/MenuRatesOff.jpg";

var MenuReservationsOn= new Image();
MenuReservationsOn.src ="images/menu/MenuReservationsOn.jpg";
var MenuReservationsOff= new Image();
MenuReservationsOff.src ="images/menu/MenuReservationsOff.jpg";

var MenuPackagesOn= new Image();
MenuPackagesOn.src ="images/menu/MenuPackagesOn.jpg";
var MenuPackagesOff= new Image();
MenuPackagesOff.src ="images/menu/MenuPackagesOff.jpg";

var MenuAttractionsOn= new Image();
MenuAttractionsOn.src ="images/menu/MenuAttractionsOn.jpg";
var MenuAttractionsOff= new Image();
MenuAttractionsOff.src ="images/menu/MenuAttractionsOff.jpg";

var MenuDirectionsOn= new Image();
MenuDirectionsOn.src ="images/menu/MenuDirectionsOn.jpg";
var MenuDirectionsOff= new Image();
MenuDirectionsOff.src ="images/menu/MenuDirectionsOff.jpg";

var MenuAboutOurInnOn= new Image();
MenuAboutOurInnOn.src ="images/menu/MenuAboutOurInnOn.jpg";
var MenuAboutOurInnOff= new Image();
MenuAboutOurInnOff.src ="images/menu/MenuAboutOurInnOff.jpg";

var MenuHomeOn= new Image();
MenuHomeOn.src ="images/menu/MenuHomeOn.jpg";
var MenuHomeOff= new Image();
MenuHomeOff.src ="images/menu/MenuHomeOff.jpg";

var MenuHalloweenOn= new Image();
MenuHalloweenOn.src ="images/menu/MenuHalloweenOn.jpg";
var MenuHalloweenOff= new Image();
MenuHalloweenOff.src ="images/menu/MenuHalloweenOff.jpg";

var MenuGuestBookOn= new Image();
MenuGuestBookOn.src ="images/menu/MenuGuestBookOn.jpg";
var MenuGuestBookOff= new Image();
MenuGuestBookOff.src ="images/menu/MenuGuestBookOff.jpg";
}
// --></script>
<!--End Java Include-->
<table border="0" bordercolor="blue" width="100&#37;" cellspacing="0" cellpadding="0" background="images/Template/TanSpacer.jpg">
  <tr>
    <td width="100%">
    <!--this table contains the top part of the header-->
      <table border="0" width="100%" height="115" background="images/Template/TopSlice.jpg" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%"><img src="images/Template/Top.jpg" border="0" width="780" height="115"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="100%">
    <!--this table contains the middle part of the header including the headings-->
      <table border="0" width="100%" height="29" cellspacing="0" cellpadding="0" background="images/Template/MiddleSlice.jpg">
        <tr>
          <td width="322"><!--<img border="0" src="images/Template/Headings/HeadingGeneric.jpg" width="322" height="29">--><img border='0' src='images/template/headings/headinggeneric.jpg' width='322' height='29'></td>
          <td width="100%"><img border="0" src="images/Template/MiddleRight.jpg" width="458" height="29"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="100%">
    <!--this table contains the bottom part of the header including the menu items-->
      <table border="0" bordercolor="red" width="100%" height="64" cellspacing="0" cellpadding="0" background="images/Template/MenuSlice.jpg">
        <tr>
          <td nowrap><table border="0" bordercolor="green" cellspacing="0" cellpadding="0">
	<tr>

<!-- Rooms ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Rooms.asp" onmouseover="ImageHover('MenuRooms'); window.status='Rooms'; return true" onmouseout="ImageOff('MenuRooms'); window.status='Document: Done' ; return true"><img src="images/menu/MenuRoomsoff.jpg" alt="Rooms" border="0" name="MenuRooms" width="109" height="64"></a></td>
		

<!-- Rates ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Rates.asp" onmouseover="ImageHover('MenuRates'); window.status='Rates'; return true" onmouseout="ImageOff('MenuRates'); window.status='Document: Done' ; return true"><img src="images/menu/MenuRatesoff.jpg" alt="Rates" border="0" name="MenuRates" width="41" height="64"></a></td>
		
		</td>

<!-- Reservations ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Reservations.asp" onmouseover="ImageHover('MenuReservations'); window.status='Reservations'; return true" onmouseout="ImageOff('MenuReservations'); window.status='Document: Done' ; return true"><img src="images/menu/MenuReservationsoff.jpg" alt="Reservations" border="0" name="MenuReservations" width="85" height="64"></a></td>
		

<!-- Packages ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Packages.asp" onmouseover="ImageHover('MenuPackages'); window.status='Packages'; return true" onmouseout="ImageOff('MenuPackages'); window.status='Document: Done' ; return true"><img src="images/menu/MenuPackagesoff.jpg" alt="Packages" border="0" name="MenuPackages" width="62" height="64"></a></td>
		

<!-- Attractions ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Attractions.asp" onmouseover="ImageHover('MenuAttractions'); window.status='Attractions'; return true" onmouseout="ImageOff('MenuAttractions'); window.status='Document: Done' ; return true"><img src="images/menu/MenuAttractionsoff.jpg" alt="Attractions" border="0" name="MenuAttractions" width="75" height="64"></a></td>
		

<!-- Directions ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Directions.asp" onmouseover="ImageHover('MenuDirections'); window.status='Directions'; return true" onmouseout="ImageOff('MenuDirections'); window.status='Document: Done' ; return true"><img src="images/menu/MenuDirectionsoff.jpg" alt="Directions" border="0" name="MenuDirections" width="70" height="64"></a></td>
		

<!-- About Us ----------------------
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Default.asp" onmouseover="ImageHover('MenuAboutOurInn'); window.status='About Us'; return true" onmouseout="ImageOff('MenuAboutOurInn'); window.status='Document: Done' ; return true"><img src="images/menu/MenuAboutOurInnoff.jpg" alt="About Our Inn" border="0" name="MenuAboutOurInn" width="98" height="64"></a></td>
		

		-->

<!-- Home ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Default.asp" onMouseover="window.status='Home'; return true" onmouseout="window.status='Document: Done' ; return true"><img src="images/menu/MenuHome.jpg" alt="Home" border="0" width="98" height="64"></a></td>
		

<!-- Halloween ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/Halloween.asp" onmouseover="ImageHover('MenuHalloween'); window.status='Halloween Happenings'; return true" onmouseout="ImageOff('MenuHalloween'); window.status='Document: Done' ; return true"><img src="images/menu/MenuHalloweenoff.jpg" alt="Halloween Happenings" border="0" name="MenuHalloween" width="72" height="64"></a></td>
		

<!-- Guest Book ------------------------>
		
		<td align="left" valign="top">
			<a href="http://www.saleminnma.com/guestbook.asp" onmouseover="ImageHover('MenuGuestBook'); window.status='Guest Book'; return true" onmouseout="ImageOff('MenuGuestBook'); window.status='Document: Done' ; return true"><img src="images/menu/MenuGuestBookOff.jpg" alt="Guest Book" border="0" name="MenuGuestBook" width="78" height="64"></a></td>
		
	</tr>
</table></td>
          <td align="right" width="100%"><img border="0" src="images/Template/ScrollRight.jpg" width="90" height="64"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="100%">
    <blockquote>
<!-- ^   place header template html code above   ^ -->
<!--end html header - page content goes below-->


<!------------------------------------------------------------------------------------------------>
<!-- PAGE CONTENT BELOW THIS POINT --------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>


<p>&nbsp;</p>
<table width="1142" height="590" cellpadding="2" border="0">
    <tbody>
        <tr>
            <td valign="top" style="background-color: rgb(255, 255, 255);">
            <p><font color="#ffffff"><em>&nbsp;</em></font></p>
            <blockquote>
            <div align="justify">
            <p align="center"><font color="#ffffff"><em><br />
            </em></font></p>
            <div align="justify">
            <p><font color="#ffffff">&nbsp;</font></p>
            <p><font color="#ffffff">&nbsp;</font></p>
            <p><font color="#ffffff">&nbsp;</font></p>
            <p><font size="4" color="#ffffff"><font color="#000000"><em>Located in the heart of one of America's oldest seaports, the Salem Inn comprises three historic homes offering accommodations rich in history with a proud tradition of service and comfort. Each building has been meticulously restored</em><em> and is list</em></font><em><font color="#000000">ed o</font><font color="#000000">n the </font></em><font color="#000000"><em>National Register of Historic Places. Centrally located in the heart of historic Salem, the city's impressive array of attractions, restaurants and activities are all within easy walking distance. Experience &quot;history making hospitality&quot; at the Salem Inn.</em></font></font></p>
            </div>
            </div>
            <p align="right"><font size="4" color="#000000"><em>            </em></font></p>
            </blockquote>
            <div align="center">
            <p align="center"><font color="#000000">&nbsp;</font></p>
            <p align="center"><font color="#ffffff"><em><br />
            </em></font></p>
            <font color="#ffffff"><br />
            <em>&nbsp;</em></font></div>
            <p align="center"><font color="#ffffff"><em><br />
            </em></font></p>
            <p align="center"><font size="4" color="#ffffff"><em><br />
            </em></font></p>
            <p align="center"><font color="#ffffff"><em>&nbsp;</em></font></p>
            <p align="center"><font color="#ffffff">&nbsp;</font></p>
            </td>
            <td valign="top" align="center" style="background-color: rgb(255, 255, 255);">
            <p><font color="#993300">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></p>
            <p><font color="#993300"><br />
            </font><img width="548" height="382" alt="" src="/userfiles/The_Salem_Inn_Salem_Massachusetts_28930(2).jpg" /></p>
            </td>
        </tr>
    </tbody>
</table>
<p>
<table width="427" height="297" bordercolor="#b02420" border="3" align="center">
    <tbody>
        <tr>
            <td align="center">
            <p><strong><em><font size="6">&nbsp;&nbsp; ~&nbsp;</font></em><font size="6">THIS JUST INN</font><em><font size="6">&nbsp;~&nbsp;</font></em></strong></p>
            <div align="center">
            <p><em><font size="3"><strong><font size="5">The Salem Inn Welcomes You to the Salem Film Festival<br />
            </font></strong></font></em></p>
            <p><img width="359" height="291" src="/userfiles/salemfilmfestlogo(1).jpg" alt="" /></p>
            </div>
            <blockquote>
            <div align="justify">
            <p><font size="4"> </font></p>
            <p align="center"><font size="4">Please go to <a href="http://www.saleminnma.com/packages.asp">packages</a> for more details.</font></p>
            </div>
            </blockquote></td>
        </tr>
    </tbody>
</table>
&nbsp;</p>
<blockquote>
<p align="justify"><font size="3">Each of our 40 guest rooms and suites is individually decorated featuring antiques, period detail and homey touches. All rooms include an ensemble of amenities - cable television, telephone, private bath and coffee maker; many offer working fireplaces, oversized whirlpool baths or canopy beds. Family Suites, complete with equipped kitchenettes, are ideal for families or longer stays. </font><a href="<%=strfqurl%>Rooms.asp"><font size="3">The West House</font></a><font size="3">, </font><a href="<%=strfqurl%>RoomsCurwenHouse.asp"><font size="3">Curwen House</font></a><font size="3">, and </font><a href="<%=strfqurl%>RoomsPeabodyHouse.asp"><font size="3">Peabody House</font></a><font size="3"> each boast an inviting fireplaced parlor perfect for planning your days activities or relaxing with a glass of complimentary sherry in the evening.</font></p>
</blockquote>
<p><font size="3"><br />
</font>
<table width="700" cellspacing="0" cellpadding="0" border="0" align="center">
    <tbody>
        <tr>
            <td valign="top" align="center">
            <p><a href="javascript:pop(url='<%=strfqurl%>PopUpWestHouseParlor.asp',win='credits',size='width=700,height=500')"><img width="261" hspace="10" height="407" style="border: 1px solid rgb(255, 255, 255);" alt="The Captain West House Parlor" src="/UserFiles/TheWestHouseLivingRoom.jpg" /></a><br />
            West House Parlor</p>
            </td>
            <td valign="top">
            <p align="center">&nbsp;</p>
            <div align="center">
            <p>Children are very welcome and we are pleased to allow well behaved<br />
            pets in our West House (by prior arrangement).<br />
            Free parking is provided as is a hearty continental breakfast each morning.</p>
            </div>
            <p align="center">&nbsp;</p>
            <div align="center"><blockquote><blockquote>            &nbsp;<font color="#800000"><strong>Air-conditioned Rooms</strong></font><br />
            <font color="#800000"><strong>            Complimentary Continental Breakfast</strong></font><br />
            <font color="#800000"><strong>            Parking Available Nearby</strong></font><br />
            <font color="#800000"><strong>            Free Wireless Internet Access</strong>&nbsp;</font><br />
            <font color="#800000">            <strong>Complimentary YMCA Passes</strong></font></blockquote></blockquote></div>
            <p align="center"><font size="4">Please enjoy our BLOG at <font size="3"><a href="http://www.thesaleminnblog.blogspot.com">www.TheSalemInnBlog.blogspot.com</a>&nbsp;</font></font></p>
            <p align="center"><font size="4" color="#000000">Please visit this link for our Travel Video Postcard! </font><font size="3"><a href="http://www.youtube.com/watch?v=qpECnJUSZpM"><font color="#993300">http://www.youtube.com/watch?v=qpECnJUSZpM</font></a></font></p>
            <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.facebook.com/pages/The-Salem-Inn-MA/182973407435"><img width="156" height="40" alt="" src="/userfiles/Facebook6.gif" /></a>&nbsp; <a href="https://twitter.com/SalemInn"><img width="148" height="41" alt="" src="/userfiles/twitter-4b.gif" /></a></p>
            <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
            </td>
        </tr>
    </tbody>
</table>
</p>
<p>&nbsp;</p>
<table width="700" cellspacing="0" cellpadding="0" border="0" align="center">
    <tbody>
        <tr>
            <td valign="top"><blockquote dir="ltr" style="margin-right: 0px;">
            <p>Member:<br />
            <br />
            Historic Inn listed on the National Register of Historic Places.</p>
            <p>New England Inns &amp; Resort Association.</p>
            <p>Salem Chamber of Commerce &nbsp;<a href="http://www.salem-chamber.org">www.salem-chamber.org</a></p>
            </blockquote></td>
            <td valign="top"><em>&nbsp;<br />
            &quot;The Salem Inn is pleased to be<br />
            celebrating our 26th year.<br />
            We look forward to welcoming you.&quot;</em><br />
            <br />
            <strong>Diane &amp; Richard Pabich</strong></td>
        </tr>
    </tbody>
</table>


<!------------------------------------------------------------------------------------------------>
<!-- PAGE CONTENT ABOVE THIS POINT --------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
<!--begin html footer - page content goes above-->
<!-- v   place footer template html code below   v -->
    </blockquote>
    </td>
  </tr>
  <tr>
    <td width="100%">
    <!--this table contains the footer-->
      <table border="0" width="100%" height="71" cellspacing="0" cellpadding="0">
        <tr>
          <td width="133" valign="bottom">
            <img border="0" src="images/Template/BottomLeft.jpg" width="113" height="71"></td>
          <td width="100%" align="center">
          <p class="footer"><a href="http://www.saleminnma.com/Rooms.asp">Rooms</a>  |  <a href="http://www.saleminnma.com/Rates.asp">Rates</a>  |  <a href="http://www.saleminnma.com/Reservations.asp">Reservations</a>  |  <a href="http://www.saleminnma.com/Packages.asp">Packages</a>  |  <a href="http://www.saleminnma.com/Attractions.asp">Attractions</a>  |  <a href="http://www.saleminnma.com/Directions.asp">Directions</a>  |  <a href="http://www.saleminnma.com/Default.asp">AboutOurInn</a>  |  <a href="http://www.saleminnma.com/Halloween.asp">Halloween</a>  |  <a href="http://www.saleminnma.com/GuestBook.asp">Guest Book</a></p>
          <p class="footer">7 Summer Street, Salem, Massachusetts 01970
          <a href="mailto:reservations@SalemInnMa.com">reservations@SalemInnMa.com</a><br>
          (978) 741-0680  .  1-800-446-2995 (Outside MA)  .  Fax: (978) 744-8924<br>
          Copyright &#169; 2002 Salem Inn. All Rights Reserved.
          <br>
          <br>
          <a href="http://www.webfodder.com" target="_blank">
						<img src="images/webfodderLogo32.gif" style="margin: 0px 0px 0px 0px;" width="32" height="32" border="0" alt="Website Design by Webfodder">
						<br>
						<font style="font-family: arial,helvetica; font-size: 10px; color: #666666; text-decoration: none;">Website Design by Webfodder</font>
					</a>
          </p>
          </td>
          <td width="133" valign="bottom"><img border="0" src="images/Template/BottomRight.jpg" width="108" height="71"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

</body>
</html>
<!-- ^   place footer template html code above   ^ -->

Hi I mistyped! My website is saleminnma.net

Might wanna patch up these validation errors before we start debugging :slight_smile:

I just viewd in my IE8 native. ALl the CSS is being applied.

Try clearing your cache and temp files :slight_smile: