It's working well in Opera on a Mac.
Simon ,'Objects In Space'
Buffistas Building a Better Board
Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Unclosed B tag:
Text on this page bold, or what?
Pink as Msbelle's plates here.
Bold now.
Test to see if later posts are bold
I make a preliminary diagnosis that it's because all posts on WX were in their own TD and here all posts are in Ps inside one big TD that extends for the whole of the post area.
WX was just lucky.
Hmm. PF closed my unclosed tags for me.
D'oh!
Oh well.
So it would mean counting opened tags inside each post, that would be all we'd need to do?
Maybe I'm going to completely reverse my position. I'm allowed to do that, right?
What would we need to do, count all opening tags in each post on display? Or just once on Save?
This entire page is pink in IE6.
They do it on display, since the text I get when I go to edit is exactly what I typed.
And they closed them in order ...
since the text I get when I go to edit is exactly what I typed
Well, you might go back to edit it to correct the open tags... or is that circular logic?
And they closed them in order ...
Damn, that's actually smart!
How are we to keep up the sense of "we're smarter than WX" if the connection's going to keep dropping and they actually do have pockets of good code?
So grab all the tags from the string, and push them into an array, then grab all the closing tags from the string, and push them into an array... hmmm. I really don't know what's the best way to do it. Theoretically trivial, but some questions about the implementation, I guess...