hi,
The problem is that the code created doesn't display in html. For example this is what's produced:
sdafasdf asf <span style="font-size: 24pt;"><a href="asdf.com">sadf</a></span> asdf adsf sad fa
But when viewed on the actual website the style is overruled by the css for the A HREF link.
To make this work the new span should be inside the A HREF I think, for example:
sdafasdf asf <a href="asdf.com"><span style="font-size: 24pt;">sadf</span></a> asdf adsf sad fa
Please let me know if this is possible.
Thanks,
Marcus