|
|
How do I deal with macros that need "s and HTML that needs "s? |
Very simply: instead of (a non-functioning example:)
<a href="^UrlMacro("assetId");">Click me</a>
Try:
<a href='^UrlMacro("assetId");'>Click me</a>
(note the single quotes!)
wg-fomATgwyDOTorg | |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||