Bannière à centrer (PHP)

Bannière à centrer (PHP) - Web design - Graphisme

Marsh Posté le 20-03-2007 à 19:53:35    

Salut à tous !!! :-)
 
Tout d'abord, regardez , si vous le voulez bien ^_^  
 

Code :
  1. <body>
  2. <table style="margin-left: auto;margin-right: auto;text-align: left; width:100%; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);" cellpadding="0" cellspacing="0">
  3.  <tr style="vertical-align: center; text-align: left;">
  4.   <td style="width: 1px; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);"></td>
  5.   <td style="width: 920px; height: 220px; background-image:url(themes/pitipiedkipue/images/header.jpg);"></td>
  6.   <td style="width: 1px; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);"></td>
  7.  </tr>
  8. </table>
  9. <?php
  10. if(!$user[0])
  11. {
  12. ?>
  13. <table style="margin-left: auto;margin-right: auto;text-align: left; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/login.jpg);" cellpadding="0" cellspacing="0">
  14.  <tr style="vertical-align: middle; text-align: left;">
  15.   <form action="index.php?file=User&amp;nuked_nude=index&amp;op=login" method="post" enctype="multipart/form-data">
  16.   <td style="width: 9%; height: 100%;"></td>
  17.   <td style="width: 7%; height: 100%;"><input type="text" name="pseudo" value="<?php echo $user[2]; ?>" style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  18.   <td style="width: 12%; height: 100%;"><input type="hidden" name="remember_me" value="ok" /></td>
  19.   <td style="width: 12%; height: 100%;"><input type="password" name="pass" value style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  20.   <td style="width: 2%; height: 100%;"><input type="image" value="login" src="themes/pitipiedkipue/images/go.gif" style="border: 0px; width: 25px; height: 19px;" /></td>
  21.   <td style="width: 54%; height: 100%;"></td>
  22.   </form>
  23.  </tr>
  24. </table>
  25. <?php
  26. }else{
  27. ?>
  28. <table style="margin-left: auto;margin-right: auto; text-align: center; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/ss-headervide.jpg);" cellpadding="0" cellspacing="0">
  29.  <tr style="vertical-align: middle; text-align: left;">
  30.   <td style="width: 5%; height: 100%;"></td>
  31.   <td style="width: 80%; height: 100%; text-align: left;"><?php echo"" . _WELCOME . " " . $user[2] . " " . $on . " "; ?> <b>:</b> <a href="index.php?file=User" style="color:#ffffff">Compte</a> <b>/</b> <a href="index.php?file=User&nuked_nude=index&op=logout" style="color:#ffffff">Logout</a> </td>
  32.   <td style="width: 15%; height: 100%;"></td>
  33.  </tr>
  34. </table>


 
Voilà ^_^ vous voyez le problème :-) J'aimerai que mon image soit au centre... Et que le reste de la largeur de l'écran soit "noir"...
De plus, j'aimerai que la barre ou l'on doit insérer le login soit "débordée" elle aussi par du noir.
 
Vous voyez ce que je veux dire ?
Merci d'avance.
 

Reply

Marsh Posté le 20-03-2007 à 19:53:35   

Reply

Marsh Posté le 20-03-2007 à 20:00:10    

Citation :

Vous voyez ce que je veux dire ?


 
Hélas non... Section programmation surement :)
 


---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:07:38    

C'est pas de la programmation... Enfin ^o) je pense... :-/
 
Heu... je vais aller voir alors... :-s
 
OUECH  :sweat:  autant pour moi :-s
 
Un modo peut-il deleter ? :-) Merci


Message édité par pitipiedkipue le 20-03-2007 à 20:08:49
Reply

Marsh Posté le 20-03-2007 à 20:26:30    

Et que je t'y reprenne plus...
 

Code :
  1. <table align="center" etc....>


 
Y a aussi la methode css, mais celle ci fonctionne aussi ;)


---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:29:56    

et tu peux pas centrer qq chose qui prend toute la page si tu mets ceci : (vu que ca prend toute la page...)
 

Code :
  1. width:100%;


---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:33:35    

Mais, ça ne donne rien :-(
 
http://membres.lycos.fr/nc4k/nk/index.php?file=News
 
Je comprend pas trop tes réponses  :sweat: C'est quelles lignes que je dois modifier ?


Message édité par pitipiedkipue le 20-03-2007 à 20:34:55
Reply

Marsh Posté le 20-03-2007 à 20:41:16    

Code :
  1. background-repeat: no-repeat; background-position: center;


Qui donne ->

Code :
  1. <body>   
  2. <table style="margin-left: auto;margin-right: auto;text-align: left; width:100%; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg); background-repeat: no-repeat; background-position: center;" cellpadding="0" cellspacing="0">
  3. <tr style="vertical-align: center; text-align: left;">
  4. etc...
  5. etc...
  6. </tr>
  7. </table>


---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:47:05    

Ce n'étais pas tout à fait là que je devais le placer, mais merci pour ce code ! :-)
 
Il me sera bien utile :-)
 
Je vais maintenant essayé de mettre du "noir" en arrière de la ligne pour le login... Si vous avez des idées ;-)  
 

