I have the following code in my html body:
<div id="Layer2">
<!--#include file="service_release/test.htm" -->
</div>
<a href="#" onClick="MM_showHideLayers('Layer2','','show')">Download</a>
<----------------------------->
The style is defined in the head as:
<style type="text/css">
<!--
#Layer2 {
position:absolute;
left:253px;
top:12px;
width:380px;
height:413px;
z-index:1;
background-color:#CCCCCC;
visibility:hidden;
}
-->
</style>
<----------------------------->
The content of my "test.htm" file is exactly the following no body, head,etc.:
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="0">
<tr>
<td bgcolor="#999900"><span class="style1">TEST</span></td>
</tr>
</table>
<----------------------------->
I am using dreamweaver 8, everything shows up within the design view...but when I open the page up in IE, the content of the include file simply does not show.
How can I include Files in my CSS layers ?
Thanks



Reply With Quote



Bookmarks