|
|
|
|
![]() ![]() |
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. |
|
|
|
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. |
|
|
|
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.................
|
|
|
|
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
|
|
|
|
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: [MODERATOR] Posts: 3,994 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
Also, IE6 and earlier won't be liking the png file types...
|
|
|
|
May 19 2007, 02:02 AM
Post
#6
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 29 Joined: 7-September 06 Member No.: 29,569 |
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 |
|
|
|
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: [MODERATOR] Posts: 3,994 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
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. |
|
|
|
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
|
|
|
|
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 |
|
|
|