Quote:
Originally Posted by pein87
Can you provide a pic or link for me to see it? You can always add more width or create a new css rule for the div that houses the embed an add margin or if its the most inner div add padding.
|
Thank you for creating this for me to install.

And thank you for working on a video one.
Here's a link:
http://www.dawnswebdesigns.com/forum/member.php?u=1
I'm pretty sure guests can see it. In the little My MP3 Player box my mp3 player is to the left. I'd like it to be more centered. I was thinking I should edit memberinfo_block_music & add <center> tags but it looks like you already did.
Code:
<div class="alt2 block_row block_footer">
<center><p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://assets.myflashfetish.com/swf/mp3/$userinfo[field6]" height="311" width="230" style="width:230px;height:311px"><param name="movie" value="http://assets.myflashfetish.com/swf/mp3/$userinfo[field6]" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/><param name="flashvars" value="$userinfo[field5]"/></object></center>
</div>
Any other ideas?