Can you confirm if this code is correct? Is there another way to achieve the same result? Could you please provide some assistance with the code? I would like to show my PowerPoint file in an iframe when I click on a link.
<html>
<head>
<style type="text/css">
ul li{
font-size: 11px;
list-style: none;
}
ul li a{
text-decoration: none;
}
</style>
</head>
<body bgcolor="lightgray">
<ul>
<li><a href="http://docs.google.com/gview?
url=wbste/ppt/SMIME.pptx&embedded=true" target="disiframe"><font
face="Lucida Sans" color="black" >S/MIME</font></a></li><br>
</ul>
</body>
</html>