Dreamweaver...whats the deal!!

  • Nucleo
  • SausagePorkPie
  • Mastermind
  • User avatar
  • Joined: Aug 16, 2003
  • Posts: 2297
  • Loc: UK - England
  • Status: Offline

Post December 18th, 2003, 11:41 am

ok, thanks to b_heyer I was able to get past the problem with the tables, well something else has popped up..

when i view the site in dreamweaver it looks fine and dandy...
http://www.nucleo.ashst.com/1.jpg

but when i view the site in internet explorer
http://www.nucleo.ashst.com/2.jpg
:evil: whats the deal, all the links are correct, the file structure is right...

help!
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 18th, 2003, 11:41 am

  • RyTRiX
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 28, 2003
  • Posts: 239
  • Loc: Michigan
  • Status: Offline

Post December 18th, 2003, 11:47 am

Post it up somewhere so i can view the html. I'm thinking that you have a folder with images in it on your computer that aren't on your server. Find out where dreamweaver is getting the images from and then make sure you have the same location on your server.
  • Nucleo
  • SausagePorkPie
  • Mastermind
  • User avatar
  • Joined: Aug 16, 2003
  • Posts: 2297
  • Loc: UK - England
  • Status: Offline

Post December 18th, 2003, 1:10 pm

I have made sure that dreamweaver is getting the images from the images folder in the root dir of my site (check the first link, on the right a folder called images)

I made sure before i posted that all the links to the images were correct and the images were in the folder, it just doesn't make any sense.
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post December 18th, 2003, 1:52 pm

I know you find it hard to accept, but in your second picture, I can tell that the paths in ALL the image links are incorrect. It's the only explanation.

Dreamweaver is probably using a relative link for the images. You have to look carefully to make sure your image directories and files are exactly where the code says they should be.

The easiest solution is make all image link paths absulute -- but I'm 100% sure your paths are not leading to your images.
"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.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post December 18th, 2003, 3:03 pm

yup -- that's my verdict as well. I bet they're pointed to your c:\
UNFLUX.FOTO
  • RyTRiX
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 28, 2003
  • Posts: 239
  • Loc: Michigan
  • Status: Offline

Post December 18th, 2003, 4:12 pm

Yeah that was what i was trying to say in my first post.
  • DymeMedia1
  • Novice
  • Novice
  • User avatar
  • Joined: Dec 17, 2003
  • Posts: 30
  • Loc: London
  • Status: Offline

Post December 18th, 2003, 4:34 pm

yeh thats the only explanation really make sure all the paths are corrected and pointing to the right file etc
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post December 18th, 2003, 4:36 pm

take a look and see if you have a lot of ../ or ../../ leading before the
image name. that would mean the relative path to the image is not
being found. Something else to check for...

why are you using your desktop to house your site/project? that could
very well be why too.
UNFLUX.FOTO
  • Nucleo
  • SausagePorkPie
  • Mastermind
  • User avatar
  • Joined: Aug 16, 2003
  • Posts: 2297
  • Loc: UK - England
  • Status: Offline

Post December 19th, 2003, 5:13 am

that was my first theory as well, but i checked the links, hopefully this will help.

here is the file structure of my website
Image
ok, all the html files are in the "Nucleo's domain" folder, whilst all the images are in the "images" folder.
here is the html of the index page, see what you can make of it.

