Witam, dziś próbowałem zrobić tabelę w portalu po prawej stronie, ale napotkałem błąd. Mam tabelę po lewej stronie o szerokości 75% i tabelę po prawej stronie 25%. Gdy dodam ramkę do tabeli po prawej stronie, ona mi się rozchodzi i w ogóle nie reaguje na ustawioną szerokość, a gdy nie ma ramki, to jest reakcja na szerokość tabeli.
Kod rozchodzącej się tabeli:
Kod nierozchodzącej się tabeli bez ramek:
Zdjęcie rozchodzącej tabeli:
Zdjęcie nierozchodzącej tabeli:
Kod rozchodzącej się tabeli:
Cytat:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="75%" cellpadding="{$theme['tablespace']}" align="left">
<tr>
<td valign="left">
{$announcements}
</td>
</tr>
</table>
<table width="25%" class="tborder" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" align="right">
<tr>
<td class="thead"><strong>Menu</strong></td>
</tr>
<tr>
<td class="trow1" valign="left">
Treść Menu
</td>
</tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>
Kod nierozchodzącej się tabeli bez ramek:
Cytat:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="75%" cellpadding="{$theme['tablespace']}" align="left">
<tr>
<td valign="left">
{$announcements}
</td>
</tr>
</table>
<table width="25%" cellpadding="{$theme['tablespace']}" align="right">
<tr>
<td class="thead"><strong>Menu</strong></td>
</tr>
<tr>
<td class="trow1" valign="left">
Treść Menu
</td>
</tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>
Zdjęcie rozchodzącej tabeli:
Zdjęcie nierozchodzącej tabeli: