W
_Who
Hope I'm not posting twice.
Posted this a while ago but it does not show in my ng.
I have a .htm file that shows in an iframe.
I need the .htm to use a style class from the master.
The context appears to use it with no problem
But I don't know how to propagate it into the .htm
This is from the context file
<iframe runat="server" id="MissionScheduleID"
HOPED THIS WOULD AFFECT THE .HTM BUT IT DIDN"T
class="MainMasterDataNormal"
frameborder="0"
src="Schedule.htm"
width="100%" height="100%"></iframe>
This is the .htm with the text removed
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Schedule</title>
</head>
<body style="text-align:center" >
<script type="text/javascript" src="ColorScrollbar.js"></script>
I DIDN"T THINK THIS WOULD WORK AND IT DIDN"T
<div class="MainMasterDataNormal">
<h4 ...snip...
</div>
</body>
</html>
Posted this a while ago but it does not show in my ng.
I have a .htm file that shows in an iframe.
I need the .htm to use a style class from the master.
The context appears to use it with no problem
But I don't know how to propagate it into the .htm
This is from the context file
<iframe runat="server" id="MissionScheduleID"
HOPED THIS WOULD AFFECT THE .HTM BUT IT DIDN"T
class="MainMasterDataNormal"
frameborder="0"
src="Schedule.htm"
width="100%" height="100%"></iframe>
This is the .htm with the text removed
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Schedule</title>
</head>
<body style="text-align:center" >
<script type="text/javascript" src="ColorScrollbar.js"></script>
I DIDN"T THINK THIS WOULD WORK AND IT DIDN"T
<div class="MainMasterDataNormal">
<h4 ...snip...
</div>
</body>
</html>