![]() |
|
[MYBB] 2 collumn upgrade - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: [MYBB] 2 collumn upgrade (/Thread-MYBB-2-collumn-upgrade) |
[MYBB] 2 collumn upgrade - Craig - 05-04-2016 Can anyone help me with a little problem I'm having.. I'm trying to get my upgrade.php page so it splits the border box into 2 content boxes (one on left and one on the right). Below is the screenshot and code i'm using in the template. PHP Code: <html>
<head>
<title>Purchase VIP</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>Your title here.</strong></span></td>
</tr>
<tr>
<td class="trow1">
Add here your custom messages.
</td></tr></table>
{$footer}
</body>
</html>
|