Dal seguito si vedrà che con i css vado più o meno a caso, come correggo l'esempio di seguito?
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Esempio</title>
<style type="text/css">
td222{height:100px; overflow:hidden}
</style>
</head>
<body>
<table>
<tr>
<td class='td222'>sd asd asd asd asd asd ad asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asd asdas d2</td>
<td>Lucia</td>
<td>Giannelli</td>
</tr>
</table>
</body>
</html>![]()


Rispondi quotando