Forums

center a javascript ad (4 posts)

  1. mahossa
    Member
    Posted 3 years ago #

    i'm having trouble getting my leader board ad to be centered on my page above my header.

    its on my homepage http://meetusatkinnick.com

    any suggestions?

  2. vachi
    Member
    Posted 3 years ago #

    sorry have you tried the <center></center> tags?
    just a thought

  3. mahossa
    Member
    Posted 3 years ago #

    yeah, when i do that my page loses its shape more or less and everything kinda blends together

  4. vachi
    Member
    Posted 3 years ago #

    why don't you try using a div for it

    create a new class in your stylesheet file

    ad_centered {
    	position: relative;
    }

    put the ad script in the div <div class="ad_centered"> than the <center> than the add script than close the </center> and the </div>

    EDIT i just went to your site and its correct, please post your solution :) and make the post resolved

Topic Closed

This topic has been closed to new replies.

About this Topic