How to center the banners in Allbanners module - Joomla! Forum - community, help and support
hello peter, using allbanners module v1.0.0
is possible center images of banners change in php or xml?
i don't want center whole right column of site
is possible center images of banners change in php or xml?
i don't want center whole right column of site
hi walters.
i'm not 100% sure, can try this:
open mod_allbanners.php file , go bottom of file.
you should see these lines:
foreach ($banners $banner){
$imageurl = $mosconfig_live_site .'/images/banners/'. $banner->imageurl;
$link = sefreltoabs( 'index.php?option=com_banners&task=click&bid='. $banner->bid );
echo '
';
}
now change last line from
echo '
';
to
echo '
i'm not 100% sure, can try this:
open mod_allbanners.php file , go bottom of file.
you should see these lines:
foreach ($banners $banner){
$imageurl = $mosconfig_live_site .'/images/banners/'. $banner->imageurl;
$link = sefreltoabs( 'index.php?option=com_banners&task=click&bid='. $banner->bid );
echo '
';
}
now change last line from
echo '
';
to
echo '
Comments
Post a Comment