Quote (oGFwhisper @ 5 Nov 2009 23:17)
post an example of a sig you could make on notepad
Code for makeing tags in note pad:
Code
<HEAD>
<TITLE>document title</TITLE>
<STYLE type="text/css">
PRE.{ background : color }
</STYLE>
</HEAD>
<BODY>
<PRE class="tag" id="tag-1">
<!ELEMENT DIV - - (%flow;)*
</PRE>
</BODY>
Yah. Look up some tuts to use this code.