Code: [ Select ]
<html>
<head>
<title>Nucleo-V2</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Tue Dec 16 17:45:45 GMT+0000 (GMT Standard Time) 2003-->
</head>
<body bgcolor="003148" text="#FFFFFF" link="#00CCFF" vlink="#00CCFF" alink="#008db0">
<center>
 <table border="0" cellpadding="0" cellspacing="0" width="790">
  <!-- fwtable fwsrc="main with slices.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "17205221" fwnested="0" -->
  <tr>
  <td><img src="/images/spacer.gif" width="10" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="5" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="8" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="16" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="61" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="66" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="15" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="4" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="9" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="9" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>

 <tr>
  <td colspan="21"><img name="index_r1_c1" src="/images/index_r1_c1.jpg" width="790" height="1" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>
 <tr>
  <td colspan="21"><img name="index_r2_c1" src="/images/index_r2_c1.jpg" width="790" height="106" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="106" border="0" alt=""></td>
 </tr>
 <tr>
  <td rowspan="4"><img name="index_r3_c1" src="/images/index_r3_c1.jpg" width="10" height="246" border="0" alt=""></td>
  <td><img name="index_r3_c2" src="/images/index_r3_c2.jpg" width="5" height="20" border="0" alt=""></td>
   <td><a href="index.html" target="_self"><img name="index_r3_c3" src="/images/index_r3_c3.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c4" src="/images/index_r3_c4.jpg" width="27" height="20" border="0" alt=""></td>
   <td colspan="3"><a href="downloads.html"><img name="index_r3_c5" src="/images/index_r3_c5.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c8" src="/images/index_r3_c8.jpg" width="27" height="20" border="0" alt=""></td>
   <td><a href="/forum"><img name="index_r3_c9" src="/images/index_r3_c9.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c10" src="/images/index_r3_c10.jpg" width="27" height="20" border="0" alt=""></td>
   <td><a href="games.html"><img name="index_r3_c11" src="/images/index_r3_c11.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c12" src="/images/index_r3_c12.jpg" width="27" height="20" border="0" alt=""></td>
   <td><a href="music.html"><img name="index_r3_c13" src="/images/index_r3_c13.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c14" src="/images/index_r3_c14.jpg" width="27" height="20" border="0" alt=""></td>
   <td colspan="3"><a href="fireworks.html"><img name="index_r3_c15" src="/images/index_r3_c15.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c18" src="/images/index_r3_c18.jpg" width="27" height="20" border="0" alt=""></td>
   <td><a href="flash.html"><img name="index_r3_c19" src="/images/index_r3_c19.jpg" width="85" height="20" border="0" alt=""></a></td>
  <td><img name="index_r3_c20" src="/images/index_r3_c20.jpg" width="9" height="20" border="0" alt=""></td>
  <td rowspan="4"><img name="index_r3_c21" src="/images/index_r3_c21.jpg" width="9" height="246" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="20" border="0" alt=""></td>
 </tr>
 <tr>
  <td colspan="19"><img name="index_r4_c2" src="/images/index_r4_c2.jpg" width="771" height="19" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="19" border="0" alt=""></td>
 </tr>
 <tr>
  <td colspan="4"><img name="index_r5_c2" src="/images/index_r5_c2.jpg" width="125" height="21" border="0" alt=""></td>
  <td rowspan="10"><img name="index_r5_c6" src="/images/index_r5_c6.jpg" width="16" height="754" border="0" alt=""></td>
   <td colspan="9" rowspan="10" align="left" valign="top" background="/images/index_r5_c7.jpg"><p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font face="Geneva, Arial, Helvetica, sans-serif">Nucleo's
     Domain-V2</font></strong> </font></p>
    <div align="left">
     <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">This is
      my new website, kind of a mix of old and new. The design I think is
      cool and should stop me from re-making it again within a shot period
      of time. Well, this is just a little intro, if you want to see what
      I have been getting up to, scroll down a little.</font></p>
     <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif"><strong>News</strong></font></p>
     <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">15th-December-2003:
      Another new design for my site, and it has &NO& layers on
      it, so it is completely layer free, everything was created using tables!
      I will be having different sections for different tutorials, as not
      to confuse anyone.</font></p>
     <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">9th-December-2003:
      I have uploaded some more music to the site, and some requests. I
      have also got my hands on the new Trial Bike Pro, a full version of
      that fun game on www.gameboxx.nl I got this version from kazaa. Get
      it here! <br><br>
      </font><font size="2" face="Geneva, Arial, Helvetica, sans-serif">2nd-December-2003:
      This is my first proper attempt at html, I have been playing around
      with it for a while now. I started with a html site made on Geocities
      (very bad indeed) Since then I have been making flash based websites,
      I wouldn't say they were bad but, they could be improved. My latest
      version of a flash website wasn't very bad at all, I have had a few
      compliments about it. The hard thing about webdesign/Flash Design
      is the actual designing part. Being able to upload it and have it
      all running is easy, it is when it comes to making all you own graphics
      (sure you can steal other peoples, but where is the fun in that) Making
      a website look good is the key, I know a Webdesigner, under the name
      &Unflux& he has to be one of the best webdesigners that
      I have seen, his website is very good, and so are the websites that
      he has made for clients.</font></p>
     <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">25-November-2003:
      another breakthrough in my flash design, I'm still not happy with
      it, but, I guess I never will be. The new site has some majore problems
      with fonts, for some reason the fonts don't show up on other peoples
      computers, when they should. Been trying to fix that problem as well
      as finnish this site. Got myself another new webhost, I got my self
      a free hosting package at AS-Hosting, 120mb webspace, 8Gb bandwidth,
      and a very impressve control pannel. Plenty of space and bandwidth
      to store the music and allow peeple to stream it</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
      </font><font face="Verdana, Arial, Helvetica, sans-serif"></font></p>
    </div></td>
  <td rowspan="10"><img name="index_r5_c16" src="/images/index_r5_c16.jpg" width="15" height="754" border="0" alt=""></td>
  <td colspan="4"><img name="index_r5_c17" src="/images/index_r5_c17.jpg" width="125" height="21" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="21" border="0" alt=""></td>
 </tr>
  <tr>
   <td colspan="4" rowspan="2" align="left" valign="top" background="/images/index_r6_c2.jpg">
    <ul>
     <br><li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="index.html" style="text-decoration:none">Homepage</a></font></li>
     <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="downloads.html" style="text-decoration:none">Downloads</a></font></li>
     <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="/forum" style="text-decoration:none">Forum</a></font></li>
     <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="games.html" style="text-decoration:none">Games</a></font></li>
     <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="music.html" style="text-decoration:none">Music</a></font></li>
     <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="fireworks.html" style="text-decoration:none">Fireworks</a></font></li>
     <li><a href="flash.html" style="text-decoration:none"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Flash</font></a></li>
     <li> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="contact.html" style="text-decoration:none">Contact</a></font></li>
    </ul></td>
   <td colspan="4" rowspan="7" valign="top" background="/images/index_r6_c17.jpg">
