hallo, hab ein problem, aber bitte nicht lachen =)
bei mir erfolgt kein automatischer zeilenumbruch wenn mein text, den ich mit css formatiert habe, am rand angelangt ist.
habs 1) mit h1.news probiert, nix gebracht und gelöscht
dann ) mit div.news, da es wohl eher funzt:
div.news {
font-family:Arial;
font-size:10;
width:250px;
height:280px;
margin-top:10px;
margin-left:10px;
...usw. (es folgen halt noch decorationen, ist aber unwichtig)
}
es ist so gedacht dass ich in einer tabelle zwei texte haben will (die tabelle ist ca 500 breit, 300 hoch) und das css soll sie quasi teilen.
danke im vorraus