06.02.2013, 02:56
wersja skryptu MyBB: 1.6.9
adres forum: www.splowka.pl/Pobieralnia.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chcę dodać nową podstronę, dodałem ją i tu pojawia się problem.
Otóż chcę, aby te kolumny z: Counter Strike 1.6 Patch v23 były obok siebie. Teraz są pod sobą ;/
Oto Kod, tej nowej podstrony.
adres forum: www.splowka.pl/Pobieralnia.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chcę dodać nową podstronę, dodałem ją i tu pojawia się problem.
Otóż chcę, aby te kolumny z: Counter Strike 1.6 Patch v23 były obok siebie. Teraz są pod sobą ;/
Oto Kod, tej nowej podstrony.
Kod:
<html>
<head>
<title>Pobieralnia Splowka.pl</title>
{$headerinclude}
</head>
<body>
<script type="text/javascript" src="images/vhut/script/profile.js"></script>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="25%" valign="top">
<table border="0" cellspacing="0" cellpadding="8" width="25%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong><center><span style="background: rgba(5, 5, 5, 0.59);padding: 8px;border-radius: 3px;">{$formattedname} Counter Strike 1.6 Patch v23</span></center></strong></td>
</tr>
<tr>
<td class="trow1">
<center>
<br />
<br />
<br /></center>
</td></tr>
<br /><br />
<td class="trow2">
<b>Rozmiar:</b> <br>
<b>System: </b> <br>
<b>Dodano:</b> <br>
</tr>
<td colspan="2" class="thead"><strong><center><span style="background: rgba(5, 5, 5, 0.59);padding: 8px;border-radius: 3px;">{$formattedname} Counter Strike 1.6 Patch v23</span></center></strong></td>
</tr>
<tr>
<td class="trow1">
<center>
<br />
<br />
<br /></center>
</td></tr>
<br /><br />
<td class="trow2">
<b>Rozmiar:</b> <br>
<b>System: </b> <br>
<b>Dodano:</b> <br>
</tr>
</table><tr>
<td><img src="images/vhut/pixel.gif" height="1" width="8" alt=""/></td>
<td width="72%" valign="top">
</div>
<script type="text/javascript">
var countries=new ddtabcontent("countrytabs")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>
</td>
</tr>
</table>
{$footer}
</body>
</html>