<div align="center">
     <p><br><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="http://www.lavashark.com/nucleo">Nucleo's
      Domain (flash version)</a></strong></font></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://kalbal.50free.net">Nucleo's
      Domain (old site)</a></font></strong></p>
     <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#0099CC"><a href="http://www.bigwebmaster.com">Big
      Webmaster</a></font></strong></font> </p>
     <h1><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.bigwebmaster.com">Ozzu
      Webmaster Forum</a></font></strong></font></h1>
     <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.pchardwareforum.com">PcHardware
      Forum</a></font></strong></font></p>
     <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.pcreview.co.uk">Pc
      review</a></font></strong></font></p>
     <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.unflux.com">Unflux
      WebDesign</a></font></strong></font></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.skylabz.com">SkyLabz
      Web Design</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="www.gameboxx.nl">Gameboxx</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dragongamez.com">DragonGamez</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.neostream.com">Neostream</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.2advanced.com">2advanced</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.web-systems.co.uk">Web
      Systems</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.as-hosting.com">As-Hosting</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.lavashark.com">Lavashark
      Web Hosting</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://">Kirupa
      Flash Resources</a></font></strong></p>
     <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.flashkit.com">Flashkit</a></font></strong></p>
     </div></td>
  <td><img src="/images/spacer.gif" width="1" height="186" border="0" alt=""></td>
 </tr>
 <tr>
  <td rowspan="4"><img name="index_r7_c1" src="/images/index_r7_c1.jpg" width="10" height="247" border="0" alt=""></td>
  <td rowspan="4"><img name="index_r7_c21" src="/images/index_r7_c21.jpg" width="9" height="247" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="41" border="0" alt=""></td>
 </tr>
 <tr>
  <td colspan="4"><img name="index_r8_c2" src="/images/index_r8_c2.jpg" width="125" height="7" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="7" border="0" alt=""></td>
 </tr>
 <tr>
  <td colspan="4"><img name="index_r9_c2" src="/images/index_r9_c2.jpg" width="125" height="21" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="21" border="0" alt=""></td>
 </tr>
 <tr>
   <td colspan="4" rowspan="2" align="center" valign="top" background="/images/index_r10_c2.jpg"><p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Saddam
     Hussein Captured!</strong></font></p>
    <p><img src="/images/saddam.jpg" width="121" height="90"></p></td>
  <td><img src="/images/spacer.gif" width="1" height="178" border="0" alt=""></td>
 </tr>
 <tr>
  <td rowspan="3"><img name="index_r11_c1" src="/images/index_r11_c1.jpg" width="10" height="247" border="0" alt=""></td>
  <td rowspan="3"><img name="index_r11_c21" src="/images/index_r11_c21.jpg" width="9" height="247" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="49" border="0" alt=""></td>
 </tr>
 <tr>
  <td rowspan="3" colspan="4"><img name="index_r12_c2" src="/images/index_r12_c2.jpg" width="125" height="251" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="132" border="0" alt=""></td>
 </tr>
 <tr>
  <td rowspan="2" colspan="4"><img name="index_r13_c17" src="/images/index_r13_c17.jpg" width="125" height="119" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="66" border="0" alt=""></td>
 </tr>
 <tr>
  <td><img name="index_r14_c1" src="/images/index_r14_c1.jpg" width="10" height="53" border="0" alt=""></td>
  <td><img name="index_r14_c21" src="/images/index_r14_c21.jpg" width="9" height="53" border="0" alt=""></td>
  <td><img src="/images/spacer.gif" width="1" height="53" border="0" alt=""></td>
 </tr>
