Hi,
I have a form that will be displayed over the web and in the bottom of this
form i have a table with two lines:
1) The first line is a colored cell with a {<br>] in it;
2) The second line has an embedded object according to this code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=4,0,0,0" width=110 height=110>
<PARAM name="Movie"value="fale ja.swf">
<PARAM name="loop" value="false">
<EMBED src="fale ja.swf" width=110 height=110 swLiveConnect=true
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash" type="application/x-shockwave-flash">
</EMBED>
</OBJECT>
The flash button (fale ja.swf) is being displayed correctly, the problem is
that it's too "far" from the first line of the table.
How can I solve this problem?
TIA,
Renan

Positioning a flash file in a table... (Renan Koeche 23.Aug.05)
. . 