Home Previous Appearance Next Inhalt Index

Formatted Elements

If you use an own tag, e. g. quelltext, and the white spaces should remain untouched, e. g.

<quelltext>
proc ::Stack::push {val {s ::Stack::stack}} {
    upvar $s stack
    lappend stack $val
}
</quelltext>

the put to its CSS property white-space the value pre, e. g.

quelltext
{
    white-space:pre;
}

The changed setting is in effect after next restart.


Home Previous Appearance Next Inhalt Index

MTE © Wolf Busch 2000-2001 - letzter Stand 30.06.2001