</table>
</center>
</body>
</html>
  1. <html>
  2. <head>
  3. <title>Nucleo-V2</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Tue Dec 16 17:45:45 GMT+0000 (GMT Standard Time) 2003-->
  6. </head>
  7. <body bgcolor="003148" text="#FFFFFF" link="#00CCFF" vlink="#00CCFF" alink="#008db0">
  8. <center>
  9.  <table border="0" cellpadding="0" cellspacing="0" width="790">
  10.   <!-- fwtable fwsrc="main with slices.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "17205221" fwnested="0" -->
  11.   <tr>
  12.   <td><img src="/images/spacer.gif" width="10" height="1" border="0" alt=""></td>
  13.   <td><img src="/images/spacer.gif" width="5" height="1" border="0" alt=""></td>
  14.   <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  15.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  16.   <td><img src="/images/spacer.gif" width="8" height="1" border="0" alt=""></td>
  17.   <td><img src="/images/spacer.gif" width="16" height="1" border="0" alt=""></td>
  18.   <td><img src="/images/spacer.gif" width="61" height="1" border="0" alt=""></td>
  19.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  20.   <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  21.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  22.   <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  23.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  24.   <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  25.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  26.   <td><img src="/images/spacer.gif" width="66" height="1" border="0" alt=""></td>
  27.   <td><img src="/images/spacer.gif" width="15" height="1" border="0" alt=""></td>
  28.   <td><img src="/images/spacer.gif" width="4" height="1" border="0" alt=""></td>
  29.   <td><img src="/images/spacer.gif" width="27" height="1" border="0" alt=""></td>
  30.   <td><img src="/images/spacer.gif" width="85" height="1" border="0" alt=""></td>
  31.   <td><img src="/images/spacer.gif" width="9" height="1" border="0" alt=""></td>
  32.   <td><img src="/images/spacer.gif" width="9" height="1" border="0" alt=""></td>
  33.   <td><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  34.  </tr>
  35.  <tr>
  36.   <td colspan="21"><img name="index_r1_c1" src="/images/index_r1_c1.jpg" width="790" height="1" border="0" alt=""></td>
  37.   <td><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  38.  </tr>
  39.  <tr>
  40.   <td colspan="21"><img name="index_r2_c1" src="/images/index_r2_c1.jpg" width="790" height="106" border="0" alt=""></td>
  41.   <td><img src="/images/spacer.gif" width="1" height="106" border="0" alt=""></td>
  42.  </tr>
  43.  <tr>
  44.   <td rowspan="4"><img name="index_r3_c1" src="/images/index_r3_c1.jpg" width="10" height="246" border="0" alt=""></td>
  45.   <td><img name="index_r3_c2" src="/images/index_r3_c2.jpg" width="5" height="20" border="0" alt=""></td>
  46.    <td><a href="index.html" target="_self"><img name="index_r3_c3" src="/images/index_r3_c3.jpg" width="85" height="20" border="0" alt=""></a></td>
  47.   <td><img name="index_r3_c4" src="/images/index_r3_c4.jpg" width="27" height="20" border="0" alt=""></td>
  48.    <td colspan="3"><a href="downloads.html"><img name="index_r3_c5" src="/images/index_r3_c5.jpg" width="85" height="20" border="0" alt=""></a></td>
  49.   <td><img name="index_r3_c8" src="/images/index_r3_c8.jpg" width="27" height="20" border="0" alt=""></td>
  50.    <td><a href="/forum"><img name="index_r3_c9" src="/images/index_r3_c9.jpg" width="85" height="20" border="0" alt=""></a></td>
  51.   <td><img name="index_r3_c10" src="/images/index_r3_c10.jpg" width="27" height="20" border="0" alt=""></td>
  52.    <td><a href="games.html"><img name="index_r3_c11" src="/images/index_r3_c11.jpg" width="85" height="20" border="0" alt=""></a></td>
  53.   <td><img name="index_r3_c12" src="/images/index_r3_c12.jpg" width="27" height="20" border="0" alt=""></td>
  54.    <td><a href="music.html"><img name="index_r3_c13" src="/images/index_r3_c13.jpg" width="85" height="20" border="0" alt=""></a></td>
  55.   <td><img name="index_r3_c14" src="/images/index_r3_c14.jpg" width="27" height="20" border="0" alt=""></td>
  56.    <td colspan="3"><a href="fireworks.html"><img name="index_r3_c15" src="/images/index_r3_c15.jpg" width="85" height="20" border="0" alt=""></a></td>
  57.   <td><img name="index_r3_c18" src="/images/index_r3_c18.jpg" width="27" height="20" border="0" alt=""></td>
  58.    <td><a href="flash.html"><img name="index_r3_c19" src="/images/index_r3_c19.jpg" width="85" height="20" border="0" alt=""></a></td>
  59.   <td><img name="index_r3_c20" src="/images/index_r3_c20.jpg" width="9" height="20" border="0" alt=""></td>
  60.   <td rowspan="4"><img name="index_r3_c21" src="/images/index_r3_c21.jpg" width="9" height="246" border="0" alt=""></td>
  61.   <td><img src="/images/spacer.gif" width="1" height="20" border="0" alt=""></td>
  62.  </tr>
  63.  <tr>
  64.   <td colspan="19"><img name="index_r4_c2" src="/images/index_r4_c2.jpg" width="771" height="19" border="0" alt=""></td>
  65.   <td><img src="/images/spacer.gif" width="1" height="19" border="0" alt=""></td>
  66.  </tr>
  67.  <tr>
  68.   <td colspan="4"><img name="index_r5_c2" src="/images/index_r5_c2.jpg" width="125" height="21" border="0" alt=""></td>
  69.   <td rowspan="10"><img name="index_r5_c6" src="/images/index_r5_c6.jpg" width="16" height="754" border="0" alt=""></td>
  70.    <td colspan="9" rowspan="10" align="left" valign="top" background="/images/index_r5_c7.jpg"><p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><font face="Geneva, Arial, Helvetica, sans-serif">Nucleo's
  71.      Domain-V2</font></strong> </font></p>
  72.     <div align="left">
  73.      <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">This is
  74.       my new website, kind of a mix of old and new. The design I think is
  75.       cool and should stop me from re-making it again within a shot period
  76.       of time. Well, this is just a little intro, if you want to see what
  77.       I have been getting up to, scroll down a little.</font></p>
  78.      <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif"><strong>News</strong></font></p>
  79.      <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">15th-December-2003:
  80.       Another new design for my site, and it has &NO& layers on
  81.       it, so it is completely layer free, everything was created using tables!
  82.       I will be having different sections for different tutorials, as not
  83.       to confuse anyone.</font></p>
  84.      <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">9th-December-2003:
  85.       I have uploaded some more music to the site, and some requests. I
  86.       have also got my hands on the new Trial Bike Pro, a full version of
  87.       that fun game on www.gameboxx.nl I got this version from kazaa. Get
  88.       it here! <br><br>
  89.       </font><font size="2" face="Geneva, Arial, Helvetica, sans-serif">2nd-December-2003:
  90.       This is my first proper attempt at html, I have been playing around
  91.       with it for a while now. I started with a html site made on Geocities
  92.       (very bad indeed) Since then I have been making flash based websites,
  93.       I wouldn't say they were bad but, they could be improved. My latest
  94.       version of a flash website wasn't very bad at all, I have had a few
  95.       compliments about it. The hard thing about webdesign/Flash Design
  96.       is the actual designing part. Being able to upload it and have it
  97.       all running is easy, it is when it comes to making all you own graphics
  98.       (sure you can steal other peoples, but where is the fun in that) Making
  99.       a website look good is the key, I know a Webdesigner, under the name
  100.       &Unflux& he has to be one of the best webdesigners that
  101.       I have seen, his website is very good, and so are the websites that
  102.       he has made for clients.</font></p>
  103.      <p><font size="2" face="Geneva, Arial, Helvetica, sans-serif">25-November-2003:
  104.       another breakthrough in my flash design, I'm still not happy with
  105.       it, but, I guess I never will be. The new site has some majore problems
  106.       with fonts, for some reason the fonts don't show up on other peoples
  107.       computers, when they should. Been trying to fix that problem as well
  108.       as finnish this site. Got myself another new webhost, I got my self
  109.       a free hosting package at AS-Hosting, 120mb webspace, 8Gb bandwidth,
  110.       and a very impressve control pannel. Plenty of space and bandwidth
  111.       to store the music and allow peeple to stream it</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
  112.       </font><font face="Verdana, Arial, Helvetica, sans-serif"></font></p>
  113.     </div></td>
  114.   <td rowspan="10"><img name="index_r5_c16" src="/images/index_r5_c16.jpg" width="15" height="754" border="0" alt=""></td>
  115.   <td colspan="4"><img name="index_r5_c17" src="/images/index_r5_c17.jpg" width="125" height="21" border="0" alt=""></td>
  116.   <td><img src="/images/spacer.gif" width="1" height="21" border="0" alt=""></td>
  117.  </tr>
  118.   <tr>
  119.    <td colspan="4" rowspan="2" align="left" valign="top" background="/images/index_r6_c2.jpg">
  120.     <ul>
  121.      <br><li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="index.html" style="text-decoration:none">Homepage</a></font></li>
  122.      <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="downloads.html" style="text-decoration:none">Downloads</a></font></li>
  123.      <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="/forum" style="text-decoration:none">Forum</a></font></li>
  124.      <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="games.html" style="text-decoration:none">Games</a></font></li>
  125.      <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="music.html" style="text-decoration:none">Music</a></font></li>
  126.      <li><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="fireworks.html" style="text-decoration:none">Fireworks</a></font></li>
  127.      <li><a href="flash.html" style="text-decoration:none"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Flash</font></a></li>
  128.      <li> <font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="contact.html" style="text-decoration:none">Contact</a></font></li>
  129.     </ul></td>
  130.    <td colspan="4" rowspan="7" valign="top" background="/images/index_r6_c17.jpg">
  131. <div align="center">
  132.      <p><br><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="http://www.lavashark.com/nucleo">Nucleo's
  133.       Domain (flash version)</a></strong></font></p>
  134.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://kalbal.50free.net">Nucleo's
  135.       Domain (old site)</a></font></strong></p>
  136.      <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#0099CC"><a href="http://www.bigwebmaster.com">Big
  137.       Webmaster</a></font></strong></font> </p>
  138.      <h1><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.bigwebmaster.com">Ozzu
  139.       Webmaster Forum</a></font></strong></font></h1>
  140.      <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.pchardwareforum.com">PcHardware
  141.       Forum</a></font></strong></font></p>
  142.      <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.pcreview.co.uk">Pc
  143.       review</a></font></strong></font></p>
  144.      <p><font color="#0099CC"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.unflux.com">Unflux
  145.       WebDesign</a></font></strong></font></p>
  146.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.skylabz.com">SkyLabz
  147.       Web Design</a></font></strong></p>
  148.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="www.gameboxx.nl">Gameboxx</a></font></strong></p>
  149.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.dragongamez.com">DragonGamez</a></font></strong></p>
  150.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.neostream.com">Neostream</a></font></strong></p>
  151.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.2advanced.com">2advanced</a></font></strong></p>
  152.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.web-systems.co.uk">Web
  153.       Systems</a></font></strong></p>
  154.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.as-hosting.com">As-Hosting</a></font></strong></p>
  155.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.lavashark.com">Lavashark
  156.       Web Hosting</a></font></strong></p>
  157.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://">Kirupa
  158.       Flash Resources</a></font></strong></p>
  159.      <p><strong><font color="#0099CC" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.flashkit.com">Flashkit</a></font></strong></p>
  160.      </div></td>
  161.   <td><img src="/images/spacer.gif" width="1" height="186" border="0" alt=""></td>
  162.  </tr>
  163.  <tr>
  164.   <td rowspan="4"><img name="index_r7_c1" src="/images/index_r7_c1.jpg" width="10" height="247" border="0" alt=""></td>
  165.   <td rowspan="4"><img name="index_r7_c21" src="/images/index_r7_c21.jpg" width="9" height="247" border="0" alt=""></td>
  166.   <td><img src="/images/spacer.gif" width="1" height="41" border="0" alt=""></td>
  167.  </tr>
  168.  <tr>
  169.   <td colspan="4"><img name="index_r8_c2" src="/images/index_r8_c2.jpg" width="125" height="7" border="0" alt=""></td>
  170.   <td><img src="/images/spacer.gif" width="1" height="7" border="0" alt=""></td>
  171.  </tr>
  172.  <tr>
  173.   <td colspan="4"><img name="index_r9_c2" src="/images/index_r9_c2.jpg" width="125" height="21" border="0" alt=""></td>
  174.   <td><img src="/images/spacer.gif" width="1" height="21" border="0" alt=""></td>
  175.  </tr>
  176.  <tr>
  177.    <td colspan="4" rowspan="2" align="center" valign="top" background="/images/index_r10_c2.jpg"><p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Saddam
  178.      Hussein Captured!</strong></font></p>
  179.     <p><img src="/images/saddam.jpg" width="121" height="90"></p></td>
  180.   <td><img src="/images/spacer.gif" width="1" height="178" border="0" alt=""></td>
  181.  </tr>
  182.  <tr>
  183.   <td rowspan="3"><img name="index_r11_c1" src="/images/index_r11_c1.jpg" width="10" height="247" border="0" alt=""></td>
  184.   <td rowspan="3"><img name="index_r11_c21" src="/images/index_r11_c21.jpg" width="9" height="247" border="0" alt=""></td>
  185.   <td><img src="/images/spacer.gif" width="1" height="49" border="0" alt=""></td>
  186.  </tr>
  187.  <tr>
  188.   <td rowspan="3" colspan="4"><img name="index_r12_c2" src="/images/index_r12_c2.jpg" width="125" height="251" border="0" alt=""></td>
  189.   <td><img src="/images/spacer.gif" width="1" height="132" border="0" alt=""></td>
  190.  </tr>
  191.  <tr>
  192.   <td rowspan="2" colspan="4"><img name="index_r13_c17" src="/images/index_r13_c17.jpg" width="125" height="119" border="0" alt=""></td>
  193.   <td><img src="/images/spacer.gif" width="1" height="66" border="0" alt=""></td>
  194.  </tr>
  195.  <tr>
  196.   <td><img name="index_r14_c1" src="/images/index_r14_c1.jpg" width="10" height="53" border="0" alt=""></td>
  197.   <td><img name="index_r14_c21" src="/images/index_r14_c21.jpg" width="9" height="53" border="0" alt=""></td>
  198.   <td><img src="/images/spacer.gif" width="1" height="53" border="0" alt=""></td>
  199.  </tr>
  200. </table>
  201. </center>
  202. </body>
  203. </html>


