横幅广告展示位置需要Html和Css编码

时间:2016-03-29 00:25:03

标签: html css

我需要帮助按照给定的格式在我的网站上放置横幅广告。

Required Format

我正在为我的网站使用现成的脚本。 我已经从广告网络获得了广告代码。 我将这些代码放在我的index.php文件中。请查看它的外观(现有格式)。

Existing format

在现有格式中,250x250横幅尺寸不可用,但稍后我会从广告网络生成并将其置于所需格式。

在不同尺寸的屏幕中显示现有格式时也存在问题。在一个更大的屏幕中,横幅显示在一条线上,而在小屏幕中,它按照提供的照片显示。

请注意,编码应为“内联样式”,因为我无法在“外部或内部样式表”中进行任何编辑。

我只是将下面的代码完全相同地放入index.php文件中。看起来就像给定的照片一样。

<script type="text/javascript" src="http://adhitzads.com/xx"></script>
<script type="text/javascript" src="http://adhitzads.com/xx"></script>
<script type="text/javascript" src="http://adhitzads.com/xx"></script>
<script type="text/javascript" src="http://adhitzads.com/xx"></script>

我将非常感谢您的帮助。

B中。问候

1 个答案:

答案 0 :(得分:0)

<!-- named just for fun -->
<advertisementbox style="position:relative;">
<a href="the link to go to"><img style="width:250px;height:250px;position:absolute;top:0;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRuKFg5QbQ7HLt4IyvBzVZfO6AZ4Cfx7XIOOHygfDzqRZTZtJ9DKA"></a><a href="the link to go to"><img style="width:468px;height:60px;position:absolute;top:0;left:255px;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRuKFg5QbQ7HLt4IyvBzVZfO6AZ4Cfx7XIOOHygfDzqRZTZtJ9DKA"></a><a href="the link to go to"><img style="width:468px;height:60px;position:absolute;top:95;left:255px;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRuKFg5QbQ7HLt4IyvBzVZfO6AZ4Cfx7XIOOHygfDzqRZTZtJ9DKA"></a><a href="the link to go to"><img style="width:468px;height:60px;position:absolute;top:190;left:255px;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRuKFg5QbQ7HLt4IyvBzVZfO6AZ4Cfx7XIOOHygfDzqRZTZtJ9DKA"></a><a href="the link to go to"><img style="width:250px;height:250px;position:absolute;top:0;left:728;" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRuKFg5QbQ7HLt4IyvBzVZfO6AZ4Cfx7XIOOHygfDzqRZTZtJ9DKA"></a>

</advertisementbox>

我希望这会有所帮助!

如果它不让我知道。