Hi
I tested bouth the Blank Sidebox and now the Editable Sidebox, and it seems like its not working embeding flash within the box.
Can some one confirm?
Code:<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH=190 HEIGHT=150> <PARAM NAME=movie VALUE="news01.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=scale VALUE=noscale> <EMBED src=news01.swf menu=false quality=high wmode=transparent scale=noscale WIDTH=190 HEIGHT=150 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED> </OBJECT>


Reply With Quote
) newsletter program that is open source and will work with Zen Cart I would be welcome to suggestions.

What you are doing is correct. So why doesn't it work? Impossible to say without seeing the site (can't see it on the site in your link). The paddding: 0.4em shouldn't really have an adverse effect, since it pads both sides evenly. However, if that styling comes after the padding: 0px (no need for the px when padding or any other setting is 0) and when added to your image width would overflow the sidebox width that you have allowed, then in some browsers the image would be off center. Other styling, such as margins or relative positioning could also be a cause of this problem.
