Question:

I need some html help help me ?

by  |  earlier

0 LIKES UnLike

i made a website ( slipknot9593.topcities.com/index.html ) and when i added my link buttons to myspace and such using the A HREF command it always says theres an error?, whats up with it

 Tags:

   Report

2 ANSWERS


  1. Show us the code you used.  Should be:

    <a href="http://slipknot9593.topcities.com"...

    No need to add in the /index.html as that is the directory index and it will be pointed there anyway.  Most likely I'm guessing you forgot the http://


  2. Are you talking about the buttons on the left side of the page on your site? If so, I'm not really sure why you would want to use a form element as a link. To get them to work, change your form action to the URL you are trying to link to.

    Example:

    <form action="http://myspace.com">

    <input type="submit" value="MySpace">

    </form>

    Is this what you are looking for?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.