Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello Umbraco Colleagues,
I'm having an issue related to macros in Umbraco ver 7.0.2.
The purpose of the macro is to create a hyperlink.
Whenever the macro is inserted in the RTE, the current paragraph is ended, the link is created, then a new paragraph is started.
The resulting html looks like this:
<p>This is intended to be a single paragraph with this </p> <a href="http://example.com">Example</a> <p>hyperlink in the middle of the sentence.</p>
The users need it to look like this:
<p>This is intended to be a single paragraph with this <a href="http://example.com">Example</a> hyperlink in the middle of the sentence.</p>
Any suggestions for creating/inserting a macro that generates a link within a single paragraph?
Cheers,David
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't insert macro in RTE without <p> tags getting created.
Hello Umbraco Colleagues,
I'm having an issue related to macros in Umbraco ver 7.0.2.
The purpose of the macro is to create a hyperlink.
Whenever the macro is inserted in the RTE, the current paragraph is ended, the link is created, then a new paragraph is started.
The resulting html looks like this:
The users need it to look like this:
Any suggestions for creating/inserting a macro that generates a link within a single paragraph?
Cheers,
David
is working on a reply...