Hi
I am new to webdesign and dreamweaver mx. I am having problems with the rollover function on pages 87-90. When I browse the page I get the red X icon for the rollovers and do not understand why? here is the HTML code:
<?xml version="1.0" encoding="iso-8859-1"?>
<
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body onLoad="MM_preloadImages('images/news_over.gif','images/regions_over.gif','images/contact_over.gif')">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/topbkg.gif">
<tr>
<td width="50%"><img src="images/topleft.gif" width="290" height="51" /></td>
<td width="50%"><div align="center"><strong>The
Cooking Place</strong></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="257" valign="top" background="images/sidebkg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/topleft2.gif" width="257" height="112"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top" background="images/rightsidebkg.gif"><img src="images/topleft3.gif" width="195" height="75"><br>
<img src="file:///C|/TheCookingPlace/images/home_over.gif" alt="" width="181" height="31"><br>
<a href="news.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('NewsButton','','images/news_over.gif',1)"><img src="images/buttonblank.gif" alt="News" name="newsButton" width="181" height="31" border="0"></a>
<br>
<a href="regions.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Regions','','images/regions_over.gif',1)"><img src="images/buttonblank.gif" alt="regions" name="Regions" width="181" height="31" border="0"></a>
<br>
<a href="mailto:
[email protected]" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contactbutton','','imag es/contact_over.gif',1)"><img src="images/buttonblank.gif" alt="Contact Us" name="Contactbutton" width="181" height="31" border="0"></a>
<br>
</td>
<td width="50%" valign="top"><img src="images/page.gif" width="59" height="199"></td>
</tr>
</table></td>
<td width="99%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1%" valign="top"><img src="images/leftcorn.gif" width="28" height="22"></td>
<td width="98%"> </td>
<td width="1%" align="right" valign="top"><img src="images/rightcorn.gif" width="28" height="22"></td>
</tr>
</table></td>
<td width="1%" background="file:///C|/TheCookingPlace/images/rightsidebkg.gif"><img src="images/rightsidebkg.gif" width="24" height="31"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/botbkg.gif">
<tr>
<td width="50%"><img src="images/botleft.gif" width="235" height="40"></td>
<td width="50%"><div align="right"><img src="images/botright.gif" width="69" height="40"></div></td>
</tr>
</table>
</body>
</html>
Also, I can not see the home and region page in the design view after I have copied and renamed the pages as instructed on page 85.