The Border property enables you to specify whether to display the advertisements with a surrounding border.
Syntax
Border (size)
Parameters
Example
The following example displays the advertisements without a border.
<%
Set ad = Server.CreateObject("MSWC.AdRotator")
=ad.BorderSize(0) %>
<%= ad.GetAdvertisement("/ads/adrot.txt") %>
Applies To
Advertisement Rotator Component
See Also