<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Why WYSIWYG editor does not see the stylesheet information</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2> Hi,</FONT>
</P>

<P><FONT SIZE=2> I put style.css file under system/modules/org.mymodule.default/resources directory.</FONT>
</P>

<P><FONT SIZE=2> But I don't know why the stylesheet information is not effective in the WYSIWYG editor (it works in the HTML-page).</FONT>
</P>

<P><FONT SIZE=2> Here is my frame template which includes stylesheet information:</FONT>
</P>

<P><FONT SIZE=2><XMLTEMPLATE></FONT>
<BR><FONT SIZE=2><stylesheet>system/modules/org.mymodule.default/resources/style.css</stylesheet></FONT>
<BR><FONT SIZE=2><TEMPLATE><![CDATA[</FONT>
<BR><FONT SIZE=2><HTML></FONT>
<BR><FONT SIZE=2><HEAD></FONT>
<BR><FONT SIZE=2>        <TITLE>HELLO</TITLE></FONT>
<BR><FONT SIZE=2>        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></FONT>
<BR><FONT SIZE=2>        <LINK rel="stylesheet" href="]]><link>/system/modules/org.mymodule.default/resources/style.css</link><![CDATA["></FONT></P>

<P><FONT SIZE=2> </FONT>
<BR><FONT SIZE=2></HEAD></FONT>
<BR><FONT SIZE=2><BODY></FONT>
<BR><FONT SIZE=2>....</FONT>
</P>

<P><FONT SIZE=2> Please help.</FONT>
<BR><FONT SIZE=2> Thanks,</FONT>
</P>

<P><FONT SIZE=2> Yendung</FONT>
</P>

</BODY>
</HTML>