i am very confused, perhaps you can see what i have done wrong...

thanks in advance.
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
  • Nucleo
  • SausagePorkPie
  • Mastermind
  • User avatar
  • Joined: Aug 16, 2003
  • Posts: 2297
  • Loc: UK - England
  • Status: Offline

Post December 19th, 2003, 7:32 am

i have just uploaded some of the site and it is still doing the same thing.

here is where the html files are
http://www.nucleo.ashst.com/newsite/index.html
here is where the images are
http://www.nucleo.ashst.com/newsite/images
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post December 19th, 2003, 7:49 am

.htaccess -- do you have an htaccess file somewhere limiting the acces to
these image files? That's the behavior I see here anyway...

weird, cuz you're right the code all looks fine. :?
UNFLUX.FOTO
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post December 19th, 2003, 7:53 am

how come the images themselves can't be accessed directly?? I tried
to view this image http://www.nucleo.ashst.com/images/index_r2_c1.jpg
after looking at the properties of it on your page. It gives me a 404
as if it's not there....

the reason is this --
look at the URL of your page, it's http://www.nucleo.ashst.com/newsite/,
but all the images are loading from the root of the domain. Try linking
directly to the image files, and include the 'newsite' dir you have there.
Another thing to try, is to remove the beginning / in front of all your
image tages in the html code. Seems your host doesn't like those.
UNFLUX.FOTO
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post December 19th, 2003, 7:56 am

