The `<!–more tag–>` blues
-
I doubt very much that a blues song about the woes of the
<!--more-->
tag would make for a good tune, but it makes for a good opening to a post.My issue has been posted up elsewhere, and I’ve searched the codex and maybe the matrix for the answer.
My problem is a theme I’ve created. The theme is a simple three column theme, but I hit upon a major issue when adding the aforementioned more tag into a post.
Here is what happens
If I do this<!–more–>
It works.
The xhtml reads
Ah, well, another attempt to stop this theme issue with the more tag <a href="https://www.kirkbytimes.co.uk/wordpress7/2006/05/27/another-test-post/#more-38">(more…)</a>
If I do this
<!–more–>Again, it works.
The xhtml shows the following
Ah, well, another attempt to stop this theme issue with the more tag
(more…)If I do this
<!–more–>
(I've used the enter button twice to push down the more tag)
It crashes IE6 when any user logs onto the page that has the last example. The xhtml shows this...
ass=”post-content”>
Ah, well, another attempt to stop this theme issue with the more tagAs you see, the only difference is that the more tag, which is a hyperlink, is in its own paragraph with no other text.
I can deal with that easily enough. I could teach users to use the more tag so it does not crash IE6, but I’m looking for a public release and no way can I release the theme with this issue.
I’m currently looking at the Css with suspicion, so will mark up the a link in that particular circumstance.
Given what I’ve explained, who would venture some sort of opinion that might shed more light on this issue?
I know its my theme because if I use the WordPress classic, all is well.
- The topic ‘The `<!–more tag–>` blues’ is closed to new replies.