I am a newbie for <object...> tag. If I put it inside a <p> tag on a html/jsp page, it works.
I would like to position it on one side of the page. We already have tables on the same page. So I thought of using them to position this.
Unfortunately, the moment I stick this <object...> inside a <td>, it does not render.
<object> tags can and do work just fine inside tables.
There may be more to the story.... post a link to the actual page.
And if you are just using tables for page layout... that's really not necessary and can be done just using CSS.
But post a link to the none working page and we'll take a look.
Best wishes,
Eye for Video
I made it work with div's. Existing tables are still there. I did not disturb them.
<div id="wrapper">
<div id="left">
</div>
<div id="right">
<object .../>
</div>
Bookmarks