Can't put cursor between <img/><a+> tags

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
bonnie
Sr. Propeller Head
Posts: 158
Joined: Wed May 14, 2008 4:00 pm

Can't put cursor between <img/><a+> tags

Post by bonnie »

In the XML Editor, I am trying to add a space after an inline image and in front of an <a+> tag that follows it. I can't get the cursor to go between the <img/> tag and the <a+> tag. (I've got Reveal Tags on to see the tags.)

The whole layout in the XML Editor is:

Code: Select all

<p+><img/><a+><b+>text</b></a> text text</p>
I can get the cursor to go between <a+> and <b+> but not between <img/> and <a+>, no matter what I try.

I have to go into the Internal Text Editor to add the space where I want it. (I don't want it after the <a+> tag because then it gets underlined as part of the <a+> tag.)

Has anyone else noticed this?
Bonnie
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: Can't put cursor between <img/><a+> tags

Post by KevinDAmery »

<sigh> The reveal codes mode is.... well, I can't describe it in a family friendly forum, let's put it that way. My recommendation is to ignore it until Madcap makes it usable. Until then, I'd consider it worse than useless, it's actively misleading.

Now, if you switch back to wysiwyg mode, there's a trick that usually will get you what you need. If you place your cursor near a tag, you'll notice that the cursor sometimes changes shape. The shapes of the cursors tell you where you are in relation to the tag. One of our MVPs posted a blog about the meaning of the various cursors (sadly I've misplaced the URL for it - if anyone else has it handy, feel free to chime in).

Another tip: Flare sometimes has a problem inserting a space between two tags. What I do in those cases is add a non-breaking space instead. You can do that by hitting Shift+Space instead of Space on its own.
Until next time....
Image
Kevin Amery
Certified MAD for Flare
bonnie
Sr. Propeller Head
Posts: 158
Joined: Wed May 14, 2008 4:00 pm

Re: Can't put cursor between <img/><a+> tags

Post by bonnie »

Another tip: Flare sometimes has a problem inserting a space between two tags. What I do in those cases is add a non-breaking space instead. You can do that by hitting Shift+Space instead of Space on its own.
Thanks for the advice, Kevin.

Bonnie
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: Can't put cursor between <img/><a+> tags

Post by RamonS »

The URL that Kevin is missing is most likely this one:
http://www.madcapsoftware.com/support/w ... Editor.htm
It is a topic of the Flare help file. Expand the bottom drop-down "Explain the individual buttons and sections" and there in the table under "Cursors and Tag Hint Bars" the explanation for the various cursors is given.
bonnie
Sr. Propeller Head
Posts: 158
Joined: Wed May 14, 2008 4:00 pm

Re: Can't put cursor between <img/><a+> tags

Post by bonnie »

Thank you RamonS.
Post Reply