I've tried this multiple ways, the latest below.
Maybe I'm on the wrong track.
Thank you.
<?php do { ?>
<?php $class='class="other"'; ?>
<?php if($row_rsFrontPageAds['AdLink'])
echo "<a href=\"" . $row_rsFrontPageAds['AdLink']"\"".$class."\">";
?>
<img style=" "
src="<?php echo $row_rsFrontPageAds['AdPath']; ?>"alt="" max-width="" border="" class="imgright1"/>
<div align="justify" class="style48" >
<?php if($row_rsFrontPageAds['AdCaption']) ?>
<?php echo "" . $row_rsFrontPageAds['AdCaption'] . "";
?>
<?php echo "</a>"; ?> </div>