中心对齐排行榜广告 [英] Centre align leaderboard ad

查看:200
本文介绍了中心对齐排行榜广告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

点子&虚线 - 在某些页面上正确定位,而在其他页面上则不正确。

Struggling a little to centrally align a leaderboard ad on Dots & Dashes – positions itself correctly on certain pages, and incorrectly on several others, by the seems of it.

已应用< div class =center> AD CODE< / div> 标记这似乎没有做的伎俩...

Have applied the <div class="center">AD CODE</div> tag, although that doesn't seem to have done the trick...

任何建议将非常感激,因为总是!
谢谢。

Any advice would be greatly appreciated, as per always! Thanks.

推荐答案

要在DIV中水平居中,请使用以下代码...

To center something horizontally within the DIV use the following code...

<style type="text/css">
    .center {
        text-align:center;
    }
</style>

但是要在WINDOW和DIV中水平居中,请尝试此....

But to center something horizontally within the WINDOW and DIV, try this....

<style type="text/css">
    .center {
        text-align: center;
        margin: 0 auto;
    }
</style>

这篇关于中心对齐排行榜广告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