1
Can an HTML element like >HR< or >BR< be added in a PHP block? If yes, how?
I am using phpAdsNew and the banner delivery code is php and I want to place 3 banners vertically in one block but I need to show separation. I tried many methods but all have failed. This is the code:
if (@include('/home/u1/classone/html/banners/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 2, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
Thanks