The Border property enables you to specify whether to display the advertisements with a surrounding border.
Border (size)
size
Specifies the thickness of the border that surrounds the displayed advertisement. The default is the value set in the header of Rotator Schedule file.
The following example displays the advertisements without a border.
<%
Set ad = Server.CreateObject("MSWC.AdRotator")
ad.BorderSize(0) %>
<%= ad.GetAdvertisement("/ads/adrot.txt") %>