+ Reply to Thread
Results 1 to 9 of 9

Thread: Banner HTML CODE problem
      
   

  1. #1
    Pirate is offline Corporal
    Join Date
    Jun 2006
    Posts
    12

    Question Banner HTML CODE problem

    Hello,

    I have created several banners and managed to publish them on my site,
    but when I copy the HTML code for these banners and try and upload them at another site, the image does not appear (however the link back
    to my site is working). Can anyone tell me what I am doing wrong? Here
    is the code that was created when I uploaded (originally) to my BV created site:

    SEE:
    http://www.diamonddatinglist.com/link_us.html

    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  3. #3
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Banner HTML CODE problem

    sure will not work because
    1. your code is for rollover image in order for this to work you need javascript
    2. missing url address for your image ie ....src=http://yourdomain/yourimage
    you can use simple code for your banner like this:
    Code:
     
    <A href="http://www.diamonddatinglist.com"><IMG src=http://www.diamonddatinglist.com/yourimage.jpg alt="test" border="0" width="270" height="270"></A>

  4. #4
    Pirate is offline Corporal
    Join Date
    Jun 2006
    Posts
    12

    Smile Re: Banner HTML CODE problem

    First of all, thanks for the quick response.

    I was trying to exchange banners with another dating directory. Evidently
    that site does not have javascript capability? So, if I change my banners
    to look like your example, then they should work just about anywhere, right?

    Kind Regards - Pirate

  5. #5
    Pirate is offline Corporal
    Join Date
    Jun 2006
    Posts
    12

    Default Re: Banner HTML CODE problem

    Quote Originally Posted by davidundalicia
    Is that other site also hosted at VodaHost ????
    No, actually it is another dating directory site (probably hosted somewhere in the Russian Fed).

  6. #6
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Banner HTML CODE problem

    I am sure you copy only a half of the rollover image html on bluevoda, if you check again you will see javascript attached to that code.
    If your banner are not rollover image you don't need to use that script, just simply copy my code above and make sure you change the size according your image size and the alt tag with whatever you want

  7. #7
    Pirate is offline Corporal
    Join Date
    Jun 2006
    Posts
    12

    Default Re: Banner HTML CODE problem

    Sorry I am still having problems with my banner codes.

    I am trying to get code for a banner (published here http://www.diamonddatinglist.com/banner.html )
    using your example <A href="http://www.diamonddatinglist.com"><IMG src=http://www.diamonddatinglist.com/yourimage.jpg alt="test" border="0" width="270" height="270"></A>

    Here what I get
    <A href="<A href="http://www.diamonddatinglist.com"><IMG">http://www.diamonddatinglist.com"><IMG src=<http://www.diamonddatinglist.com/banner.jpg> alt="dating sites" border="0" width="471" height="76"></A>

    I tried to insert this code into html property box but all I can see is this http://www.diamonddatinglist.com/code.html

    the cose does not seem to be right
    Could you help me with this please.

  8. #8
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Banner HTML CODE problem

    your code should be:
    Code:
    <A href="http://www.diamonddatinglist.com"><IMG src="http://www.diamonddatinglist.com/DiamondDatingList Banner 2.jpg" alt="dating sites" border="0" width="471" height="76"></A>
    Try

  9. #9
    Pirate is offline Corporal
    Join Date
    Jun 2006
    Posts
    12

    Default Re: Banner HTML CODE problem

    Thanks a lot
    for your help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49