Links Help Please

Pages: 1, 2
free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Links Help Please

~Dave
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.

 

 

 


Reply

slushpuppy
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.

 

 

 


Reply

pradhanashish
u r naot using correct folder of image plz use it correct image folder where images r exists.................

Reply

~Dave
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

Reply

jlhaslip
Also, IE6 and earlier won't be liking the png file types...

Reply

slushpuppy
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

Reply

jlhaslip
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.

Reply

~Dave
k thanks its fixed now smile.gif u can see it, www.gaming-alliance.net/main.html

Reply

rize619
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]

Reply

Azriel_Stormbringer
QUOTE(jlhaslip @ May 19 2007, 03:13 AM) *
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.


Yeah, tis a Quicktime plug-in that you need. Back then i just used FireFox instead...oh...i do anyway lol!

Love the site by the way, tis a very nice layout ya got there smile.gif Keep up the good work

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : links,

  1. Xhtml Strict Links Tip
    A problem might accure (5)
  2. Image Links
    (5)
    Ok...another question...may sound stupid, but we're all stupid...how'd I be able to create
    an image link. Uh...let me rephrase this: If I were to create an "Enter" image and wanted people to
    click the image to enter to a certain page, how would I do it without some sort of the famous "Blue
    Line" around it? Any help would be greatly appreciated... /unsure.gif"
    style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" />....
  3. Keyboard Shortcut For Links In Html?
    (8)
    Is there a way to make use of the keyboard when togging html links? I'm doing a project and it
    would be nice if the user won't be too mouse-dependent. He will have the option of using the
    keyboard as well. I'm thinking if the user does a particular keypress (CTRL + LETTER maybe? )
    the link will be "clicked". This is probably a stupid question but if anyone knows a way it would
    be so fantastic! /cool.gif" style="vertical-align:middle" emoid="B)" border="0"
    alt="cool.gif" /> Thanks.....
  4. Dynamic Links
    (3)
    his may be a CSS question, but it's the XHTML not validating that's giving me a problem.
    I'm working with the most out-dated shopping cart software (Click Cart Pro) ever and I'm
    trying to get it to validate XHTML 1.0 Transitional. All the XHTML I've supplied is good and
    validates fine, but where I'm falling short at the moment is with the linking. ClickCart Pro -
    by default - spits out HTML from 1996, and the links are supplied with ampersands - not the XHTML
    character entity "&". Par l'exemple: Code: CODE <a href="http:....
  5. Trouble With Links On A List
    i want to display it inline (7)
    I have a menu that i want to display inline, in the same row, something like this: CODE
    <style type="text/css">
    ul{float:left;width:100%;padding:0;margin:0;}
    a{float:left;text-decoration:none;color:white;background-color:red; padding:5px
    10px;} a:hover {background-color:blue} li {display:inline} </style> The
    only problem is that i want a custom img for showing as CODE list-style:
    url(img/bullet.gif) But seems that display:inline makes my bullet go away... could s....
  6. Update Navigation Links?
    (2)
    One of the requirements for the site Im working on right now is to be able to update navigation
    links easily. Its easy to do with frames, which I want to avoid. If I have 8 different pages, and
    add another page or anything, I dont want to have to open 8 pages and make the change to all of
    them. Is there another way, like having some kind of external style sheet, and bieng able to update
    that and have it carry over to all the other pages? As far as I understand, you can only have CSS
    code in a external stylesheet, and all the link infomation is in the actual page itself.....
  7. Dropdown Menus Links
    IDK how to make them link (3)
    Ok its a big problem to me, i need to make my drop down menus options link to a web page. I know i
    can do it with a button, and i can get that to work but i need/want to have it link as soon as the
    option is selected........How do i do that?....
  8. Need To Learn Xml Quick
    links or info on xml (8)
    I need to learn xml and would like links or anything on the subject. I've looked at some code
    and i still don't see the point to it at all. round ....
  9. Frames And Links
    (3)
    I don't often use frames and I am having a problem linking from page to page. I am using php.
    I have a link with goes: result 1 In results.php I create my frames and use 'if' queries
    to select a frameset depending on the variable passed in the link, so it goes: if ($_GET ) {
    else ...and so on. My problem is this - when I use target="result1", a new window opens and loads
    the page the way I want it, but I don't want a new window to open. If i put target="_self",
    then the page loads in the same window, but the page 'results.php' ap....

    1. Looking for links,

Searching Video's for links,
advertisement



Links Help Please



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE