Forum OpenACS Q&A: Response to I know this is simple, but I'm flumoxed --

Collapse
Posted by Gilbert Price on
Thanks for the help,
<p>
This works:
<pre>
html (brackets)
head (brackets)
title (brackets)
<b>@title@</b>
/title (brackets)
LINK href="/mobetta.css" type=text/css rel=StyleSheet (brackets)
/head (brackets)
body (brackets)
<b>@header_stuff@</b>
multiple (brackets)
<b>name=attribute @attribute.key@="@attribute.value@"</b>
/multiple (brackets)

slave (brackets)
  ...

</pre>

<b>Bold items have no brackets...</b>
<p>
My error was including this tag <multiple name=attribute> rather than <multiple> then the rest of the line. The @header_stuff@ actually goes after the <body> tag, if I put before the body tag there was no change to my error. Once I fixed the <multiple> tag the errant text disappeared, and I guess is now actually applied to the page.
<p>
Thanks again for the help, you got me thinking instead of staring at tags...