Banner HTML CODE problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Pirate
    Corporal

    • Jun 2006
    • 12

    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:


    Thanks
  • davidundalicia
    General

    • Mar 2006
    • 6294

    #2
    Re: Banner HTML CODE problem

    Is that other site also hosted at VodaHost ????
    Have fun
    Regards..... David

    Step by Step Visual Tutorials for the complete beginner
    Newbies / Beginners Forum
    FREE Membership Login Scripts: - Meta Tags Analyzer
    My Social Networking Site - Free Contact Forms
    Finished your New website!! Now get it noticed Here:

    Comment

    • Nyoman
      Major

      • Sep 2005
      • 426

      #3
      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=[URL="http://www.diamonddatinglist.com/yourimage.jpg"]http://www.diamonddatinglist.com/[COLOR=magenta]yourimage.jpg[/COLOR][/URL] alt="[COLOR=magenta]test[/COLOR]" border="[COLOR=magenta]0[/COLOR]" width="[COLOR=magenta]270[/COLOR]" height="[COLOR=magenta]270[/COLOR]"></A>
      .
      .
      Nyoman

      Comment

      • Pirate
        Corporal

        • Jun 2006
        • 12

        #4
        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

        Comment

        • Pirate
          Corporal

          • Jun 2006
          • 12

          #5
          Re: Banner HTML CODE problem

          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).

          Comment

          • Nyoman
            Major

            • Sep 2005
            • 426

            #6
            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
            .
            .
            Nyoman

            Comment

            • Pirate
              Corporal

              • Jun 2006
              • 12

              #7
              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.

              Comment

              • Nyoman
                Major

                • Sep 2005
                • 426

                #8
                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
                .
                .
                Nyoman

                Comment

                • Pirate
                  Corporal

                  • Jun 2006
                  • 12

                  #9
                  Re: Banner HTML CODE problem

                  Thanks a lot
                  for your help

                  Comment

                  Working...
                  X