The Border property enables you to specify whether to display the advertisements with a surrounding border.
AdRotator.Border = size
The following example displays the advertisements without a border.
--- AdRot_Border.asp ---
<%
Set ad = Server.CreateObject("MSWC.AdRotator")
ad.Border = 0
%>
<%= ad.GetAdvertisement("adrot.txt") %>