wie man die Breite von TD in HTML erhöht
<html>
<body>
<style>
td {
width: specify width here;
height: specify height here;
}
</style>
.......
</body>
</html>
Thomas coder