From 22a1338bdb078c919c348c0345381bbafe4136ac Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 8 Apr 2006 00:22:23 +0000 Subject: [PATCH] fixed a bunch of formatting problems with text based ads --- lib/WebGUI/AdSpace/Ad.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/AdSpace/Ad.pm b/lib/WebGUI/AdSpace/Ad.pm index 304d6d6f6..7c045fe18 100644 --- a/lib/WebGUI/AdSpace/Ad.pm +++ b/lib/WebGUI/AdSpace/Ad.pm @@ -254,9 +254,9 @@ sub set { my $adSpace = WebGUI::AdSpace->new($self->session, $self->get("adSpaceId")); if ($self->get("type") eq "text") { $self->{_properties}{renderedAd} = 'getId) - .'">
get("height").'px; color: ' - .$self->get("textColor") + .'" style="text-decoration: none;">
get("height") - 2).'px; color: '.$self->get("textColor") .'; background-color: '.$self->get("backgroundColor") .'; border: 1px solid '.$self->get("borderColor").';">' .$self->get("title").'
'.$self->get("adText").'
';