PDA

View Full Version : Strange Error


Lizard King
11-08-2005, 11:23 AM
I was making a style for my board. After finishing template edits i browsed the board with firefox and everything was ok but when i start checing with Internet Explorer i saw a strange error on CMPS 2.0
This is my adv_portal_module_shell template :
$mods[formcode]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="http://www.ayyas.com/yenistil/ust_01.gif" width="12" height="34" alt=""></td>
<td>
<img src="http://www.ayyas.com/yenistil/ust_02.gif" width="93" height="34" alt=""></td>
<td width="100%" height="34" style="background-image: url(http://www.ayyas.com/yenistil/ust_03.gif)"><img border="0" src="http://www.ayyas.com/yenistil/ust_03.gif" width="100%" height="34" alt="" /></a></td>
<td>
<img src="http://www.ayyas.com/yenistil/ust_05.gif" width="12" height="34" alt=""></td>
</tr>
<tr>
<td width="12" height="100%" style="background-image: url(http://www.ayyas.com/yenistil/ortasol.gif)"></td>
<td width="100%" bgcolor="#FFFFFF" colspan="2">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat" colspan="$mods[colspan]">
<if condition="$vba_style['portal_collapsemods']">
<a href="#top" onclick="return toggle_collapse('module_$mods[collapse]')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_module_$mods[collapse]" src="$stylevar[imgdir_button]/collapse_tcat$modimgcollapse.gif" /></a>
</if>
<span class="smallfont"><strong>$vba_style[portal_blockbullet] <if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</tbody>
</table>
</td>
<td width="12" height="100%" style="background-image: url(http://www.ayyas.com/yenistil/ortasag.gif)"></td>
</tr>
<tr>
<td>
<img src="http://www.ayyas.com/yenistil/alt_01.gif" width="12" height="34" alt=""></td>
<td>
<img src="http://www.ayyas.com/yenistil/alt_02.gif" width="93" height="34" alt=""></td>
<td width="100%" height="34" style="background-image: url(http://www.ayyas.com/yenistil/alt_03.gif)"><img border="0" src="http://www.ayyas.com/yenistil/alt_03.gif" width="100%" height="34" alt="" /></a></td>
<td>
<img src="http://www.ayyas.com/yenistil/alt_05.gif" width="12" height="34" alt=""></td>
</tr>
</table>
<div><img src="$vboptions[bburl]/$vboptions[cleargifurl]" height="$vba_style[portal_vspace]" alt="" /></div>

<if condition="$mods['formcode']"></form></if>

Firefox :
http://www.ayyas.com/mert/firefox.gif

Internet Explorer
http://www.ayyas.com/mert/internetexplorer.gif

Internet Explorer 2 (Check the red line in red colomn just put it over there to show the problem)
http://www.ayyas.com/mert/internetexplorer2.gif

Center colomn shouldn't be that large also each modules with is different in right colomn.

Also the style chooser shows no style but both in vba Gallery and forum the style chooser is working perfect. It works on the other styles just not this one :)

Any help will be appreciated about both the module_shell template and the style chooser.

Thanks in advance

Brian
11-08-2005, 12:14 PM
It's hard to tell exactly what's causing the problem from just the screenshots. Can you enable that style on your site for a few minutes so I can view the source and such?

Our Sponsors
 

Lizard King
11-08-2005, 01:04 PM
http://www.ayyas.com/index.php?styleid=87
it is on now...

Brian
11-08-2005, 03:44 PM
I wish I had a definite answer for you, but I'm not really seeing anything obvious that would cause that.