1
Pусский / Re: помогите плиз)
« Last post by GabrielrHodes on May 16, 2023, 10:54:32 AM »Привет дружище, попробуй так может получится
<style>
.table-container {
width: 100%;
}
.table-container table {
border-collapse: collapse;
width: 100%;
}
.table-container td {
padding: 10px;
border: 1px solid #ccc;
}
.table-container #moduleColLeft {
width: 175px;
vertical-align: top;
}
</style>
<div class="table-container">
<table>
<tr>
<td id="moduleColLeft">Ячейка 1</td>
<td>Ячейка 2</td>
</tr>
</table>
</div>

<style>
.table-container {
width: 100%;
}
.table-container table {
border-collapse: collapse;
width: 100%;
}
.table-container td {
padding: 10px;
border: 1px solid #ccc;
}
.table-container #moduleColLeft {
width: 175px;
vertical-align: top;
}
</style>
<div class="table-container">
<table>
<tr>
<td id="moduleColLeft">Ячейка 1</td>
<td>Ячейка 2</td>
</tr>
</table>
</div>




