Forums

Custom ad space (3 posts)

  1. tehcatalyst
    Member
    Posted 4 months ago #

    i am using a theme that is mostly based on Twenty ten and i need to add a custom ad space to the left side in the space over the background i can get it to display but it pushes the menu down the length of the ad space i just want to float it over the left side and leave the rest of the content intact it will display by using
    <div style="display:block;float:left;z-index:0;><img src='http://url/img.jpg' width='145' height='700'></div> but if i add that same info to style.css it won't display use css like this

    #leftad {
    display:block;
    float:left;
    height:145;
    width:700;
    z-index:0;
    }

    any help would be awesome

  2. alchymyth
    The Sweeper
    Posted 4 months ago #

    please post a link to your site to illustrate the problem.

    possibly, consider a differnt way to position the ad space;
    http://www.w3schools.com/css/css_positioning.asp

  3. tehcatalyst
    Member
    Posted 4 months ago #

    i can't post a link because i am working in a dev environment

    but here is a screenshot

    http://i.imgur.com/FcUkn.jpg

Reply

You must log in to post.

About this Topic

Tags