Hey, Esselbach! Verstanden mich?

tell me why I can't format the following using the tt code? find / -type d -name \*wine\* 2> /dev/null why does it appear as I typed it but without formatting? tell me why I can't nest two simple formatting tags? want bigger than teeny-tiny 'tt' text here why does the above only work with the tags in reverse ord ...

Feedback 1316 This topic was started by ,


data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
tell me why I can't format the following using the "tt" code?
 
[tt] find / -type d -name \*wine\* 2> /dev/null [/tt]
 
why does it appear as I typed it but without formatting?
 
tell me why I can't nest two simple formatting tags?
 
[tt][size:4] want bigger than teeny-tiny 'tt' text here [/tt]
 
why does the above only work with the tags in reverse order?
 
[size:4][tt] bigger than teeny-tiny 'tt' text here [/tt]
 
better still, why don't the formatting tags have simple modifiers?
 
[tt size=3] want 'tt' text but a bit bigger [/tt]
 
most of all: Why isn't there a link on this site to the formatting tag syntax?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


Administrator

data/avatar/0/0b385d2cbb4fcc3a67cc1faf071a808432c41071.jpg

1795 Posts
Location -
Joined 1999-07-15
That's because the [tt] tag based on Perl regular expression. I may change this in a future version. Please use the
Code:
 ... 
tag in the meantime.