Is there a way to align the second div next to the first div? I want the flash swf file to be displayed beside the table cells.
<html>
<div style="display: inline">
<table style="table-layout:fixed;width:100%;">
<tr>
<td width ="20%">
</td>
</tr>
<tr>
<td width="20%">
1. Can you see this image?
</td>
<td width="20%">
2. Can you upload an image?
</td>
</tr>
</table>
</div>
<div style="display: inline;">
<object width="100" height="100">
<embed src="image_tr.swf" width="250" height="250">
</embed>
</object>
</div>