Hi:
I would like to use the "area" tag with the "form" attribute like this:
[area form="arg1=value1&arg2=value2"]
Do I need to put each name/value pair on a different line or is there some
way I can put them all on the same line? I noticed that it doesn't like the
URL unless I code this way:
[area form="arg1=value1
arg2=value2"]
Thanks.