Need a little help with some links

liunx

Guest
I have a strange problem with my website. Apache--on windows 98SE platform----hosting it myself---Cable modem linksys router.<br />
Problem: When acessing the page using localhost everything works perfect, it is a small page, just a portal,<br />
my Logo and all the links to my other pages work fine along with the link to my BBS (phpBB2)<br />
If I acess the site across my LAN using <!-- m --><a class="postlink" href="http://(my">http://(my</a><!-- m --> LAN IP for the server machine) it will not see the LOGO and the links no longer work. It will see all the hyperlink buttons but they cannot find the pages they are linked to.<br />
If someone could help me with this I will post my HTML<br />
Thanks<br />
Budfurd<br />
I apologise for posting this in the wrong forum, brain fade here.<!--content-->did you try using the full path to your site?<br />
<br />
post code so we can look at it.<!--content-->Thanks for the reply!<br />
<br />
<html><br />
<head><br />
<title>Nebraska Sportsnet</title><br />
</head><br />
<br />
<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0"><br />
<table width="100%" height="67" border="0" cellpadding="0" cellspacing="0" background="design/topbg.gif"><tr valign="top"><td><br />
<BODY BGCOLOR="#708090" TEXT="#000000" LINK="#0000FF" VLINK="#A020F0" ALINK="#FF0000"> <br />
<p align="center"><br />
<img src=http://www.htmlforums.com/archive/index.php/"C:/apache/htdocs/nesports/logo.gif" width="350" height="125" border="0" alt=""></td><br />
<br />
</tr></table><br />
<br />
<br />
<table width="100%" height="24" border="0" cellpadding="0" cellspacing="0" bgcolor="#741C1B"><tr valign="top"><br />
<br />
<td width="100%"><br />
<br />
&nbsp;&nbsp;&nbsp;<B><a href=http://www.htmlforums.com/archive/index.php/"http://localhost/phpbb2"><font color="#F1BBBB">Forum</font></a><br />
&nbsp;&nbsp;<a href=http://www.htmlforums.com/archive/index.php/"http://"><font color="#F1BBBB">Photo page</font></a> <br />
&nbsp;&nbsp;<a href=http://www.htmlforums.com/archive/index.php/"http://localhost/page2"><font color="#F1BBBB">About this site</font></a> <br />
&nbsp;&nbsp;<a href=http://www.htmlforums.com/archive/index.php/"http://localhost/prsc"><font color="#F1BBBB">P.R.S.C.</font></a> <br />
&nbsp;&nbsp;<a href=http://www.htmlforums.com/archive/index.php/"http://"><font color="#F1BBBB">Page 4</font></a> <br />
<br />
<br />
</b></td><br />
<br />
<br />
<td><img src=http://www.htmlforums.com/archive/index.php/"design/topedge.jpg" width="24" height="24" border="0" alt=""></td></tr></table><br />
<br />
<BR><center><h3></h3></center><br />
<br />
<p align="justify"><b><center><font color=#ffffff><u>Welcome to Nebraska Sportsnet Portal. This is the place to talk about all Nebraska sports from Tennis to Shooting Sports.</u></font></center></b> </p><br />
<center><h3>Nebraska sports are seasonal and the Forums will reflect this. I have no plans to do anything with Cornhusker football as there are many sites that are dedicated to it. </h3></center><br />
<p align="center"><b>I will also host a photo page with my pick of the week. Any photo of any sport will be welcome. E-Mail me the Photo and I will post it. </b></a>.</p><br />
<br />
<BR><center><a href=http://www.htmlforums.com/archive/index.php/"MAILTO:p[email protected]"><img src="LED_sign.gif" width="230" height="40" alt=""><br />
</body</a>.</center><br />
<br />
<br />
</body><br />
</html><br />
This is going to be a complete overhaul of my site. The link method works OK on the other site.<!--content-->when you go to another computer and run your site, the computer you are at will think the img is on that computer.<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"C:/apache/htdocs/nesports/logo.gif" width="350" height="125" border="0" alt=""><br />
<br />
you will have to change that to the address of your server.<!--content-->scoutt:<br />
Thanks for the reply, I take that you mean change that to the LAN address of the server machine??<br />
I tried that and no go. I also tried Localhost and that would not work.<br />
I dont know why I am having such a difficult time with this, something is really screwey, maybe I have my htdocs folder messed up. <br />
Budfurd<br />
update! Well I got the logo to work by taking out all the http directive, I just left "logo.gif" and it worked ok.<br />
The problem with the other link buttons I think I have solved from the advice in your reply. In the link to the phpbb I used the LAN address of the server and that worked.<br />
Thanks for the advice it was very usefull.<br />
Budfurd<!--content-->
 
Back
Top