This XML file will have a few fields in it: ImageUrl, NavigateUrl,
and AlternateText. It is easily created in Expression Web. Go to File -
New - Page. In this dialog box, choose XML.
A new page will open and you will see something like <?xml version="1.0"
encoding="utf-8" ?> in the source code. <?xml version="1.0" encoding="utf-8" ?> <Advertisements> <Ad> <ImageUrl>http://www.milehighmerchantaccount.com/images/ first-data-logo.gif</ImageUrl> <NavigateUrl>http://www.milehighmerchantaccount.com/</NavigateUrl> <AlternateText>Accept Credit Cards</AlternateText> </Ad> <Ad> <ImageUrl>http://www.loudvoicesystem.com/images/voice.gif</ImageUrl> <NavigateUrl>http://www.loudvoicesystem.com/</NavigateUrl> <AlternateText>Toll-Free Virtual Offices</AlternateText> </Ad> <Ad> <ImageUrl>http://www.loudfax.com/images/logo.gif</ImageUrl> <NavigateUrl>http://www.loudfax.com/</NavigateUrl> <AlternateText>Toll Free Fax Numbers</AlternateText> </Ad> </Advertisements>
For this, make sure that your Toolbox Task Pane is showing. You can go to
Task Panes - Toolbox to make sure this is checked. You should see this
somewhere probably on the right. Now scroll down until you see ASP.NET
Controls. (You can also go to Insert - ASP.NET Controls - More ASP.NET
Controls.) You should see AdRotator. Drag this over to the location
you would like the ads to show up.
Freeman said...
You make my day!