[latex]Mae govannen![/latex]
Also doch den String trennen und <br />'s einfügen. Mist.
oder jeden Buchstaben in ein <span> einfangen, um diese dann entsprechend zu formatieren - mit CSS.
Wenn man den String eh' ändern darf, dann geht's auch so:
<span class="abc">S E N K R E C H T</span>
span.abc {
display: block;
width: 0.9em;
background-color: yellow;
}
Wenn ich das bei mir teste, wird es von Opera, IE und FF wie gewünscht dargestellt, allerdings hab ich es nicht großartig auf Stabilität geprüft.
Cü,
Kai
--
When the limos return for their final review, it's all thru'
- all they can see is the morning goo.
"There's no-one left alive - must be draw."
So the Blackcap Barons toss a coin to settle the score.
ie:{ fl:( br:< va:) ls:? fo:| rl:? n4:° ss:{ de:] js:| ch:? mo:| zu:|]
When the limos return for their final review, it's all thru'
- all they can see is the morning goo.
"There's no-one left alive - must be draw."
So the Blackcap Barons toss a coin to settle the score.
ie:{ fl:( br:< va:) ls:? fo:| rl:? n4:° ss:{ de:] js:| ch:? mo:| zu:|]