GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 29-Jun-2003, 17:42
OhSoShiny OhSoShiny is offline
New Member
 
Join Date: Jun 2003
Location: N.Y.C.
Posts: 2
OhSoShiny is an unknown quantity at this point

LINKS DONT WORK ON SOME COMPUTERS...AHHHHH...etc....


i just finished my U.E. website ( www.expeditionnyc.com ), and about 3 people iknow so far havent been able to get anywhere exept a 404 file not found page when they click links... help meee...they MUST visit my site or they shalt implooooodey!
if anyone knows an html fix for this pleez tell moi...

thanx

ps.that makes me want to poop...?...-------->
  #2  
Old 29-Jun-2003, 17:51
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
This is some of the source of your page, read the messages in between for the help.

HTML Code:
<html> <head> <title>ExPEDITION N.Y.C.</title> <style> <!-- A:hover { text-decoration:none font=courier new; } --> </STYLE> </head> <body> <pre> <img src="http://www.expeditionnyc.com/images\keep out.JPG" align=left><a href="http://www.expeditionnyc.com/index2.html"><img src="http://www.expeditionnyc.com/images/EXPIDITION NYC sm copy 72.JPG" alt="Why Are You Reading This?" border="0" align=right></a> <body bgcolor="000000" body text="99bbcc" link="99bbcc" alink="99bbcc" vlink="99bbcc"><font face="copperplate gothic light"><font size=2> //Notice above how you've put in a backwards pointing slash on the image? That's why its not appearing on the page. I'm not convinced the second one will appear either since there are spaces in its name. Try renaming it to something simpler (without spaces) or it gets a bit tricky. /* <font size="1" font face="copperplate gothic light"><style="text-decoration:none"></style> Sniffing Out and Exposing the Boundless Nooks and Crannys of New York City...</font><table align=right border=.5 bordercolor=ff0000 cellspacing=0 table cellpadding=4> <tr> <td bgcolor=444400><a href="http:\\[url]www.expeditionnyc.com\index2.html[/url]" style="text-decoration:none">Home</font></a></td> <td nowrap bgcolor=333333><a href="http:\\[url]www.expeditionnyc.com\PastEx.html[/url]" style="text-decoration:none ">Past Expeditions</a></td> <td bgcolor=333333 ><a href="http:\\[url]www.expeditionnyc.com\photography.html[/url]" style="text-decoration:none">Photography</a></td> <td bgcolor=333333><a href="http:\\[url]www.expeditionnyc.com\bios.html[/url]" style="text-decoration:none">Bio's</a></td> <td bgcolor=333333><a href="http:\\[url]www.expeditionnyc.com\linksandsuch.html[/url]" style="text-decoration:none">Links</a></td> </tr> // Notice how you've put the backward slashes in again (http:\\[url]www.expeditionnyc.com\bios.html[/url]) you need to change these to forward slashes e.g. [url]http://www.expeditionnyc.com/bios.html[/url] /* </pre> </body> </html>
  #3  
Old 29-Jun-2003, 17:53
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hello OhSoShiny,

It's just a simple problem of getting the slashes right?

You've used backslashes in the URLs where you needed just plain ol' slashes.

e.g.
HTML Code:
<td nowrap bgcolor=333333> <a href="http:\\www.expeditionnyc.com\PastEx.html" style="text-decoration:none">Past Expeditions</a> </td>

should actually be:
HTML Code:
<td nowrap bgcolor=#333333> <a href="http://www.expeditionnyc.com/PastEx.html" style="text-decoration:none">Past Expeditions</a> </td>

By the way, there are other errors on your page that would not render your web pages correctly... like the spaces in links to images and the color values should be #333333.
  #4  
Old 29-Jun-2003, 23:12
OhSoShiny OhSoShiny is offline
New Member
 
Join Date: Jun 2003
Location: N.Y.C.
Posts: 2
OhSoShiny is an unknown quantity at this point

KOWWER IN THE PRESENCE OF MY ASSORTED MEET VARIETIES!


thanx both of you... i re did my links and uploded them... now i have to wait for one of those people who had the problem in the first place to cum on so i can force my site on them for evaluation wahahahahahahahahaha and stuffs!
 
 

Recent GIDBlogProblems with the Navy (Enlisted) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesnt my form work correctly? rhino1616 Web Design Forum 2 06-Nov-2003 17:21
How do web redirection scripts work? rhino1616 Web Design Forum 9 27-Oct-2003 09:47
Why doesnt my autorun CD work on other computers? rhino1616 Computer Software Forum - Windows 3 01-May-2003 18:23

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 05:28.


vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.