Am 28.01.2002 13:36 meinte Graphity:
> What I don't understand is why Mozilla makes ** to bold. In chats and 
> forums _ _ is to be takes as bold, I think. ** are common for, let's say 
> actions like *shiver* or *g*. I'd prefer seein' it in italic...
> But that's just what I think, I guess it has already been discussed what 
> should be done with wich "tags" and I looking forward to read them when 
> I get flamed about this mail :-)

*bold*, /italic/, _underline_ plaintag tags and how they are interpreted
are tradition. Most Unix programs interpret them the same way as Mozilla.
How Mozilla displays it is up to you though, in userContent.css:

Underline:
.moz-txt-underscore {
text-decoration:underline; //or whatever you want to do with it
}
**:
.moz-txt-star {
color:red; //or something else
}
//
.moz-txt-slash {
color:blue; //or whatever :-)
}
-- 
Holger Metzger
Netscape 6 Tips: http://www.hmetzger.de/netscape6.html

Reply via email to