Code :
  1. <?php
  2. if(!$user[0])
  3. {
  4. ?>
  5. <table style="margin-left: auto;margin-right: auto;text-align: left; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/login.jpg);" cellpadding="0" cellspacing="0">
  6.  <tr style="vertical-align: middle; text-align: left;">
  7.   <form action="index.php?file=User&amp;nuked_nude=index&amp;op=login" method="post" enctype="multipart/form-data">
  8.   <td style="width: 9%; height: 100%;"></td>
  9.   <td style="width: 7%; height: 100%;"><input type="text" name="pseudo" value="<?php echo $user[2]; ?>" style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  10.   <td style="width: 12%; height: 100%;"><input type="hidden" name="remember_me" value="ok" /></td>
  11.   <td style="width: 12%; height: 100%;"><input type="password" name="pass" value style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  12.   <td style="width: 2%; height: 100%;"><input type="image" value="login" src="themes/pitipiedkipue/images/go.gif" style="border: 0px; width: 25px; height: 19px;" /></td>
  13.   <td style="width: 54%; height: 100%;"></td>
  14.   </form>
  15.  </tr>
  16. </table>
  17. <?php
  18. }else{
  19. ?>
  20. <table style="margin-left: auto;margin-right: auto; text-align: center; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/ss-headervide.jpg);" cellpadding="0" cellspacing="0">
  21.  <tr style="vertical-align: middle; text-align: left;">
  22.   <td style="width: 5%; height: 100%;"></td>
  23.   <td style="width: 80%; height: 100%; text-align: left;"><?php echo"" . _WELCOME . " " . $user[2] . " " . $on . " "; ?> <b>:</b> <a href="index.php?file=User" style="color:#ffffff">Compte</a> <b>/</b> <a href="index.php?file=User&nuked_nude=index&op=logout" style="color:#ffffff">Logout</a> </td>
  24.   <td style="width: 15%; height: 100%;"></td>
  25.  </tr>
  26. </table>


 
Merci pour vos réponses !


Message édité par pitipiedkipue le 20-03-2007 à 20:49:41
Reply

Marsh Posté le 20-03-2007 à 20:52:18    

Ben essayes ça...
 

Code :
  1. <body>
  2. <table style="margin-left: auto;margin-right: auto;text-align: left; width:100%; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);" cellpadding="0" cellspacing="0">
  3.  <tr style="vertical-align: center; text-align: left;">
  4.   <td style="width: 1px; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);"></td>
  5.   <td style="width: 920px; height: 220px; background-image:url(themes/pitipiedkipue/images/header.jpg);"></td>
  6.   <td style="width: 1px; height: 220px; background-image:url(themes/pitipiedkipue/images/noir.jpg);"></td>
  7. </tr>
  8. <?php
  9. if(!$user[0])
  10. {
  11. ?>
  12. <tr>
  13. <td colspan="3">
  14. <table style="margin-left: auto;margin-right: auto;text-align: left; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/login.jpg);" cellpadding="0" cellspacing="0">
  15.  <tr style="vertical-align: middle; text-align: left;">
  16.   <form action="index.php?file=User&amp;nuked_nude=index&amp;op=login" method="post" enctype="multipart/form-data">
  17.   <td style="width: 9%; height: 100%;"></td>
  18.   <td style="width: 7%; height: 100%;"><input type="text" name="pseudo" value="<?php echo $user[2]; ?>" style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  19.   <td style="width: 12%; height: 100%;"><input type="hidden" name="remember_me" value="ok" /></td>
  20.   <td style="width: 12%; height: 100%;"><input type="password" name="pass" value style="width: 75px; height:12px; FONT-SIZE: 9px;" /></td>
  21.   <td style="width: 2%; height: 100%;"><input type="image" value="login" src="themes/pitipiedkipue/images/go.gif" style="border: 0px; width: 25px; height: 19px;" /></td>
  22.   <td style="width: 54%; height: 100%;"></td>
  23.   </form>
  24.  </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <?php
  29. }else{
  30. ?>
  31. <tr>
  32. <td colspan="3">
  33. <table style="margin-left: auto;margin-right: auto; text-align: center; width: 920px; height: 32px; background-image:url(themes/pitipiedkipue/images/ss-headervide.jpg);" cellpadding="0" cellspacing="0">
  34.  <tr style="vertical-align: middle; text-align: left;">
  35.   <td style="width: 5%; height: 100%;"></td>
  36.   <td style="width: 80%; height: 100%; text-align: left;"><?php echo"" . _WELCOME . " " . $user[2] . " " . $on . " "; ?> <b>:</b> <a href="index.php?file=User" style="color:#ffffff">Compte</a> <b>/</b> <a href="index.php?file=User&nuked_nude=index&op=logout" style="color:#ffffff">Logout</a> </td>
  37.   <td style="width: 15%; height: 100%;"></td>
  38.  </tr>
  39. </table>
  40. </td>
  41. </tr>
  42. <?php } ?>
  43. </table>


Message édité par Pyksel le 20-03-2007 à 20:58:57

---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:57:15    

J'ai édité les fautes de mon code ;) ;) ;)


---------------
Rien est impossible, il suffit d'y croire !
Reply

Marsh Posté le 20-03-2007 à 20:57:15   

Reply

Marsh Posté le 20-03-2007 à 20:59:20    

Et les tiennes ;) Mais le code est pas propre du tout de toute façon :)


---------------
Rien est impossible, il suffit d'y croire !
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed