How to use for Adrottetor in my web site?
pl z... all about discus and give any Essy example.

Recommended Answers

All 2 Replies

Follow These Steps:
1.Add new folder to website and name it images
2.Add desire pictures to this folder.
3.Now add xml file.
4.write the following code

<?xml version="1.0" encoding="utf-8" ?>
<Advertisements>
  <Ad>
    <ImageUrl>images/1.jpg</ImageUrl>
  </Ad>
  <Ad>
    <ImageUrl>images/2.jpg</ImageUrl>
  </Ad>
  <Ad>
    <ImageUrl>images/3.jpg</ImageUrl>
  </Ad>
  <Ad>
    <ImageUrl>images/4.jpg</ImageUrl>
  </Ad>

</Advertisements>

5.Add adrotator to web page.
6.Now add xml file from adrotator property->AdvertisementFile
7.Save and Press F5.
8.Run
9.Enjoy
10.Thanks to me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.