Si l'on regarde en haut de page du site w**.tai-informatique.com au niveau de site intro il y a un décalage du texte par rapport à l'image.
Ca le fait sous Firefox et Opera mais pas sous internet explorer.
Auriez vous une idée ?
Par avance merci
Cris
CODE
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="342">
<a href="<?php echo XOOPS_URL;?>/"><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/logo.jpg" width="342" height="100" alt="<tai> - <slogan>"></a></td>
<form id="pagesearch" action="<?php echo XOOPS_URL;?>/search.php" method="post">
<td width="274" class="title" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top01.gif">
<p style="margin-top:4px; margin-left:28px; color:white;"><b><?php echo _TH_SITEINTRO;?></b>
<div style="margin-left:10px; margin-right:10px; padding-top:10px;">
<?php include ("inc/siteintro.html");?>
</div>
</td>
</form>
<form action="<?php echo XOOPS_URL;?>/user.php" method="post">
<td width="274" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top02.gif">
<p style="padding-top:4px; padding-left:28px; color:white"><b>
<?php
if ($xoopsUser) {
printf(_TH_WELCOME_BACK, $xoopsUser->uname());
} else {
printf(_TH_WELCOME_TO, $meta['title']);
}
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="342">
<a href="<?php echo XOOPS_URL;?>/"><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/logo.jpg" width="342" height="100" alt="<tai> - <slogan>"></a></td>
<form id="pagesearch" action="<?php echo XOOPS_URL;?>/search.php" method="post">
<td width="274" class="title" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top01.gif">
<p style="margin-top:4px; margin-left:28px; color:white;"><b><?php echo _TH_SITEINTRO;?></b>
<div style="margin-left:10px; margin-right:10px; padding-top:10px;">
<?php include ("inc/siteintro.html");?>
</div>
</td>
</form>
<form action="<?php echo XOOPS_URL;?>/user.php" method="post">
<td width="274" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top02.gif">
<p style="padding-top:4px; padding-left:28px; color:white"><b>
<?php
if ($xoopsUser) {
printf(_TH_WELCOME_BACK, $xoopsUser->uname());
} else {
printf(_TH_WELCOME_TO, $meta['title']);
}
?>