<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello;<br>I have this code that works fine in a Page Template:<br><br>&lt;html&gt;<br>&lt;body&gt;<br>&lt;table width="100%" align="center" class="text" border="3" cellspacing="5" bgcolor="#E694FE" bordercolor="#D24BFA" bordercolorlight="#DD77FB" bordercolordark="#C512FA"&gt;&lt;tr&gt;&lt;td&gt;<br>&lt;span metal:use-macro="here/en-us/Quotes/10/macros/quote"&gt;&lt;/span&gt;&lt;br /&gt;<br>&lt;div align="center"&gt;&lt;span class="text"&gt;<br>&lt;a href="All_Quotes.pt" target="_top"&gt;&lt;b&gt;Show me all the quotes!&lt;/b&gt;&lt;/a&gt;<br>&lt;/span&gt;&lt;/div&gt;<br>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br>&lt;/body&gt;<br>&lt;html&gt;<br><br>But when I try to make it work in an External Method like this:<br><br>&nbsp; stuff = '&lt;html&gt;\n'<br>&nbsp; stuff = stuff + '&lt;body&gt;\n'<br>&nbsp; stuff =
 stuff + '&lt;table width="100%" align="center" class="text" border="3" cellspacing="5" bgcolor="#E694FE" bordercolor="#D24BFA" bordercolorlight="#DD77FB" bordercolordark="#C512FA"&gt;&lt;tr&gt;&lt;td&gt;\n'<br>&nbsp; stuff = stuff + '&lt;span metal:use-macro="here/en-us/Quotes/10/macros/quote"&gt;&lt;/span&gt;&lt;br /&gt;\n'<br>&nbsp; stuff = stuff + '&lt;div align="center"&gt;&lt;span class="text"&gt;\n'<br>&nbsp; stuff = stuff + ' &lt;a href="All_Quotes.pt" target="_top"&gt;&lt;b&gt;Show me all the quotes!&lt;/b&gt;&lt;/a&gt;\n'<br>&nbsp; stuff = stuff + '&lt;/span&gt;&lt;/div&gt;\n'<br>&nbsp; stuff = stuff + '&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;\n'<br>&nbsp; stuff = stuff + '&lt;/body&gt;\n'<br>&nbsp; stuff = stuff + '&lt;html&gt;\n'<br><br>it doesn't show the quote from this line:<br><br>&lt;span metal:use-macro="here/en-us/Quotes/10/macros/quote"&gt;&lt;/span&gt;&lt;br /&gt;<br><br>but it shows the rest of the table and the link at the end. Why is that? Have I lost
 the context along the way? How do I preseve the context going into an External Method?<br>TIA,<br>Javier<br></div></div><br>
<hr size=1>Cheap Talk? <a href="http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Check out</a> Yahoo! Messenger's low PC-to-Phone call rates.</body></html>