My page only displays on Safari. Why?

  • pattymouzak
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 27, 2008
  • Posts: 5
  • Status: Offline

Post December 27th, 2008, 10:09 am

I'm new at creating web pages, I created this using dreamweaver in my mac pro. i uploaded the page to my server and it ony shows in Safari. Can somebody help me
this is the code
Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sadie's shower</title>
<style type="text/css">
<!--
body {
    background-image: url(images/tableback.jpg);
    background-repeat: repeat;
}
-->
</style></head>
 
<body>
<table width="70%" align="center" cellpadding="0" cellspacing="0" background="images/top.jpg">
 
  <tr>
    <td colspan="3"  background"../Desktop/top.jpg"><img src="images/text.jpg" alt="text" width="306" height="55" />
      <table width="100%" align="center">
        <tr>
        </tr>
      <tr>
       
        </tr>
    </table></td>
  </tr>
  <tr bgcolor="#E8D383">
    <td colspan="3" background="images/inside.jpg" ></td>
  </tr>
  <tr>
    <td width="556" bgcolor="#CBC465">&nbsp;</td>
    <td width="38" bgcolor="#CBC465">&nbsp;</td>
    <td width="181" align="center" valign="middle" bgcolor="#CBC465">&nbsp;</td>
  </tr>
  <tr>
    <td height="532" align="center" valign="top" background="images/pictureframe.jpg" bgcolor="#B9CC99"><p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><img src="images/letsshowerher.jpg" alt="&quot;letsshower&quot;" width="457" height="64" /></p></td>
   
    <td bgcolor="#B9CC99">&nbsp;</td>
    <td align="center" valign="middle" bgcolor="#B9CC99"><img src="images/sadie.jpg" alt="showing belly" width="132" height="409" align="middle" /></td>
  </tr>
  <tr>
    <td bgcolor="#B9CC99"></td>
    <td bgcolor="#B9CC99">&nbsp;</td>
    <td align="center" valign="middle" bgcolor="#B9CC99">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#CBC465">&nbsp;</td>
    <td bgcolor="#CBC465">&nbsp;</td>
    <td bgcolor="#CBC465">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#B9CC99"></td>
    <td bgcolor="#B9CC99"></td>
    <td bgcolor="#B9CC99"></td>
  </tr>
</table>
</body>
</html>
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Sadie's shower</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9.     background-image: url(images/tableback.jpg);
  10.     background-repeat: repeat;
  11. }
  12. -->
  13. </style></head>
  14.  
  15. <body>
  16. <table width="70%" align="center" cellpadding="0" cellspacing="0" background="images/top.jpg">
  17.  
  18.   <tr>
  19.     <td colspan="3"  background"../Desktop/top.jpg"><img src="images/text.jpg" alt="text" width="306" height="55" />
  20.       <table width="100%" align="center">
  21.         <tr>
  22.         </tr>
  23.       <tr>
  24.        
  25.         </tr>
  26.     </table></td>
  27.   </tr>
  28.   <tr bgcolor="#E8D383">
  29.     <td colspan="3" background="images/inside.jpg" ></td>
  30.   </tr>
  31.   <tr>
  32.     <td width="556" bgcolor="#CBC465">&nbsp;</td>
  33.     <td width="38" bgcolor="#CBC465">&nbsp;</td>
  34.     <td width="181" align="center" valign="middle" bgcolor="#CBC465">&nbsp;</td>
  35.   </tr>
  36.   <tr>
  37.     <td height="532" align="center" valign="top" background="images/pictureframe.jpg" bgcolor="#B9CC99"><p>&nbsp;</p>
  38.     <p>&nbsp;</p>
  39.     <p>&nbsp;</p>
  40.     <p><img src="images/letsshowerher.jpg" alt="&quot;letsshower&quot;" width="457" height="64" /></p></td>
  41.    
  42.     <td bgcolor="#B9CC99">&nbsp;</td>
  43.     <td align="center" valign="middle" bgcolor="#B9CC99"><img src="images/sadie.jpg" alt="showing belly" width="132" height="409" align="middle" /></td>
  44.   </tr>
  45.   <tr>
  46.     <td bgcolor="#B9CC99"></td>
  47.     <td bgcolor="#B9CC99">&nbsp;</td>
  48.     <td align="center" valign="middle" bgcolor="#B9CC99">&nbsp;</td>
  49.   </tr>
  50.   <tr>
  51.     <td bgcolor="#CBC465">&nbsp;</td>
  52.     <td bgcolor="#CBC465">&nbsp;</td>
  53.     <td bgcolor="#CBC465">&nbsp;</td>
  54.   </tr>
  55.   <tr>
  56.     <td bgcolor="#B9CC99"></td>
  57.     <td bgcolor="#B9CC99"></td>
  58.     <td bgcolor="#B9CC99"></td>
  59.   </tr>
  60. </table>
  61. </body>
  62. </html>
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 27th, 2008, 10:09 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post December 27th, 2008, 12:23 pm

link to the site?
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • pattymouzak
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 27, 2008
  • Posts: 5
  • Status: Offline

Post December 27th, 2008, 1:38 pm

http://homepages.nyu.edu/~pr46/baby/sadiebaby.html

thank you for responding
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post December 27th, 2008, 2:21 pm

Code: [ Select ]
<td colspan="3"  background"../Desktop/top.jpg">


The code above is referencing an image on your local system, so that's one obvious problem.

http://homepages.nyu.edu/~pr46/baby/images/inside.jpg
http://homepages.nyu.edu/~pr46/baby/ima ... werher.jpg

The image references above don't appear to be on your site, where they're supposed to be.

As far as your site showing up in Safari, it could be showing you cached copies of the images that you viewed locally. That would be my first guess.
- dM
  • pattymouzak
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 27, 2008
  • Posts: 5
  • Status: Offline

Post December 27th, 2008, 2:33 pm

thank you for responding
I have a file folder with images, so I'm not sure how to link them
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post December 27th, 2008, 2:37 pm

How are you uploading your website to your web server?
- dM
  • pattymouzak
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 27, 2008
  • Posts: 5
  • Status: Offline

Post December 27th, 2008, 2:44 pm

with fetch. Im uploading the complete file that has the html page and a folder with pics
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post December 27th, 2008, 2:48 pm

Well, somethings gone awry, then. If your directory structure is intact, I should be able to access the images from a link like I posted above. I don't use Macs so I couldn't tell about any of the ins and outs of Fetch.

http://homepages.nyu.edu/~pr46/baby/images/inside.jpg
- dM
  • pattymouzak
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Dec 27, 2008
  • Posts: 5
  • Status: Offline

Post December 27th, 2008, 2:54 pm

shoudl i retry to built the page again?
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post December 27th, 2008, 8:23 pm

I get a 404 error when I go there and I don't have a Safari to test that page with Safari.

But I did copy the code to my test HTML page and it showed perfectly well in Firefox, MSIE and Google Chrome.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 118 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.