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.
Anyone knows why?