I didn't create the troll. I didn't date the troll. In fact I hate the troll. I helped deflate the troll-- All done.

Willow ,'Potential'


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.

To-do list


Typo Boy - Sep 19, 2002 5:11:15 pm PDT #252 of 10000
Calli: My people have a saying. A man who trusts can never be betrayed, only mistaken.Avon: Life expectancy among your people must be extremely short.

I know you guys have working on the "on" problem. I can now create it consistently.

Take the example of the t pre tag.

If I something like this: t pre one t /pre

no problem:

 

But the following verse which is wrapped in "pre" tags:

1) This old man.
2) He played .
3) He played knicknack on my thumb..

Note that the "one" on the second line of the verse poofs, but he "on" third does not.

Only the first instance gets stripped.

I don't have your stripping code to debug. But I think this info may give you a clue as to what is going wrong. It is a lot easier to find a solution when you can define with some precision what the problem is.

I think it may also have something to do with preceding the "on" word with a space.


plasmo - Sep 19, 2002 5:23:58 pm PDT #253 of 10000
{[-_-]}

This forum looks awesome, thanks. Another one for me to become addicted to, YAY!


Michele T. - Sep 19, 2002 5:41:44 pm PDT #254 of 10000
with a gleam in my eye, and an almost airtight alibi

Whee! Looks good, folks.

Minor cosmetic suggestion -- I'm wondering if maybe the text-entry box should be centered? What do people think?


Tom Scola - Sep 19, 2002 6:45:36 pm PDT #255 of 10000
Mr. Scola’s wardrobe by Botany 500

The text entry box, and the instructions above it, and the "post message" button, should all be left-aligned in the middle column. Maybe even above the invisible asterisks.


Michele T. - Sep 19, 2002 6:50:06 pm PDT #256 of 10000
with a gleam in my eye, and an almost airtight alibi

Left-aligned in the center column is a better idea than centering, yes. And perhaps the two lines of information about the box could be separated by a "br" rather than a "p."

If it's just HTML, I may have some time to code if needed.


Rebecca Lizard - Sep 19, 2002 7:25:24 pm PDT #257 of 10000
You sip / say it's your crazy / straw say it's you're crazy / as you bicycle your soul / with beauty in your basket

I'm just wondering, if you have the time to say, why are there white-fonted asterisks instead of a collection of  s?


Betsy HP - Sep 19, 2002 8:09:49 pm PDT #258 of 10000
If I only had a brain...

Oooh. Secret asterisks. it's like the prize at the bottom of the CrackerJacks!


DXMachina - Sep 19, 2002 10:19:02 pm PDT #259 of 10000
You always do this. We get tipsy, and you take advantage of my love of the scientific method.

I'm just wondering, if you have the time to say, why are there white-fonted asterisks instead of a collection of  s?

You'll have to wait for Jon to return to get an answer. I'm pretty sure they're there to help get one browser or another (probably Netscape) to display the page properly when there are no full lines of text on the page.


§ ita § - Sep 19, 2002 10:25:47 pm PDT #260 of 10000
Well not canonically, no, but this is transformative fiction.

Yes -- it's for table width. It used to be a sentence. Spaces wouldn't have the same effect.


John H - Sep 19, 2002 10:26:36 pm PDT #261 of 10000

Message Centre (sorry, I physically can't spell it the American way)

Just want it noted that I've been spelling it the UnAmerican way, but not necessarily calling attention to it...

why are there white-fonted asterisks instead of a collection of  s?

Jon explained this to me but it made my head hurt. That bit is only there to guard about strange wrapping, in Netscape, for threads with no posts in them, or something.

And in response to Gar's

the "one" on the second line of the verse poofs, but he "on" third does not

did my fix not sort that out, ita, or didn't it get put in yet?

The code, Gar, is

HTML-opening-bracket, some stuff, a space, a word beginning with on, some more stuff until an HTML-closing-bracket

What happens is that this:

<pre>something one something</pre>

gets read as if the "one" is between the red brackets, which technically it is, but that wasn't the intention of the code. We need to make the "some more stuff until an HTML-closing-bracket" portion of the regex change to "ome more stuff until the next HTML-closing-bracket", which should fix it.

I think we can fix it up