Jump to content

Need help centering a widget on my php site


Traffic2MyPage

Recommended Posts

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>

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.