Ask Experts Questions for FREE Help !
Ask
    ittle's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #1

    Jun 23, 2006, 11:30 AM
    Help with HTML.
    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's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #2

    Jun 23, 2006, 11:48 AM
    That link is not resolving.
    DrJ's Avatar
    DrJ Posts: 1,328, Reputation: 339
    Ultra Member
     
    #3

    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's Avatar
    Northwind_Dagas Posts: 348, Reputation: 83
    Full Member
     
    #4

    Jun 23, 2006, 01:49 PM
    Quote Originally Posted by ittle

    <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's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #5

    Jun 24, 2006, 03:48 PM
    Quote Originally Posted by Northwind_Dagas
    <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.

    Quote Originally Posted by rickj
    That link is not resolving.
    That's cause I haven't made it yet...
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #6

    Jun 25, 2006, 04:08 PM
    Sorry. I guess I thought that by
    Quote Originally Posted by ittle
    if u wanna see the website in progress go to www.littledan1.tk
    You meant that we could see it :o
    ittle's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #7

    Jun 26, 2006, 12:02 PM
    Quote Originally Posted by rickj
    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!

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Css vs. Html [ 9 Answers ]

Ok, I thought there was a thread onthis but I couldn't find it. I wanted to know when I should use CSS and when I should use HTML? I noticed websites that are using CSS are still using HTML, psecifically tables, to do some of there layout. I thought that was a no, no since CSS came out. I am...

Html help ! [ 5 Answers ]

?? I have a website for my in laws villa in Florida which I will shortly be updating, I have seen whilst browsing the net another site: - www.users.waitrose.com/~elainenicol When you click on 'the cottage' you are presented with a floor plan, by clicking on the room you then move to the...

Html [ 2 Answers ]

hi, I want to create web pages which should independent of screen resolution, i.e. I develop the page in the screen size 800x600 but when I viewing it in the screen resolution 1024 x 764 then positioning of the page and component on it changes i.e layout changes. How can I prenevt this. Please...

HTML question [ 4 Answers ]

Hello, I would like my website to display the date automatically (without me having to update the page each day) , can anyone let me have HTML to do this ? I can understand that putting the time on the page could be more complicated allowing for time zones but hopefully the date is a bit...

Html [ 1 Answers ]

Howdy I have some files, all of which are .jpg I have FTP them to an AOL web server. Questions: What extension do they now have? If not HTML, how do they get to be HTML which is What I am wanting? And, yes, I am new at this.


View more questions Search