This is the first part of a really long post.
This is the second part of a really long post.
13 thoughts on “Testing the More Quicktag”
Posting code? Use <pre> tags for VBA and <code> tags for inline.
This is the first part of a really long post.
This is the second part of a really long post.
Posting code? Use <pre> tags for VBA and <code> tags for inline.
This is before the less than < This is in the middle > This after the greater than
This is before the less than < This is in the middle > This after the greater than
<pre>This is before the less than < This is in the middle > This after the greater than</pre>
<code>This is before the less than < This is in the middle > This after the greater than</code>
[vb]This is before the less than < This is in the middle > This after the greater than[/vb]
How come I can’t make this fail?
Dick –
Posting some test code with angle brackets matched left and right. Code is
If A less than B then
‘blah bleep
ElseIf A greater than B then
‘bleep blah
End If
‘ Bleep blah
End If
Good Morning, Dick – Looking at your 3:04 post, I would not expect to see the comment with the tags. For instance, when I tagged my 10:14 post with VBA tags, I don’t see the tags above, but do see the deletions. Do you have a special setting somehow?
…mrt
No special setting that I know of.
‘blah bleep
ElseIf A > B then
‘bleep blah
End If
I don’t know. I haven’t been able to find anything on the Internet about it either.
Dick –
You probably saw this:
http://wordpress.org/support/topic/181085
When I looked at it, I was struck by the differences in the angle brackets on the line that includes “(and the ending tags too) but now I need to escape all”. The first pair after that is Arial Unicode MS and the second pair is vanilla Arial.
Germane? Dunno.
…mrt
Let’s see if we can find someone to help
http://wordpress.org/support/topic/240270?replies=1
I had a problem before when I put the signs next to each other, this should test that:
(should show less than, greater than no space in between)
(should show less than, greater than 1 space in between)
(should show less than, greater than, word “Test” in between)
(should show less than, greater than, word ” Test ” in between)
>< (should show greater than, less than no space in between)
(should show greater than, less than 1 space in between)
(should show greater than, less than, word “Test” in between)
(should show greater than, less than, word ” Test ” in between)
Whole test again inside VB tags:
(should show less than, greater than 1 space in between)
(should show less than, greater than, word “Test” in between)
(should show less than, greater than, word ” Test “ in between)
>< (should show greater than, less than no space in between)
(should show greater than, less than 1 space in between)
(should show greater than, less than, word “Test” in between)
(should show greater than, less than, word ” Test “ in between)
Does not show if used in “opening and closing pairs”…