|
[-Jarod-] 1732
| Posté : 12-05-2005 17:01
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.="<select class=\"TEXTBOX_STANDARD\" name=\"topic\"onChange='submit()'>" ;
$MT_search_topics.="<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.="</select></form>";
echo $MT_search_topics;
?>
</TD>
<TD bgcolor=#F0EEE1 height=50 align=left valign=baseline>En partenariat avec <a href=http://www.fnac.com/default.asp?NID=0&RNID=0&Origin=EDITIONSNORMANT&OriginClick=yes target=_blank><b><i>fnac.com</b></i></a></TD>
</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! |  Profil E-mail www
|
|
Tribal-Dolphin 4374
| Posté : 12-05-2005 22:38
essaye un valign= absmidle
Tu peut aussi passer le sellpading / cellspacing à 1 ou 2 |  Profil
|
|
[-Jarod-] 1732
| Posté : 13-05-2005 14:56
avec valign = "absmiddle" ça marche impeccable sur firefox.
Mais sous IE ça reste bloqué en haut!
Damned! c possible que ça soit a cause des balises < form > que ça fasse ça? |  Profil E-mail www
|
|
Tribal-Dolphin 4374
| Posté : 13-05-2005 22:49
ça peut.
Met des balises d'align dans ton form. |  Profil
|
|
[-Jarod-] 1732
| Posté : 14-05-2005 02:46
genre comme ça?
< form valign=middle > |  Profil E-mail www
|
|
Tribal-Dolphin 4374
| Posté : 14-05-2005 10:28
Je vien de vérifier, c pas possible. mais tu passer par des < span > |  Profil
|
|
[-Jarod-] 1732
| Posté : 14-05-2005 16:46
ou la je ne te suis plus la...
ça fonctionne comment les span? |  Profil E-mail www
|
|
Tito 7758
| Posté : 14-05-2005 18:29
Span c'est une balise qui ne sert strictement à rien sauf à mettre un STYLE dedans pour modifier la mise en forme |  Profil E-mail www
|
|
[-Jarod-] 1732
| Posté : 14-05-2005 18:35
oki est dans mon cas je pourrai mettre un truc genre
<span valign=middle> ? |  Profil E-mail www
|
|
Tribal-Dolphin 4374
| Posté : 14-05-2005 19:59
tout a fait |  Profil
|
|