My Gems Disply addon looks like this:
some one have a solution to the problem?
And this is the Html source code:
- Code: Select all
<h1>Gems</h1><br><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="simplebordertopleft sgraybordertopleft"></td>
<td class="simplebordertop sgraybordertop"></td>
<td class="simplebordertopright sgraybordertopright"></td>
</tr>
<tr>
<td class="simplebordercenterleft sgraybordercenterleft"></td>
<th class="simpleborderheader sgrayborderheader" align="center" valign="top">
<?=$Gem_info[$roster_conf['roster_lang']]['Gem_title']?> : <span style="color:<?=$keyColor[$color]?>;"><?=ucfirst($couleur)?></span>
</th>
<td class="simplebordercenterright sgraybordercenterright"></td>
</tr>
<tr>
<td class="simplebordercenterleft sgraybordercenterleft"></td>
<td class="simplebordercenter">
<table width="100%" class="bodyline" cellspacing="0" id="table_0">
<tr>
<th class="membersHeader"><?=$Gem_info[$roster_conf['roster_lang']]['Objet']?></th>
<th class="membersHeader"><?=$Gem_info[$roster_conf['roster_lang']]['Name']?></th>
<th class="membersHeader"><?=$Gem_info[$roster_conf['roster_lang']]['compo']?></th>
<th class="membersHeader"><?=$Gem_info[$roster_conf['roster_lang']]['crafter']?></th>
</tr>
</table>
</td>
<td class="simplebordercenterright sgraybordercenterright"></td>
</tr>
<tr>
<td class="simpleborderbotleft sgrayborderbotleft"></td>
<td class="simpleborderbot sgrayborderbot"></td>
<td class="simpleborderbotright sgrayborderbotright"></td>
</tr>
</table>
<br>
And the PHP code from the index.php file:
- Code: Select all
Thx In advance
Krisan
P.s Sorry for my Bad English