Confused by simple html, help please!

14 replies
Hi guys,

Im trying to put a call to action button on my landing page. What im doing is designing it for free, saving it and opening up dreamweaver, copying the button onto dreamweaver and then copying the html onto my page.

However it doesnt seem to be working.When i view the landing page i can see the button but when i get family members to view it, its just a blank box. This is the html code which im copying over directly to my landing page.

<body>
<a href="kvors. com src="../Desktop/Junk/button3.png" width="270" height="40" border="0" /></a>
</body>
</html>

And heres my landing page The Annual NetFlix Competition! - Home

Can anyone see what im doing wrong?

Thanks in advance

Shaun
#confused #html #simple
  • Profile picture of the author rickkettner
    Looks like the image reference is pointing to your computer, not an image stored online. At least in your code example... the page seems to be working.
    {{ DiscussionBoard.errors[1989242].message }}
    • Profile picture of the author ShaunJohnson
      Originally Posted by rickkettner View Post

      Looks like the image reference is pointing to your computer, not an image stored online. At least in your code example... the page seems to be working.
      Can you see the blue button at the bottom? Would somewhere like imageshack be ok for hosting an image online?

      Cheers
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989263].message }}
  • Profile picture of the author HurrDurr
    <a href="Link"><img src="path to image" width="270" height="40" border="0" /></a>
    {{ DiscussionBoard.errors[1989246].message }}
    • Profile picture of the author ShaunJohnson
      Originally Posted by HurrDurr View Post

      <a href="Link"><img src="path to image" width="270" height="40" border="0" /></a>
      Would i have to host the image online dude?
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989266].message }}
  • Profile picture of the author TheGuruHub
    Hi,

    I think you are missing the http://. It should be structured more like this:

    <a href="http://www.mywebsite.com"><img src="http://www.mywebsite.com/image-files/myfile.jpg"

    Everything else seems OK

    Best-
    Gregg
    {{ DiscussionBoard.errors[1989275].message }}
    • Profile picture of the author ShaunJohnson
      Originally Posted by TheGuruHub View Post

      Hi,

      I think you are missing the http://. It should be structured more like this:

      <a href="http://www.mywebsite.com"><img src="http://www.mywebsite.com/image-files/myfile.jpg"

      Everything else seems OK

      Best-
      Gregg
      Hi Gregg,

      It does have the http:// but because of the way the warrior forum works, when i post a link it makes the http invisible
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989289].message }}
  • Profile picture of the author redrabbit
    Yes, you will need to host it online. You can't call an image from your computer without a lot of backbreaking work.

    Just upload the image to your host and use the following code.

    <a href="wheretogowhenimageisclicked"><img src="location of image"></a>
    {{ DiscussionBoard.errors[1989283].message }}
  • Profile picture of the author wDigital
    Originally Posted by ShaunJohnson View Post

    Hi guys,

    Im trying to put a call to action button on my landing page. What im doing is designing it for free, saving it and opening up dreamweaver, copying the button onto dreamweaver and then copying the html onto my page.

    However it doesnt seem to be working.When i view the landing page i can see the button but when i get family members to view it, its just a blank box. This is the html code which im copying over directly to my landing page.

    <body>
    <a href="kvors. com src="../Desktop/Junk/button3.png" width="270" height="40" border="0" /></a>
    </body>
    </html>

    And heres my landing page The Annual NetFlix Competition! - Home

    Can anyone see what im doing wrong?

    Thanks in advance

    Shaun
    rickkettner is right, what you need to do is upload the image to your host via FTP and then reference the image in the "href" tag,

    e.g. - href="http://www.mywebsite.com/images/yourimagename.jpg"

    Another minor note, you may want to think about masking your affiliate link as well, it is not mandatory, but just a suggestion.

    All the best.
    {{ DiscussionBoard.errors[1989302].message }}
    • Profile picture of the author ShaunJohnson
      Hi guys,

      I think i've done it, could one of you go to my landing page to see if its working please?

      Cheers
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989311].message }}
    • Profile picture of the author ShaunJohnson
      Originally Posted by wDigital View Post

      rickkettner is right, what you need to do is upload the image to your host via FTP and then reference the image in the "href" tag,

      e.g. - href="http://www.mywebsite.com/images/yourimagename.jpg"

      Another minor note, you may want to think about masking your affiliate link as well, it is not mandatory, but just a suggestion.

      All the best.
      I was going to mask my affiliate link but i figured if its going through a button people cant see it, right?
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989324].message }}
      • Profile picture of the author Mmfh
        I went to your site and clicked on the button, the site didn't load. I tried it several times but blank page is all I got.

        Thought I would let you know.

        Mm
        {{ DiscussionBoard.errors[1989354].message }}
        • Profile picture of the author ShaunJohnson
          Originally Posted by Mmfh View Post

          I went to your site and clicked on the button, the site didn't load. I tried it several times but blank page is all I got.

          Thought I would let you know.

          Mm
          It'll only work if your in some parts of america otherwise you get the international re-direct.

          Thanks for pointing it out i'll check it out
          Signature

          I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

          {{ DiscussionBoard.errors[1989362].message }}
  • Profile picture of the author TheGuruHub
    Yea, you are probably right. It looks like you have several good suggestions that should get you on the right path. It took me a bit to get it to work too. I did a lot of copy and paste to get it right and then just input my sight info. Hope it works out.

    Best -
    Gregg
    {{ DiscussionBoard.errors[1989312].message }}
    • Profile picture of the author ShaunJohnson
      I think its working now just got a buddy to check it out

      Once again very helpful warriors, one day i will give something back :p

      Thanks for all your help!

      Shaun
      Signature

      I see Pride. I see Power. I see a Bad ass mudda who wont take no crap off of nobody!

      {{ DiscussionBoard.errors[1989321].message }}

Trending Topics