Can someone help with this html code?

2008-06-27 4:48 pm
I am new to this whole html thing and its really cool to me and i guess im trying to put everything in the world on my page but im having trouble getting my buttons to work. The homework assignment asks us to put buttons on the page like home, photos, contact us etc. Ok i got the buttons posted no problem but how do i get them to work on the page I have read almost every html website and help guide and nothing is working. Please let me know where I am going wrong with this.

Thank you
更新1:

This is the code I am using for the button or link what have you. <INPUT TYPE="Button" value="HOME" onclick="window.locatin.href='http://www.dhl.com"> How do I make another page within the one I have for the link to work. I have looked at a lot of sites and its just giving me tags which I understand but just getting the whole link thing to work im having trouble with. </FORM>

更新2:

<INPUT TYPE="Button" value="HOME" onclick="window.locatin.href='http://www.dhl.com"> </FORM>

回答 (5)

2008-06-27 4:58 pm
✔ 最佳答案
I am assuming you're using images as buttons, and you're using <img src="path/file.jpg">.

All you need to do now is to make them into links using <a> tags.

The simplest way is this:

<a href="URL"><img src="path/file.jpg"></a>

Here's an example tutorial:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_imglink
2008-06-28 4:50 am
Check you spelling

"onclick="window.locatin.href='http"
should be

onclick="window.location.href='http
2008-06-27 11:55 pm
if there is properties for the buttons then use that. first you have to make other pages for the buttons to work. once the pages are made but the link from the page on the button. Hope i helped ya!
2008-06-27 11:52 pm
Buttons? Do you mean links? The format is just <a href="URL_OF_PAGE_THE_LINK_WILL_GO_TO">TEXT!</a>

Replace the relevant information with yours and voila.
2008-06-27 11:52 pm
if there is properties for the buttons then use that. first you have to make other pages for the buttons to work. once the pages are made but the link from the page on the button. Hope i helped ya!


收錄日期: 2021-05-03 14:01:18
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080627084808AA660nQ

檢視 Wayback Machine 備份