Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 2nd, 2005, 06:08 PM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with The Cooking Place Project

I am working on The Cooking Place project in the Beginning Dreamweaver MX 2004 book. I have completed the steps up to page 73. When I view the website in Netscape everything looks fine. When I look at it in Internet Explore thing are not right. Between the topleft2.gif and the topleft3.gif I get a red line that extends from left to right through the column and into the column next to it that has the page.gif. In this column the line turns white and creates a gap between the page.gif and topleft2.gif. Any idea why this is happening? I've also included my source code below.

Thanks,
Jason

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Cooking Place-Home Page</title>
<style type="text/css">
<!--
body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
}
-->
</style></head>

<body>
<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"><span class="style1">The Cooking Place </span></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" />
          <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="images/buttonblank.gif" width="181" height="31" /><br />
                <img src="images/buttonblank.gif" width="181" height="31" /><br />
                <img src="images/buttonblank.gif" width="181" height="31" /><br />
                <img src="images/buttonblank.gif" width="181" height="31" /></td>
              <td width="50%" valign="top"><img src="images/page.gif" width="59" height="199" /></td>
            </tr>
          </table></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%" valign="top"><img src="images/rightcorn.gif" width="28" height="22" /></td>
      </tr>
    </table></td>
    <td width="1%" background="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>
 
Old May 3rd, 2005, 02:58 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Unfortunately, I don't have the images for the Cooking Place right here under a Web server, so I can't really check.
Can you link to an online example page where we can look at?

If not, I'll put the images under my local web root and check the layout, but that might take a while (way too busy here... :-( )

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Big Exit by P J Harvey (Track 1 from the album: Stories From The City, Stories From The Sea) What's This?





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem using "string"(CLR project) rsm1235 C++ Programming 0 February 4th, 2006 11:07 AM
Decimal place problem...ROUND function! kuku SQL Server 2000 9 July 9th, 2005 05:50 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.