Dreamweaver...whats the deal!!
- Nucleo
- SausagePorkPie


- Joined: Aug 16, 2003
- Posts: 2297
- Loc: UK - England
- Status: Offline
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
whats the deal, all the links are correct, the file structure is right...
help!
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
help!
Codebuddies - Website Development Resource
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
December 18th, 2003, 11:41 am
- RyTRiX
- Graduate


- Joined: Mar 28, 2003
- Posts: 239
- Loc: Michigan
- Status: Offline
- Nucleo
- SausagePorkPie


- Joined: Aug 16, 2003
- Posts: 2297
- Loc: UK - England
- Status: Offline
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.
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 |
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
- ATNO/TW
- Super Moderator


- Joined: May 28, 2003
- Posts: 23404
- Loc: Woodbridge VA
- Status: Offline
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.
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.
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


- Joined: Dec 20, 2002
- Posts: 6382
- Loc: twitter.com/unflux
- Status: Offline
- RyTRiX
- Graduate


- Joined: Mar 28, 2003
- Posts: 239
- Loc: Michigan
- Status: Offline
- DymeMedia1
- Novice


- Joined: Dec 17, 2003
- Posts: 30
- Loc: London
- Status: Offline
- UNFLUX
- Genius


- Joined: Dec 20, 2002
- Posts: 6382
- Loc: twitter.com/unflux
- Status: Offline
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.
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


- Joined: Aug 16, 2003
- Posts: 2297
- Loc: UK - England
- Status: Offline
that was my first theory as well, but i checked the links, hopefully this will help.
here is the file structure of my website
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.
i am very confused, perhaps you can see what i have done wrong...
thanks in advance.
here is the file structure of my website
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>
<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>
- <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>
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 |
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
- Nucleo
- SausagePorkPie


- Joined: Aug 16, 2003
- Posts: 2297
- Loc: UK - England
- Status: Offline
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
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 |
|INCLUDE(), INCLUDE_ONCE(), REQUIRE() IN PHP | - / - |MICROSOFT CRM 4.0 ONCLICK EVENT WITHIN FORM |
- UNFLUX
- Genius


- Joined: Dec 20, 2002
- Posts: 6382
- Loc: twitter.com/unflux
- Status: Offline
- UNFLUX
- Genius


- Joined: Dec 20, 2002
- Posts: 6382
- Loc: twitter.com/unflux
- Status: Offline
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.
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


- Joined: May 28, 2003
- Posts: 23404
- Loc: Woodbridge VA
- Status: Offline
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,...
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.
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


- Joined: Dec 20, 2002
- Posts: 6382
- Loc: twitter.com/unflux
- Status: Offline
- ATNO/TW
- Super Moderator


- Joined: May 28, 2003
- Posts: 23404
- Loc: Woodbridge VA
- Status: Offline
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.
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.
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


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
December 19th, 2003, 8:07 am
1, 2
To Reply to this topic you need to LOGIN or REGISTER. It is free.
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
