BUG?

weird guys. im trying to set up a website using the webplugin, but I got a problem. I’m trying to set the blend image in the center of a “table”, for example:

                      cell1         |            cell2         |       cell3
                      



                     cell4         |          blend         |     cell5




                      cell6       |           cell7            |    cell8

but its not coming up right. after I write the HTML i get everything but whats past the blend file, like cells 5,6,7,8. It couldn’t be the script cause it works finewith an image, but like i said those other cells dont appear at all.

-heres the script if you guys help me out on it.

<HTML><HEAD><TITLE>BLENDER
</TITLE></HEAD><DIV style=“MARGIN-TOP: 8px” align=center><body bgcolor="#d0d0d0">

<table border =“8” cellspacing=“2” body bgcolor="#tttttt">

<tr><td aling=Left body bgcolor="#xxxxxx">F</td>

<td align =center body bgcolor="#xxxxxx">S</td>

<td align=right body bgcolor="#xxxxxx">S</td></tr>

<tr><td aling=left body bgcolor="#xxxxxx">R</td>

<td height =“400” width =“400”>
<OBJECT id=BlenderPlayer
codeBase=http://download.blender.org/release/plugin/Blender3DPlugin.cab#Version=2,25,4,0
height=480 width=640 align=center
classid="clsid:5DB05CB8-7751-469D-A1DD-45C8C201C013 "> <PARAM NAME=“blenderURL” VALUE=“C:\Documents and Settings\charles angeles\Desktop\bitch.blend”>

</td>

<td aling=right body bgcolor="#xxxxxx">K</td></tr>

<tr><td width =“50” Height =“50” align=right body bgcolor="#xxxxxx">P</td>

<td width =“400” Height =“50” align=center body bgcolor="#xxxxxx">I</td>

<td width =“50” Height =“50” align=left body bgcolor="#xxxxxx">S</td></tr>

</table>
</HTML>