website logo
Auteur
avatar
[-Jarod-]

Forum » » Le coin des codeurs » » Problème alignement dans le header de mon thème


Posté : 12-05-2005 17:01 icone du post

Bonjour tout le monde !

Sur le site http://www.editions-normant.com/index.php?op=edito j'ai un problème qui m'embete énormément.

Dans le header, Recherche, Sujets et En partenariat..
sont alignés certes, mais sont dans le haut !!!!!

Je ne comprends absolument pas d'où celà peux venir.

Voici le code correspondant:


<?php
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0 height=25>

    <
TR>
<
TD bgcolor=#F0EEE1 height=25 align=right valign=baseline><?php
         
$MT_search="<form action=\"search.php\" method=\"post\"><b>".translate("Search")."</b>

         <input class= font>\"TEXTBOX_STANDARD\" type=\"name\" name=\"query\" size=\"10\"></form>";
echo $MT_search;
?>
</TD>

        <TD bgcolor=#F0EEE1&n bsp;height=25 width=250 align=middle valign=baseline>
<?php
$MT_search_topics=
"<form action=\"search.php\" method=\"post\"><b>".translate("Topics")." </b>";

         $toplist = my sql_query(
"select topicid, topictext from topics  order by topictext");

         $MT_search_topics.= nt>"<select class=\"TEXTBOX_STANDARD\" name=\"topic\"onChange='submit()'>" ;

         $MT_search_topics.= nt>"<option value=\"\">".translate("All Topics")."</option>\n";

         while(list($topicid,&nb sp;$topics) = mysql_fetch_row($toplist)) 
{

            $MT_s earch_topics.=
"<option $sel value=\"$topicid\">$topics</option>\n";

         
}

         $MT_search_topics.= nt>"</select></form>";
    echo $MT_search_topics;

?>
</TD>
<TD bgcolor=#F0EEE1 height=50 align=left valign=baseli ne>En partenariat avec <a href=http://www.fnac.com/de fault.asp?NID=0&RNID=0&Origin=EDITIONSNORMANT&OriginClick=yes  target=_blank><b><i>fnac.com</b></i></a></T D>
</tr></table>        &nbs p;              ;                           & nbsp;            &n bsp;            &nb sp;            &nbs p;              ;                  
?>




inutile de dire que si quelqu'un voit quelque chose qui lui saute aux yeux.....

Merci a vous!

Cet article provient de NPDS REvolution 16
https://lab.grottes-et-karsts-de-chine.org/viewtopic.php?topic=16550&forum=5