<stuff> doesn't work as an inner parenthesis

The forum for general posting. Come join the madness. :)
Post Reply
Message
Author
User avatar
ghostjmf
Posts: 7437
Joined: Tue Oct 09, 2007 11:09 am

<stuff> doesn't work as an inner parenthesis

#1 Post by ghostjmf » Mon Jul 14, 2008 11:17 am

You know, when programmer-like you wanna contain a subparenthetical thought within an already parenthetical thought (like, I was thinking of whatever [& then I wanted to included whatsoever too]).

What I've done up there with (stuff [more stuff]) doesn't work at all if instead of brackets I put <stuff>. Or, what happens is only the 1st word of "stuff" is left. All my other most-eloquent words are lost into the ether, never to be reclaimed, unless of course I might have remembered them.

What hidden command of whatever system this board runs on have I incurred with "<>"?

User avatar
MarleysGh0st
Posts: 27966
Joined: Mon Oct 08, 2007 10:55 am
Location: Elsewhere

Re: <stuff> doesn't work as an inner parenthesis

#2 Post by MarleysGh0st » Mon Jul 14, 2008 11:28 am

ghostjmf wrote: What hidden command of whatever system this board runs on have I incurred with "<>"?
phpbb seems to have some issues dealing with stuff inside those angle brackets, which is probably left over from those being the delimiters for HTML tags. Yes, it tends to truncate everything after the first space, as you noticed.

You could try substituting an underscore for a space <like_this> but that's not exactly natural or convenient.

User avatar
Bob Juch
Posts: 27071
Joined: Mon Oct 08, 2007 11:58 am
Location: Oro Valley, Arizona
Contact:

Re: <stuff> doesn't work as an inner parenthesis

#3 Post by Bob Juch » Mon Jul 14, 2008 11:54 am

MarleysGh0st wrote:
ghostjmf wrote: What hidden command of whatever system this board runs on have I incurred with "<>"?
phpbb seems to have some issues dealing with stuff inside those angle brackets, which is probably left over from those being the delimiters for HTML tags. Yes, it tends to truncate everything after the first space, as you noticed.

You could try substituting an underscore for a space <like_this> but that's not exactly natural or convenient.
Just check the box saying "Disable HTML in this post".
I may not have gone where I intended to go, but I think I have ended up where I needed to be.
- Douglas Adams (1952 - 2001)

Si fractum non sit, noli id reficere.

Teach a child to be polite and courteous in the home and, when he grows up, he'll never be able to drive in New Jersey.

User avatar
MarleysGh0st
Posts: 27966
Joined: Mon Oct 08, 2007 10:55 am
Location: Elsewhere

Re: <stuff> doesn't work as an inner parenthesis

#4 Post by MarleysGh0st » Mon Jul 14, 2008 11:56 am

Bob Juch wrote:
MarleysGh0st wrote:
ghostjmf wrote: What hidden command of whatever system this board runs on have I incurred with "<>"?
phpbb seems to have some issues dealing with stuff inside those angle brackets, which is probably left over from those being the delimiters for HTML tags. Yes, it tends to truncate everything after the first space, as you noticed.

You could try substituting an underscore for a space <like_this> but that's not exactly natural or convenient.
Just check the box saying "Disable HTML in this post".
<like this?>

Well, how about that! :)

Post Reply