Pasting in HTML formatted documents containing embedded inline-link anchor within document.
Text Module retains all formatting except Anchor target. Cannot find target anchor within BB. Tried to add the simple html anchor tag but does not work.
Using HTML module instead of Text Module and all HTML formatting is wiped out. Would need to style within module line by line.
The issue is that from the looks of it, you have been using the visual editor instead of the text editor tab when adding your HTML and this appears to have been converted to HTML entities. For example, instead of <a name=“h1”></a> it is now < ;a name=“h1”> ; (I’ve had to include spaces, because bbPress keeps converting it to HTML.
I’ve gone ahead and fixed the first one, you will need to make sure the text tab is the active editor and then fix the code so that it uses HTML.
However, please be aware that the name attribute is not supported in HTML, so you will want to use the id attribute instead. See here for more details - http://www.w3schools.com/tags/att_a_name.asp
Yep, see you did the depreciated mode and yes woks but going forward id does not seem to offer same inline function. Call it quits for that kind of text work. But what about the single page websites, long ones like Scroller template? how to ID a place to move down to, or from bottom of page, click arrow back to top? We became very familiar with it using Avada (which may have used Visual C)