• Resolved kevjon

    (@kevjon)


    I have put many links within pages in text mode using e.g.:

    <a href="#door">Door</a>

    and at the point on the page:
    <a id="door" href="#door"></a>

    When I go to edit in Visual mode all the id links are replaced by &nbsp;

    What is wrong??
    Is it a theme problem – I have Raindrops theme which seems pretty good?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kevjon

    (@kevjon)

    I just tested this with Atahualpa theme and the result is the same.

    Thread Starter kevjon

    (@kevjon)

    I think I may have an answer. It is an html/WP quirk: there has to be text in front of the <a> e.g.
    Door<a id="door" href="#door"></a>

    I wanted to link to an empty row before the Door row, but seems not allowed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links removed in Visual mode’ is closed to new replies.