[This is preliminary documentation and subject to change.]
The Border property enables you to specify whether to display the advertisements with a surrounding border.
Border (size)
The following example displays the advertisements without a border.
<%
Set ad = Server.CreateObject("MSWC.AdRotator")
ad.BorderSize(0) %>
<%= ad.GetAdvertisement("/ads/adrot.txt") %>