sugata_bhar
03-22-2006, 08:36 AM
<HTML>
<& header.comp &>
<P>This is the body</P>
<& footer.comp &>
</HTML>
<!-- begin component: header.comp
-->
<Body bgcolor="#FF0000">
<H1>This is a header</H1>
<!-- end component: header.comp -->
<!-- begin component: footer.comp -->
<address>
<a href="mailto:reuven@lerner.co.il">
reuven@lerner.co.il</a>
</address>
<!-- end component: footer.comp -->
Is this the right way.But this is not working.
<& header.comp &>
<P>This is the body</P>
<& footer.comp &>
</HTML>
<!-- begin component: header.comp
-->
<Body bgcolor="#FF0000">
<H1>This is a header</H1>
<!-- end component: header.comp -->
<!-- begin component: footer.comp -->
<address>
<a href="mailto:reuven@lerner.co.il">
reuven@lerner.co.il</a>
</address>
<!-- end component: footer.comp -->
Is this the right way.But this is not working.