PDA

View Full Version : Help with HTML.


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>

here's 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 u 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.

That's cause I haven't made it yet...

RickJ
Jun 25, 2006, 04:08 PM
Sorry. I guess I thought that by

if u wanna 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!