Hallo,
ich bin totaler Anfänger und habe das Problem, dass in einer Box von 400 Pixeln der Text nicht als Blocksatz angezeigt wird. Was mache ich falsch?
Danke Euch,
Guido
_____________________________--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head>
<title>Test</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" title="stylesheet.css">
#test
{
text-align : justify;
width : 400px;
border : 1px solid #003333;
}
</style>
<body>
<div id="test">
Dieser Text sollte in einer 400 Pixel Box mit "justify" als Blocksatz angezeigt werden. Tut er aber nicht.
</div>
</body>
</html>