How to put a banner on the website

How to put a banner on the website

Banner – one of means of Internet advertizing. It is possible to place as the advertizing banner on others resource, and to put someone's banner on a paid basis on the website. If you decided to post an advertizing banner on any website or the blog and want it to be effective and attracted the greatest number of visitors, then it is worth referring to the instruction.

Instruction

1. Make sure that your banner does not contain the elements prohibited on this service. The code for an insert in the section or the page will look approximately thus:
<A href= ""http://адрес of the website on which transition is carried out"" of target= "" _blank"">

<IMG src= ""http://адрес of the picture for your banner"" of border= "" 0"" alt= "" the comment on a banner emerging when targeting"">

</A>

2. You can insert such banner on the homepage of the website, however in this case visitors of your website will see a banner only when are on this page.

3. It is possible to place a banner in the description of the main section, and still it is possible to add it as one of menu items.

4. If you want your banners to move horizontally in the direction from right to left, then your code should look approximately so:
<marquee behavior= "" scroll"" direction= "" left" of" width= "" 176" of" height= "" 31" of" scrollamount= "" 1" of" scrolldelay= "" 40" of" truespeed= "" truespeed"">

... code of a banner 1...

...

... code of a banner of N...

</marquee>
Remember that width of a moving container should be not less double width of your banner, and height of a container should be equal to banner height.

5. If you want banners to move vertically, then for this purpose there are three ways.
The first should have the code of a view:
<marquee behavior= "" scroll"" direction= "" up" of" width= "" 88" of" height= "" 62" of" scrollamount= "" 1" of" scrolldelay= "" 40" of" truespeed= "" truespeed"">

<br>

_kod_bannera_1 _ <br>

_kod_bannera_2 _ <br>

...

_kod_bannera_n_

</marquee>
In this case your banners kind of will stick together with each other.
The second way:
<marquee behavior= "" scroll"" direction= "" up" of" width= "" 88" of" height= "" 62" of" scrollamount= "" 1" of" scrolldelay= "" 40" of" truespeed= "" truespeed"">

<br>

_kod_bannera_1 _ <br> <br>

_kod_bannera_2 _ <br> <br>

...

_kod_bannera_n_

</marquee>
In this case banners will move at an interval of one line.
The third way:
<marquee behavior= "" scroll"" direction= "" up" of" width= "" 88" of" height= "" 62" of" scrollamount= "" 1" of" scrolldelay= "" 40" of" truespeed= "" truespeed"">

<font style= "" font-size: 20%; "">

<br>

_kod_bannera_1 _ <br> <br>

_kod_bannera_2 _ <br> <br>

...

_kod_bannera_n_

</font>

</marquee>
In this case the interval between banners will be reduced.

Author: «MirrorInfo» Dream Team


Print