MyBB Community Forums

Full Version: The Portal Mod??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can anybody help me? Sad plzzz..
Align them as you want. <div align="center"><content></div>
where can align Sad ??..
where can i add that code ??..
you have to modify the portal template as far as I can tell.
this is my code:

<html>
<head>
<title>$settings[bbname]</title>
$headerinclude
</head>
<body>
$header
<table width="$theme[tablewidth]" cellspacing="0" cellpadding="$theme[tablespace]" border="0" align="center">
<tr><td valign="top" width="200">
$welcome
$day_quote
$pms
$search
$stats
$whosonline
$latestthreads
</td>
<td class="trow">&nbsp;</td>
<td width="*" valign="top">
$announcements
</td>
</tr>
</table>
$footer
</body>
</html>

example, i want the lastest threats right how can i add know..
Pages: 1 2