MyBB Community Forums

Full Version: align the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
how can i do to align the forum, cause if i see it with IE goes wrong, everything is to the left... i want everything on the center
Can you please post a link to your board?
http://theworld.6x.to... i dont have problems now, but with IE, after u post something, u get the message saying... that u message had been send... well that part appear at the left...
Did you edit the redirect teplates or something in the theme settings that could cause this?
nop.... anything
Please replace the content of the redirect templte with the following code. See if that fixes your problem.
<html>
<head>
<title>$title</title>
<meta http-equiv="refresh" content="2;URL=$url">
$headerinclude
</head>
<body>
<br />
<br />
<br />
<br />
<div style="margin: auto auto; width: $lang->redirect_width" align="center">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="thead"><strong>$title</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><p>$message</p></td>
</tr>
<tr>
<td class="trow2" align="right"><a href="$url"><span class="smalltext">$lang->click_no_wait</span></a></td>
</tr>
</table>
</div>
</body>
</html>
done... but it doesnt work

see

[Image: left2bf.th.jpg]

im usign a plug in of firefox that is IeTab... that allows u to convert a Firefox tab into a Ie Tab... that doesnt seem to interfer... i also have tried on IE only and nothing....

also the forum in IE apears align cause i give the values... but if i do it smaller, in IE u are gonna see it at the left...
There's something wrong in your header template:
<li><a href="http://marioca5198pe.iespana.es/usercp.php">[color=blue]<img src="/images/toplinks/controlpanel.gif"  border="0" [/color]<strong>Panel de Control</strong></a>
what's the problem with that??? that's is to show the User CP on the toplinks... also, when i installed the theme for first time the align was at the left and the CODE u say wasnt still there
Take a look at the blue marked part: The image tag isn't closed.
Pages: 1 2 3