Home Previous Appearance Next Inhalt Index

Inline Elements

If you use an own tag, e. g. wichtig, then, normally it is surrounded by line breaks:

<wichtig>Sicherheit geht vor</wichtig>

If you want it to be displayed inline, e. g. <wichtig>Sicherheit geht vor</wichtig>, then put to its CSS property display the value inline:

wichtig
{
    display:inline;
}

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