When I use the Hierarchical Format option, it does not format A tags 
correctly (and in a consistent manner).

These two A tag examples get formatted differently:
  1)   <a href="...">Text Data</a>.
  2)   <a href="...">Text Data</a> more text...

This ends up as:

                 <a href="...">
                        Text Data</a>.

                <a href="...">
                        Text Data
                </a>
                more text...

with the </a> in the first being right after the last character of 
the text while in the second the </a> is on a separate line which 
causes the space between "Data" and "more" to be underlined and part 
of the link. Can anything be done to fix this so that the </a> is 
ALWAYS right after the last character of the text and thus the space 
is NOT underlined/part-of-the-link? While I can go back and move each 
</a> to place it in the correct place, this is only temporary since 
it will be screwed up again if/when I do another Format.

Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to