Hi all.
With V7 I successfully used the links option in many of my page fragments, but now they seem to work differently. I have enabled the link, chosen URL and entered the following:
page.html class="link1" target="new_window"
which used to work perfectly. Now, in V8, it seems to wrap the whole thing inside speech marks, so I end up with the following:
<a href="page.html class="link1" target="new_window"">
Is this by design, or is it a bug? If it's by design that's a pain as I have stacks of links to change.
Regards,
Dave
With V7 I successfully used the links option in many of my page fragments, but now they seem to work differently. I have enabled the link, chosen URL and entered the following:
page.html class="link1" target="new_window"
which used to work perfectly. Now, in V8, it seems to wrap the whole thing inside speech marks, so I end up with the following:
<a href="page.html class="link1" target="new_window"">
Is this by design, or is it a bug? If it's by design that's a pain as I have stacks of links to change.
Regards,
Dave
Comment