Traffic2MyPage Posted July 31, 2008 Share Posted July 31, 2008 hey there i need some help centering a widget that appears on my site @ http://www.traffic2mypage.com. The widget is on the right titled "optimization series radio" i have the coding below .. if you can insert the required coding in your reply post it would be most appreciated <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="190" height="220"> <param name="movie" target="_blank" value="http://www.impulsiveprofits.com/affiliate/banners/MP3playerAffiliate.swf?actionURL=http://www.impulsiveprofits.com/affiliate/idevaffiliate.php?id=387_6_1_6"> <param name=quality value=high> <embed src="http://www.impulsiveprofits.com/affiliate/banners/MP3playerAffiliate.swf?actionURL=http://www.impulsiveprofits.com/affiliate/idevaffiliate.php?id=387_6_1_6" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="190" height="220"> </embed></object> Link to comment https://forums.phpfreaks.com/topic/117478-need-help-centering-a-widget-on-my-php-site/ Share on other sites More sharing options...
ronnie88 Posted July 31, 2008 Share Posted July 31, 2008 just mess around with the width its not hard... its cuz you have all those pics under it just mess around with the width try: <center> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="265" height="220"> <param name="movie" target="_blank" value="http://www.impulsiveprofits.com/affiliate/banners/MP3playerAffiliate.swf?actionURL=http://www.impulsiveprofits.com/affiliate/idevaffiliate.php?id=387_6_1_6"> <param name=quality value=high> <embed src="http://www.impulsiveprofits.com/affiliate/banners/MP3playerAffiliate.swf?actionURL=http://www.impulsiveprofits.com/affiliate/idevaffiliate.php?id=387_6_1_6" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="265" height="220"> </embed></object></center> Link to comment https://forums.phpfreaks.com/topic/117478-need-help-centering-a-widget-on-my-php-site/#findComment-604294 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.