I told you it was your paths. The forward slash before images is what was screwing you up.

Find and replace all instances of /images with images

Here it is working:
http://atnopro.com/nucleo/index.html

Enjoy,...
"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.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post December 19th, 2003, 8:01 am

we all said the same thing actually. he just looked at it so much, it
looked correct :P I can't tell you how many times I've done that myself.

didn't the beginning slash problem just happen to someone else just
recently here?? I'm sure it did...time to search.
UNFLUX.FOTO
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post December 19th, 2003, 8:07 am

I'm sure it did.

As a word of explanation if your images directory is in the same directory as your page file, and both are in a subdirectory off the root, a backslash before a relative link is going to back you up to the parent directory.

Likewise if you have a page that is deep into child subdirectories,

../../../../ will back you up as many parent directories as you need. (just keep adding ../ as much as you need to get you to the parent directory you need to be at.

You can always be guaranteed that if your images aren't displaying, they were either uploaded improperly (e.g. caps instead of small case, mispelled), they were uploaded as ASCII instead of binary or the paths are wrong.

It will almost always be one of those three and 90% of the time it will be invalid paths.
"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.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 19th, 2003, 8:07 am

Post Information

  • Total Posts in this topic: 25 posts
  • Users browsing this forum: No registered users and 128 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
 
cron
 

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