Hi all,
This is my second post, Self Learned new programmer here

)
Here's what I am having problem with:
1) include other website is working well on Chrome, but does not do anything on IE. What am I doing wrong?
Can you give me a better code?
Here's the code I am having problems with:
Code:
<table border="0" cellpadding="0" cellspacing="0" width="1025" align="center">
<!-- fwtable fwsrc="main v1.png" fwpage="Page 1" fwbase="index.gif" fwstyle="Dreamweaver" fwdocid = "154491994" fwnested="0" -->
<tr>
<td>
<style type="text/css">
/*<![CDATA[*/
object {
width: 100%;
max-width: 770px;
height: 480px;
overflow: auto;
}
#div1 {
width: 100%;
max-width: 770px;
height: 480px;
-moz-border-radius: 10px;
}
.ctr {
text-align: center;
}
/*]]>*/
</style>
<div id="div1">
<p class="ctr"><a href="#"><object type="text/html" data="http://www.filmingeorgia.net/index.php">
</object></a></p>
</div></td>
</tr>
</table>
Thanks in Advance