Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Links Help Please, :)
~Dave
post May 18 2007, 02:10 PM
Post #1


Member [Level 2]
*****

Group: Members
Posts: 87
Joined: 5-February 07
Member No.: 38,338



Okay i have links that work at my house but not at school where i am trying to edit the HTML, the site is www.gaming-alliance.net, the links arent set anywhere but it should still send me to a blank page if the link i sent it to does not exist. Could someone please check it out and see if its working on a different computer? because it works on mine at home heres the code...

CODE
<html>
<head>
<title>
Gaming Alliance | Next Generation Of Gamers Today
</title>
<body bgcolor="#000000">
<img src="http://img.photobucket.com/albums/v614/Dj169211/top.jpg">
<table>
<tr>
<td <a href="index.html"><img src="images/button1over.png"></a>
<td <a href="games.html"><img src="images/button2over.png"></a>
<td <a href="www.phpbbplanet.com/gamingalliance"><img src="images/button3over.png"></a>
<td <a href="linktous.html"><img src="images/button4over.png"></a>
</td>
</tr>
</table>
</body>
</html>


Thanks.
Go to the top of the page
 
+Quote Post
slushpuppy
post May 18 2007, 02:24 PM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 29
Joined: 7-September 06
Member No.: 29,569



QUOTE
<html>
<head>
<title>
Gaming Alliance | Next Generation Of Gamers Today
</title>
<body bgcolor="#000000">
<img src="http://img.photobucket.com/albums/v614/Dj169211/top.jpg">
<table>
<tr>
<td <a href="index.html"><img src="images/button1over.png"></a>
<td <a href="games.html"><img src="images/button2over.png"></a>
<td <a href="http://www.phpbbplanet.com/gamingalliance"><img src="images/button3over.png"></a>
<td <a href="linktous.html"><img src="images/button4over.png"></a>
</td>
</tr>
</table>
</body>
</html>

I believe you have to use the http when defining links which isn't your base domain. Also are the files on your computer? because I got 404 errors.
Go to the top of the page
 
+Quote Post
pradhanashish
post May 18 2007, 02:59 PM
Post #3


Newbie
*

Group: Members
Posts: 6
Joined: 14-May 07
Member No.: 43,093



u r naot using correct folder of image plz use it correct image folder where images r exists.................
Go to the top of the page
 
+Quote Post
~Dave
post May 18 2007, 08:47 PM
Post #4


Member [Level 2]
*****

Group: Members
Posts: 87
Joined: 5-February 07
Member No.: 38,338



the links arent set up yet but i cannot even click on them to get re-directed to a "Does not exist" at school, its like they are pictures that aren't even linked but at home they link
Go to the top of the page
 
+Quote Post
jlhaslip
post May 19 2007, 12:43 AM
Post #5


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,994
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



Also, IE6 and earlier won't be liking the png file types...
Go to the top of the page
 
+Quote Post
slushpuppy
post May 19 2007, 02:02 AM
Post #6


Newbie [Level 2]
**

Group: Members
Posts: 29
Joined: 7-September 06
Member No.: 29,569



QUOTE(~Dave @ May 18 2007, 08:47 PM) *
the links arent set up yet but i cannot even click on them to get re-directed to a "Does not exist" at school, its like they are pictures that aren't even linked but at home they link

I have reason to believe your other files are on your home computer and not on the web server. jlhaslip, what's with the issue with png and IE, i am interested ohmy.gif
Go to the top of the page
 
+Quote Post
jlhaslip
post May 19 2007, 02:13 AM
Post #7


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,994
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



IE6 and earlier don't like png format.

Microsoft doesn't work with them properly until IE7, but there is a javascript solution you can find on the Web. (Google it)

I think MS tried to force their users to use jpg and Gif formats, but the web simply refused to bow under, so the png format is becoming more popular.
Go to the top of the page
 
+Quote Post
~Dave
post May 19 2007, 07:49 AM
Post #8


Member [Level 2]
*****

Group: Members
Posts: 87
Joined: 5-February 07
Member No.: 38,338



k thanks its fixed now smile.gif u can see it, www.gaming-alliance.net/main.html
Go to the top of the page
 
+Quote Post
rize619
post Jun 23 2007, 05:37 PM
Post #9


Member [Level 1]
****

Group: Members
Posts: 66
Joined: 23-June 07
Member No.: 45,329



hey now working ? unbeliveable !
HTML
<td <a href="index.html"><img src="images/button1over.png"></a>
<td <a href="games.html"><img src="images/button2over.png"></a>
<td <a href="http://www.phpbbplanet.com/gamingalliance"><img src="images/button3over.png"></a>
<td <a href="linktous.html"><img src="images/button4over.png"></a>
</td>


u are not ending <td> tag u are using <td only where is '> ' ? i cant understand

Notice from BuffaloHELP:
Always use proper bbcode, in this case [HTML]
Go to the top of the page
 
+Quote Post