Does Anyone Know??

by 7 replies
8
Hey all - Can anyone tell me how WORLDSTARHIPHOP | Hip Hop & Urban Media and DatPiff :: The Authority in Free Mixtapes go about making their backgrounds promotional ads? I'm trying to get into making a site like datpiff.com and that is going to be a major component to the site.


Thanks
#website design
  • Stock photos and images, raster images editing software (such as the industry standard Photoshop), direct response digital ad creation and a nice glass of creativity.
  • Thanks guy. I'm sorry I wasn't clear enough but my question is how are they making the background of their site clickable?
  • If you're using a library like jQuery you can do it like this:


    HTML Code:
    $(document).ready(function() {
     $('body').click(function(event) {
          if (event.target == event.currentTarget)
          window.open('http://www.google.com');
     }); 
    });
    • [ 1 ] Thanks
  • Hi,

    If you are referring to the main picture on top of the site, do it like this: <a href="your link goes here"><img src="source of your image" alt="name of image" /></a>

    Hope this helps
    • [ 1 ] Thanks
    • [1] reply
    • No not that area of the site. They actually change the white space to a promotional graphic ad when it's time for a new big release. I wanted to replicate that feature.

  • That works in any area. Can be added to any WP theme or web page, just below the <body> tag for adding in a banner or other img. I would use a <div style="width:ZZZpx;height:YYYpx;margin:auto;"><a href info><img src info></a></div> as I like divs, but a <center> can work also.

Next Topics on Trending Feed

  • 8

    Hey all - Can anyone tell me how WORLDSTARHIPHOP | Hip Hop & Urban Media and DatPiff :: The Authority in Free Mixtapes go about making their backgrounds promotional ads? I'm trying to get into making a site like datpiff.com and that is going to be a major component to the site.