Indent problems... something I've not understood?
Posted: Fri Jul 21, 2006 2:37 am
I'm not sure whether this is the right forum for this, as it's a problem I only have with <oxygen />, but since I suspect it's a problem of my understanding of the issue, I'll put it here.
This is an excerpt of a website I'm trying to build for a group of an online game. This like to another site is also an acronym, and I want to mark it up as such, but when i do so in <oxygen />, there is a problem with the indenting.
Whenever i use the format and indent feature, it puts the <.a>.</p> tags on a new line. This means that when viewed in a browser, both the word CoRE and the space after it are shown as a link. Formatting it as shown still validates fine, and solves the problem in the browser, but oxygen always returns the closing tags to a new line when I use format and indent.
Is this (as usual!) something I've misunderstood behind the scenes? Is having text that is both a hyperlink and an acronym not allowed, and so the space is added to make them slightly different?
This is an excerpt of a website I'm trying to build for a group of an online game. This like to another site is also an acronym, and I want to mark it up as such, but when i do so in <oxygen />, there is a problem with the indenting.
Code: Select all
play by the rules put forward by the roleplayers organisation <a class="ext" href="http://www.core-uo.com"><acronym title="Community of Roleplayers, Europa">'CoRE'</acronym></a>. </p>
Code: Select all
Europa">'CoRE'</acronym>
</a>. </p>