Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

ittle
Jun 23, 2006, 11:30 AM
Okay. So I have my webpage at index.htm and I start building the structure. <html><head><title>my homepage of ittle</title></head>
<body>
<center><b><u><h1><font color=red> WELCOME!
<br size=5 color=pink>

Now I have a matrix animation using javascript. Then I have a button that says home so it shows like this.

<!-------matrix goes here-----!>

<a href=home.htm><img src=button.PNG>

Heres the trouble. See now when you see the button it has an ugly blue square around it saying it is a link. How can I get rid of this?

----------I have taken out the button because of the button------if you want to see the website in progress go to www.littledan1.tk

RickJ
Jun 23, 2006, 11:48 AM
That link is not resolving.

DrJ
Jun 23, 2006, 11:48 AM
Hmm... Don't know why it would be doing that... I would need to see the button though

Northwind_Dagas
Jun 23, 2006, 01:49 PM
<a href=home.htm><img src=button.PNG>

Heres the trouble. See now when you see the button it has an ugly blue square around it saying it is a link. How can I get rid of this?



<a href="home.htm"><img src="button.PNG" border="0"></a>

ittle
Jun 24, 2006, 03:48 PM
<a href="home.htm"><img src="button.PNG" border="0"></a>

Ah thanks it worked! Oh and you can also color the border. Thanks for da advice.

That link is not resolving.

Thats cause I haven't made it yet......

RickJ
Jun 25, 2006, 04:08 PM
Sorry. I guess I thought that by
if you want to see the website in progress go to www.littledan1.tk
You meant that we could see it :o

ittle
Jun 26, 2006, 12:02 PM
Sorry. I guess I thought that by

You meant that we could see it :o

Oh its no problem. Believe me I would have done the same. If you want to know where I got the cool animation just ask me! Thanks! Oh and more updates are coming!