4 Jun
2001
4 Jun
'01
8:47 a.m.
Hi Rich, Rich Pinder wrote:
I tried the following simple modification and it didn't work as I'd expected:
<dtml-var "ctslogo.tag(border=5, align=left)"> <i>CTS</i> </body></html>
Something simple, I guess.
Right. Try this one: <dtml-var "ctslogo.tag(border='5', align='left')"> You need to put your values in parentheses. Bye Eric