Banner Code Error, Please fix this.....

by entry
5 replies
  • WEB DESIGN
  • |
Here are some banner codes

<a href="
my-domain-here.com"><img src="http://www.EntrysSite/com/banners/520-5.gif" alt="a" width="468" height="60"></a>

<a href="my-domain-here.com"><img src="http://www.EntrysSite/com/banners/520-5.gif" border="0"></a>

Are these 2 correct?

which one would be easier for affiliates to use?

and which one more benificial for affiliates to use?
#banner #code #error #fix
  • Profile picture of the author Istvan Horvath
    Originally Posted by entry View Post

    Here are some banner codes

    <a href="
    my-domain-here.com"><img src="http://www.EntrysSite/com/banners/520-5.gif" alt="a" width="468" height="60"></a>

    <a href="my-domain-here.com"><img src="http://www.EntrysSite/com/banners/520-5.gif" border="0"></a>

    Are these 2 correct?

    Nope.

    Originally Posted by entry View Post

    which one would be easier for affiliates to use?
    Originally Posted by entry View Post


    and which one more benificial for affiliates to use?
    Honestly, if all they have to do is copy/paste - what's the difference? Do you think one is easier to copy than the other?

    And before you ask your 1562nd question:
    - the URL in the href is missing the http//: - there is NO url without http:// only for Microsoft morons in Word...
    - before com (in the red portion) there should be a dot not slash!
    Signature

    {{ DiscussionBoard.errors[3917245].message }}
    • Profile picture of the author entry
      <a href="http://my-domain-here.com"><img src="http://www.EntrysSite.com/banners/520-5.gif" alt="a" width="468" height="60"></a>

      <a href="http://my-domain-here.com"><img src="http://www.EntrysSite.com/banners/520-5.gif" border="0"></a>

      I mean does including the dimensions have any disadvantages over the Non dimension one? or it is a minor thing?


      Thanks anwyay.

      Signature
      I Have to say a Massive...THANK YOU to every Warrior who has helped me, and thanks to every warrior who helps me in the future...
      {{ DiscussionBoard.errors[3917682].message }}
      • Profile picture of the author Karen Barr
        Originally Posted by entry View Post


        I mean does including the dimensions have any disadvantages over the Non dimension one? or it is a minor thing?
        It will improve the look of your affiliates' pages because not including the dimensions in the code can cause their page to "jump" around while loading. For strictly correct HTML, you should always include dimensions with IMG tags.
        {{ DiscussionBoard.errors[3918077].message }}
      • Originally Posted by entry View Post

        <a href="http://my-domain-here.com"><img src="http://www.EntrysSite.com/banners/520-5.gif" alt="a" width="468" height="60"></a>

        <a href="http://my-domain-here.com"><img src="http://www.EntrysSite.com/banners/520-5.gif" border="0"></a>

        I mean does including the dimensions have any disadvantages over the Non dimension one? or it is a minor thing?

        Including the dimensions actually increases page load time, as well. Since the browser already knows the dimensions that you have pre-set, it can 'set' a place that exact size into the proper place on the page, allowing it to move on to displaying the rest of the page while the image is still loading.

        What this means to the visitor, if it's a large image, is that the browser will continue loading the rest of the page as well now, instead of waiting for the whole image to load first, then the rest of the page.

        Otherwise, the visitor might be stuck sitting there for a minute waiting for the graphic to load, with nothing else happening underneath. Some people, such as those using dial-up, won't stay on the page long waiting for the image to load if they can't just scroll on down and start reading the text parts immediately.
        {{ DiscussionBoard.errors[3919000].message }}
        • Profile picture of the author johneye
          Agreed, no harm done if you leave out the dimensions.

          Originally Posted by Bradley J Anderson View Post

          Including the dimensions actually increases page load time, as well. Since the browser already knows the dimensions that you have pre-set, it can 'set' a place that exact size into the proper place on the page, allowing it to move on to displaying the rest of the page while the image is still loading.

          What this means to the visitor, if it's a large image, is that the browser will continue loading the rest of the page as well now, instead of waiting for the whole image to load first, then the rest of the page.

          Otherwise, the visitor might be stuck sitting there for a minute waiting for the graphic to load, with nothing else happening underneath. Some people, such as those using dial-up, won't stay on the page long waiting for the image to load if they can't just scroll on down and start reading the text parts immediately.
          Signature
          {{ DiscussionBoard.errors[3919084].message }}

Trending Topics