vbulletin v3.7.2 alignment issue

UZUMAKI_n

New Member
ScreenHunter_73.jpg


Hi all i have problem with my site dunno why when i use firefox to open the web no issues but when using IE to open the alignment start to give problem and are all centralise.Any idea on how to solve this?

Kindly assist and advise
 
it cant be reverted cos no changes at all
This is all the code below
This is the original code
HTML:
<!-- open content container -->
<if condition="$show['old_explorer']">
	<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
	<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[align=left]">
		<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[align=left]">
</if>
 
Anyone know the solution to solve the above problem?Kindly assist cos i have problem only while surfing in IE.In firefox everything is normal
 
Back
Top