All I am running a include like the code below:
echo "<p align=center>";
include "../include.inc";
echo "</p>";
Yet my flash banners in lines like this in the include.inc refuse to center:
if ($num >= 1890 && $num <=2090){ echo "<embed height=\"60\" width=\"468\" src=\"/images/banner.swf\">"; }
They load but are off to the left. All the standard banners are centered as expected. Any ideas how to correct this? I have tried to add code to the embed with no luck.
Thanks for any ideas,
Kyle