Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2302 connectés 

  FORUM HardWare.fr
  Programmation
  HTML/CSS

  CSS + Joomla = problème d'espacement

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

CSS + Joomla = problème d'espacement

n°1733559
EVO_Clubic
The Power Of Dreams
Posté le 19-05-2008 à 10:23:05  profilanswer
 

Bonjour,  
Je créé actuellement un site avec le CMS Joomla et j'ai créé mon template pour celui-ci.  
Ce template a été réalisé en CSS, et j'ai un problème d'alignement sur toutes mes pages...  
Comme des photos valent mieux que des longs discours, voici ce que ça donne :  
 
http://www.boostupload.com/files/image_338_espacement.jpg  
 
Ce problème est survenu alors que je ne touchais pas du tout aux propriétés CSS de ce bloc de texte, et le résultat est le même sous Firefox et Internet Explorer...  
Je vous joins mon CSS :  
 
body {  
width: 900px;  
margin: auto;  
margin-top: 20px;  
margin-bottom: 20px;  
background-image: url("../images/bois.jpg" );  
font-family: Arial, Verdana, "Arial Black", sans-serif;  
font-size: 0.9em;  
}  
 
p {  
 
}  
 
td {  
font-family: Arial, Verdana, "Arial Black", sans-serif;  
font-size: 0.9em;  
}  
 
th {  
font-family: Arial, Verdana, "Arial Black", sans-serif;  
font-size: 0.9em;  
}  
 
a:link {  
text-decoration: none;  
color: #F16623;  
font-weight: bold;  
}  
 
a:visited {  
text-decoration: none;  
color: #F16623;  
font-weight: bold;  
}  
 
a:hover {  
text-decoration: underline;  
color: #8EC641;  
font-weight: bold;  
}  
 
a:active {  
text-decoration: none;  
color: #8EC641;  
font-weight: bold;  
}  
 
#complet {  
width: 900px;  
padding-top: 25px;  
padding-left: 40px;  
padding-bottom: 25px;  
margin: 0px;  
background-color: White;  
}  
 
#haut {  
width: 850px;  
height: 150px;  
background-image: url("../images/banniere.png" );  
background-repeat: no-repeat;  
margin-bottom: 10px;  
}  
 
#photos {  
width: 850px;  
height: 100px;  
background-image: url("../images/banniere.jpg" );  
margin-bottom : 10px;  
}  
 
#gauche {  
float: left;  
width: 175px;  
}  
 
#centre {  
float: left;  
width: 480px;  
margin: 10px;  
}  
 
#pathway {  
float: left;  
width: 380px;  
text-align: left;  
padding: 5px;  
background-image: url("../images/bg-pathway.png" );  
background-repeat: repeat-x;  
}  
 
#date {  
float: left;  
text-align: left;  
padding: 5px;  
background-image: url("../images/bg-pathway.png" );  
background-repeat: repeat-x;  
}  
 
#presentation {  
width: 470px;  
margin-top: 35px;  
}  
 
#news {  
width: 500px;  
}  
 
#droite {  
float: left;  
width: 175px;  
text-align: center;  
}  
 
#footer {  
clear: both;  
width: 845px;  
padding: 5px;  
font-size: 0.8em;  
font-family: Verdana, Arial, "Arial Black", sans-serif;  
text-align: center;  
border: 1px solid #57BF00;  
background-image: url("../images/bg-footer.png" );  
background-repeat: repeat-x;  
}  
 
.contentheading{  
color: #F16623;  
font-size: medium;  
font-family: Arial Black;  
padding-bottom: 0px;  
padding-top: 10px;  
margin-bottom: -10%;  
}  
 
.contentpagetitle {  
font-size: 15px;  
font-weight: bold;  
text-indent: -10%;  
text-decoration: underline;  
}  
 
div.module div div div h3 {  
color: #F16623;  
font-family: Arial, Verdana, "Arial Black", sans-serif;  
font-size: 1.1em;  
}  
 
div.module-menuprincipal h3 {  
font: bold 13px Arial, Helvetica, sans-serif;  
padding-top: 22px;  
padding-left: 37px;  
margin-bottom: 22px;  
color: #F16623;  
}  
div.module-menuprincipal {  
background: url(../images/inferieur_gauche_principal.png) bottom left no-repeat;  
}  
 
div.module-menuprincipal div {  
background: url(../images/superieur_gauche.png) top left no-repeat;  
}  
 
div.module-menuprincipal div div{  
background: url(../images/inferieur_droit_principal.png) bottom right no-repeat;  
height: 422px;  
margin-bottom: 20px;  
}  
 
div.module-menuprincipal div div div {  
background: url(../images/superieur_droit.png) top right no-repeat;  
}  
 
a.mainlevel-menuprincipal {  
display: block;  
background-image :url(../images/boutons.png);  
background-repeat:no-repeat;  
font-size: 1.1em;  
font-weight: bold;  
color: white;  
text-align: left;  
text-indent: 30px;  
text-decoration: none;  
height: 20px;  
padding-bottom: 10px;  
padding-top: 13px;  
}  
 
a:hover.mainlevel-menuprincipal {  
display: block;  
background-image :url(../images/boutons.png);  
background-repeat:no-repeat;  
font-size: 1.1em;  
font-weight: bold;  
color: black;  
text-align: left;  
text-indent: 30px;  
text-decoration: none;  
height: 20px;  
padding-bottom: 10px;  
padding-top: 13px;  
}  
 
a:active.mainlevel-menuprincipal {  
display: block;  
background-image :url(../images/boutons.png);  
background-repeat:no-repeat;  
font-size: 1.1em;  
font-weight: bold;  
color: white;  
text-align: left;  
text-indent: 30px;  
text-decoration: none;  
height: 20px;  
padding-bottom: 10px;  
padding-top: 13px;  
}  
 
div.module-connexion h3 {  
font: bold 13px Arial, Helvetica, sans-serif;  
padding-top: 22px;  
margin-bottom: 22px;  
color: #F16623;  
}  
div.module-connexion {  
background: url(../images/inferieur_gauche_connexion.png) bottom left no-repeat;  
}  
 
div.module-connexion div {  
background: url(../images/superieur_gauche.png) top left no-repeat;  
}  
 
div.module-connexion div div{  
background: url(../images/inferieur_droit_connexion.png) bottom right no-repeat;  
height: 250px;  
margin-bottom: 20px;  
}  
 
div.module-connexion div div div {  
background: url(../images/superieur_droit.png) top right no-repeat;  
}  
 
div.module-connexion a {  
text-decoration: none;  
color: white;  
}  
 
div.module-connexion a:hover {  
text-decoration: none;  
color: black;  
}  
 
div.module-connexion a:active {  
text-decoration: none;  
color: white;  
}  
 
div.module-calendrier h3 {  
font: bold 13px Arial, Helvetica, sans-serif;  
padding-top: 22px;  
margin-bottom: 22px;  
color: #F16623;  
}  
div.module-calendrier {  
background: url(../images/inferieur_gauche_calendrier.png) bottom left no-repeat;  
}  
 
div.module-calendrier div {  
background: url(../images/superieur_gauche.png) top left no-repeat;  
}  
 
div.module-calendrier div div{  
background: url(../images/inferieur_droit_calendrier.png) bottom right no-repeat;  
height: 215px;  
margin-bottom: 20px;  
}  
 
div.module-calendrier div div div {  
background: url(../images/superieur_droit.png) top right no-repeat;  
}  
 
table.contenttoc {  
margin-top: 10px;  
margin-bottom: 10px;  
}  
 
.contenttoc {  
font-size: 10px;  
width: 470px;  
text-align: center;  
}  
 
J'ai essayé d'appliquer des margin, padding en pixels et pourcentage, le seul qui a fonctionné est un margin en pourcentage qui réduit l'espacement, mais cela créé des superpositions de texte à certains endroits de mon site...  
J'ai aussi avec l'outil webdevelopper regardé ce que ça donné, et voici :
 
Résultat Webdevelopper
 
Si vous avez une idée, ou si vous souhaitez plus d'éléments, n'hésitez pas !  
Merci d'avance  ;)


---------------
Championnat GT Sport
mood
Publicité
Posté le 19-05-2008 à 10:23:05  profilanswer
 

n°1733642
gatsu35
Blablaté par Harko
Posté le 19-05-2008 à 12:52:40  profilanswer
 

mais pourquoi à chaque fois ce sont des noobs qui bossent sur des sites web [:sadnoir]

Message cité 1 fois
Message édité par gatsu35 le 19-05-2008 à 12:52:51
n°1733644
EVO_Clubic
The Power Of Dreams
Posté le 19-05-2008 à 12:53:55  profilanswer
 

Merci pour cette réponse constructive qui me sera d'une grande aide  :)


---------------
Championnat GT Sport
n°1733669
gatsu35
Blablaté par Harko
Posté le 19-05-2008 à 13:24:03  profilanswer
 

nan mais on a pas le code HTML associé tu veux qu'on fasse quoi hein :o
 
néanmoins, le code de la CSS est quand même à chier :(

n°1733674
EVO_Clubic
The Power Of Dreams
Posté le 19-05-2008 à 13:30:49  profilanswer
 

C'est pour ça que j'ai mis "si vous souhaitez plus d'éléments..."  :sarcastic:  
 
Et merci pour ton avis une nouvelle fois très constructif digne d'un enfant de 4 ans  [:dawa]


---------------
Championnat GT Sport
n°1733706
dwogsi
Défaillance cérébrale...
Posté le 19-05-2008 à 13:55:57  profilanswer
 

gatsu35 a écrit :

mais pourquoi à chaque fois ce sont des noobs qui bossent sur des sites web [:sadnoir]


Parce que les navigateurs sont plus permissifs qu'un compilateur C par exemple.
Sans parler de PHP...
 

EVO_Clubic a écrit :

C'est pour ça que j'ai mis "si vous souhaitez plus d'éléments..."  :sarcastic:  
 
Et merci pour ton avis une nouvelle fois très constructif digne d'un enfant de 4 ans  [:dawa]


Tu sais pas de quoi tu parles... Bref.
Et donc? le code html? Et pourrais-tu cibler un peu plutôt que tout balancer?


---------------
-- Debian -- Le système d'exploitation universel | Le gras c'est la vie! | /(bb|[^b]{2})/
n°1734282
EVO_Clubic
The Power Of Dreams
Posté le 20-05-2008 à 10:50:26  profilanswer
 

dwogsi a écrit :

Tu sais pas de quoi tu parles... Bref.
Et donc? le code html? Et pourrais-tu cibler un peu plutôt que tout balancer?


 
Je sais peut être pas de quoi je parle, mais ses messages sont inutiles...
 

Citation :

<p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial">Cr&eacute;&eacute;e en 2006 &agrave; l'initiative d'une quarantaine d'acteurs historiques, l'Association R&eacute;gionale de Promotion de l'Eco-construction en Basse Normandie a pour objet la promotion et le d&eacute;veloppement e l'habitat sain et &eacute;cologique en Basse Normandie. Elle se veut f&eacute;d&eacute;ratrice des actions marchandes et non marchandes autour d'une &eacute;thique d'&eacute;co-construction et regroupe des architectes, des constructeurs, des artisans, des associations d'&eacute;co-construction et des &eacute;co-citoyens.</span></span></span></p>
<p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial">{mosimage}</span></span></span></p>
<p class="Bold"><span style="font-size: small"><span><a href="/ARPE/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=33">Lire la suite...</a></span></span></p>


---------------
Championnat GT Sport
n°1734294
gatsu35
Blablaté par Harko
Posté le 20-05-2008 à 10:58:24  profilanswer
 

EVO_Clubic a écrit :


 
Je sais peut être pas de quoi je parle, mais ses messages sont inutiles...
 

Citation :

<p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial">Cr&eacute;&eacute;e en 2006 &agrave; l'initiative d'une quarantaine d'acteurs historiques, l'Association R&eacute;gionale de Promotion de l'Eco-construction en Basse Normandie a pour objet la promotion et le d&eacute;veloppement e l'habitat sain et &eacute;cologique en Basse Normandie. Elle se veut f&eacute;d&eacute;ratrice des actions marchandes et non marchandes autour d'une &eacute;thique d'&eacute;co-construction et regroupe des architectes, des constructeurs, des artisans, des associations d'&eacute;co-construction et des &eacute;co-citoyens.</span></span></span></p>
<p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial">{mosimage}</span></span></span></p>
<p class="Bold"><span style="font-size: small"><span><a href="/ARPE/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=33">Lire la suite...</a></span></span></p>



ce que tu nous a filé ne correspond en rien à ton problème.
ton pb n'est pas lié à cette partie mais aux éléments au dessus, donc tant qu'a faire colle tout le code HTML de la page
au passage utilise la balise [code] [ /code] (sans espace)

n°1734306
EVO_Clubic
The Power Of Dreams
Posté le 20-05-2008 à 11:05:24  profilanswer
 

Je rappelle que j'utilise joomla et que tout le code est enregistré dans la BDD.
 
http://www.boostupload.com/img.php?i=image_312_bdd.jpg


---------------
Championnat GT Sport
n°1734343
gatsu35
Blablaté par Harko
Posté le 20-05-2008 à 11:38:45  profilanswer
 

fournir le code HTML généré de la page ou se trouve ce texte donc aussi le code de joomla hein [:dawa]
 
tu sais faire un CTRL+U sous firefox ? ben tu fais ça et tu copie/colles ici

mood
Publicité
Posté le 20-05-2008 à 11:38:45  profilanswer
 

n°1734460
EVO_Clubic
The Power Of Dreams
Posté le 20-05-2008 à 14:01:51  profilanswer
 

Attention  :pt1cable:  
 

Code :
  1. <?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" >
  3. <head>
  4. <title>Association Régionale de Promotion de l&#039;Eco-construction en Basse Normandie</title>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.     <title>Association Régionale de Promotion de l&#039;Eco-construction en Basse Normandie - Accueil</title>
  7. <meta name="description" content="Joomla - le portail dynamique de gestion de contenu" />
  8. <meta name="keywords" content="Joomla, joomla" />
  9. <meta name="Generator" content="Joomla! - Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved." />
  10. <meta name="robots" content="index, follow" />
  11. <link rel="shortcut icon" href="http://127.0.0.1/ARPE/images/favicon.ico" />
  12.     <link rel="stylesheet" href="http://127.0.0.1/ARPE/templates/arpe/css/template_css.css" type="text/css"/></head>
  13. <body>
  14. <div id="complet">
  15.     <div id="haut">
  16.     </div>
  17.     <div id="photos">
  18.             </div>
  19.     <div id="gauche">
  20.           <div class="module-menuprincipal">
  21.   <div>
  22.    <div>
  23.     <div>
  24.      <h3>Menu principal</h3>
  25. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  26. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_frontpage&amp;Itemid=1" class="mainlevel-menuprincipal" id="active_menu-menuprincipal">Accueil</a></td></tr>
  27. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=33" class="mainlevel-menuprincipal" >L'association</a></td></tr>
  28. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_content&amp;task=view&amp;id=22&amp;Itemid=36" class="mainlevel-menuprincipal" >Actualité</a></td></tr>
  29. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_content&amp;task=view&amp;id=24&amp;Itemid=38" class="mainlevel-menuprincipal" >Agenda</a></td></tr>
  30. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=34" class="mainlevel-menuprincipal" >L'éco-construction</a></td></tr>
  31. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_content&amp;task=view&amp;id=23&amp;Itemid=37" class="mainlevel-menuprincipal" >Annuaire</a></td></tr>
  32. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_artforms&amp;formid=1&amp;Itemid=35" class="mainlevel-menuprincipal" >Contact</a></td></tr>
  33. <tr align="left"><td><a href="http://127.0.0.1/ARPE/index.php?option=com_search&amp;Itemid=5" class="mainlevel-menuprincipal" >Rechercher</a></td></tr>
  34. </table>     </div>
  35.    </div>
  36.   </div>
  37.  </div>
  38.      </div>
  39.     <div id="centre">
  40.        <div id="pathway">
  41.              <span class="pathway">Accueil </span>         </div>
  42.             <div id="date">
  43.              20-05-2008            </div>
  44.         <div id="presentation">
  45.             <table class="blog" cellpadding="0" cellspacing="0"><tr><td valign="top"><div>    <table class="contentpaneopen">
  46.   <tr>
  47.        <td class="contentheading" width="100%">
  48.     Bienvenue sur le site de l'ARPE         </td>
  49.       </tr>
  50.   </table>
  51.  <table class="contentpaneopen">
  52.    <tr>
  53.   <td align="justify" valign="top" colspan="2" width="470">
  54.                    <br /><br /><br /><br />
  55.                 <p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial">Cr&eacute;&eacute;e en 2006 &agrave; l'initiative d'une quarantaine d'acteurs historiques, l'Association R&eacute;gionale de Promotion de l'Eco-construction en Basse Normandie a pour objet la promotion et le d&eacute;veloppement e l'habitat sain et &eacute;cologique en Basse Normandie. Elle se veut f&eacute;d&eacute;ratrice des actions marchandes et non marchandes autour d'une &eacute;thique d'&eacute;co-construction et regroupe des architectes, des constructeurs, des artisans, des associations d'&eacute;co-construction et des &eacute;co-citoyens.</span></span></span></p>
  56. <p class="Bold"><span style="font-size: small"><span><span style="font-family: Arial"><div class="mosimage"  style=" float: center;" align="center"><img src="http://127.0.0.1/ARPE/images/stories/images-arpe/23602840.jpg" width="133" height="100" hspace="6" alt="Image" title="Image" border="0" /><div class="mosimage_caption" style="text-align: center;" align="center">Maison en bois</div></div></span></span></span></p>
  57. <p class="Bold"><span style="font-size: small"><span><a href="/ARPE/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=33">Lire la suite...</a></span></span></p>   </td>
  58.  </tr>
  59.    </table>
  60.  <span class="article_seperator">&nbsp;</span>
  61.  </div></td></tr></table>        </div>
  62.         <div id="news">
  63.                     </div>
  64.    </div>
  65.     <div id="droite">
  66.           <div class="module-calendrier">
  67.   <div>
  68.    <div>
  69.     <div>
  70.      <h3>Calendrier de l'ARPE</h3><link href='modules/mod_events_cal.css' rel='stylesheet' type='text/css' />
  71. <table cellpadding="0" cellspacing="0" width="140" align="center" class="mod_events_monthyear">
  72. <tr >
  73. <td><a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_year&amp;day=1&amp;month=05&amp;year=2007&amp;mod_cal_year=2007&amp;mod_cal_month=05" title="Voir le calendrier - année précédente">&laquo;</a>
  74. </td><td><a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_month&amp;day=1&amp;month=4&amp;year=2008&amp;mod_cal_year=2008&amp;mod_cal_month=4" title="Voir le calendrier - mois précédent">&lt;</a>
  75. </td><td align="center"><a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_month&amp;month=05&amp;year=2008" title="Voir le calendrier - mois actuel">Mai</a>
  76. <a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_year&amp;month=05&amp;year=2008" title="Voir le calendrier - année actuelle">2008</a>
  77. </td><td><a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_month&amp;day=1&amp;month=6&amp;year=2008&amp;mod_cal_year=2008&amp;mod_cal_month=6" title="Voir le calendrier - mois prochain">&gt;</a>
  78. </td><td><a class="mod_events_link" href="http://127.0.0.1/ARPE/index.php?option=com_events&amp;Itemid=1&amp;task=view_year&amp;day=1&amp;month=05&amp;year=2009&amp;mod_cal_year=2009&amp;mod_cal_month=05" title="Voir le calendrier - année prochaine">&raquo;</a>
  79. </td></tr>
  80. </table>
  81. <table align="center" class="mod_events_table" cellspacing="0" cellpadding="2">
  82. <tr class="mod_events_dayname">
  83. <td class='mod_events_td_dayname'><span class="sunday">D</span></td>
  84. <td class='mod_events_td_dayname'>L</td>
  85. <td class='mod_events_td_dayname'>M</td>
  86. <td class='mod_events_td_dayname'>M</td>
  87. <td class='mod_events_td_dayname'>J</td>
  88. <td class='mod_events_td_dayname'>V</td>
  89. <td class='mod_events_td_dayname'><span class="saturday">S</span></td>
  90. </tr>
  91. <tr>
  92. <td class='mod_events_td_dayoutofmonth'>27</td>
  93. <td class='mod_events_td_dayoutofmonth'>28</td>
  94. <td class='mod_events_td_dayoutofmonth'>29</td>
  95. <td class='mod_events_td_dayoutofmonth'>30</td>
  96. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=01&amp;Itemid=1' title='Voir le calendrier - jour actuel'>1</a></td>
  97. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=02&amp;Itemid=1' title='Voir le calendrier - jour actuel'>2</a></td>
  98. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=03&amp;Itemid=1' title='Voir le calendrier - jour actuel'>3</a></td>
  99. </tr>
  100. <tr><td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=04&amp;Itemid=1' title='Voir le calendrier - jour actuel'>4</a></td>
  101. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=05&amp;Itemid=1' title='Voir le calendrier - jour actuel'>5</a></td>
  102. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=06&amp;Itemid=1' title='Voir le calendrier - jour actuel'>6</a></td>
  103. <td class='mod_events_td_daywithevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=07&amp;Itemid=1' title='Voir le calendrier - jour actuel'><b>7</b></a></td>
  104. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=08&amp;Itemid=1' title='Voir le calendrier - jour actuel'>8</a></td>
  105. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=09&amp;Itemid=1' title='Voir le calendrier - jour actuel'>9</a></td>
  106. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=10&amp;Itemid=1' title='Voir le calendrier - jour actuel'>10</a></td>
  107. </tr>
  108. <tr><td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=11&amp;Itemid=1' title='Voir le calendrier - jour actuel'>11</a></td>
  109. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=12&amp;Itemid=1' title='Voir le calendrier - jour actuel'>12</a></td>
  110. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=13&amp;Itemid=1' title='Voir le calendrier - jour actuel'>13</a></td>
  111. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=14&amp;Itemid=1' title='Voir le calendrier - jour actuel'>14</a></td>
  112. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=15&amp;Itemid=1' title='Voir le calendrier - jour actuel'>15</a></td>
  113. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=16&amp;Itemid=1' title='Voir le calendrier - jour actuel'>16</a></td>
  114. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=17&amp;Itemid=1' title='Voir le calendrier - jour actuel'>17</a></td>
  115. </tr>
  116. <tr><td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=18&amp;Itemid=1' title='Voir le calendrier - jour actuel'>18</a></td>
  117. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=19&amp;Itemid=1' title='Voir le calendrier - jour actuel'>19</a></td>
  118. <td class='mod_events_td_todaynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=20&amp;Itemid=1' title='Voir le calendrier - jour actuel'>20</a></td>
  119. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=21&amp;Itemid=1' title='Voir le calendrier - jour actuel'>21</a></td>
  120. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=22&amp;Itemid=1' title='Voir le calendrier - jour actuel'>22</a></td>
  121. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=23&amp;Itemid=1' title='Voir le calendrier - jour actuel'>23</a></td>
  122. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=24&amp;Itemid=1' title='Voir le calendrier - jour actuel'>24</a></td>
  123. </tr>
  124. <tr><td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=25&amp;Itemid=1' title='Voir le calendrier - jour actuel'>25</a></td>
  125. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=26&amp;Itemid=1' title='Voir le calendrier - jour actuel'>26</a></td>
  126. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=27&amp;Itemid=1' title='Voir le calendrier - jour actuel'>27</a></td>
  127. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=28&amp;Itemid=1' title='Voir le calendrier - jour actuel'>28</a></td>
  128. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=29&amp;Itemid=1' title='Voir le calendrier - jour actuel'>29</a></td>
  129. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=30&amp;Itemid=1' title='Voir le calendrier - jour actuel'>30</a></td>
  130. <td class='mod_events_td_daynoevents'><a class='mod_events_daylink' href='http://127.0.0.1/ARPE/index.php?option=com_events&amp;task=view_day&amp;year=2008&amp;month=05&amp;day=31&amp;Itemid=1' title='Voir le calendrier - jour actuel'>31</a></td>
  131. </tr></table>
  132.     </div>
  133.    </div>
  134.   </div>
  135.  </div>
  136.    <div class="module-connexion">
  137.   <div>
  138.    <div>
  139.     <div>
  140.      <h3>Espace adhérents</h3> <form action="http://127.0.0.1/ARPE/index.php" method="post" name="login" >
  141. <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  142. <tr>
  143.  <td>
  144.   <label for="mod_login_username">
  145.    Nom d'utilisateur   </label>
  146.   <br />
  147.   <input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
  148.   <br />
  149.   <label for="mod_login_password">
  150.    Mot de passe   </label>
  151.   <br />
  152.   <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
  153.   <br />
  154.   <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
  155.   <label for="mod_login_remember">
  156.    Se souvenir de moi   </label>
  157.   <br />
  158.   <input type="submit" name="Submit" class="button" value="Se connecter" />
  159.  </td>
  160. </tr>
  161. <tr>
  162.  <td>
  163.   <a href="http://127.0.0.1/ARPE/index.php?option=com_registration&amp;task=lostPassword">
  164.    Mot de passe oublié&nbsp;?</a>
  165.  </td>
  166. </tr>
  167.   <tr>
  168.   <td>
  169.    Pas encore de compte&nbsp;?    <a href="http://127.0.0.1/ARPE/index.php?option=com_registration&amp;task=register">
  170.     Enregistrez-vous</a>
  171.   </td>
  172.  </tr>
  173.   </table>
  174. <input type="hidden" name="option" value="login" />
  175. <input type="hidden" name="op2" value="login" />
  176. <input type="hidden" name="lang" value="french" />
  177. <input type="hidden" name="return" value="http://127.0.0.1/ARPE/index.php" />
  178. <input type="hidden" name="message" value="0" />
  179. <input type="hidden" name="force_session" value="1" />
  180. <input type="hidden" name="je7750484a5597d114ed85177146243a5" value="1" />
  181. </form>
  182.      </div>
  183.    </div>
  184.   </div>
  185.  </div>
  186.    <div class="module">
  187.   <div>
  188.    <div>
  189.     <div>
  190.      <h3>Contact</h3><?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  191. <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" >
  192. <head>
  193. </head>
  194. <body>
  195. ARPE Basse Normandie<br />
  196. 51, Quai de Juillet<br />
  197. 14000 Caen<br />
  198. 02.31.34.57.24<br />
  199. contact@arpe-bn.com<br /><br /><br />
  200. </body>
  201. </html>
  202.     </div>
  203.    </div>
  204.   </div>
  205.  </div>
  206.     </div>
  207.     <div id="footer">
  208.         Powered by <a href="http://www.joomla.org">Joomla!</a> et valide <a href="http://validator.w3.org/check/referer">XHTML</a> et
  209.         <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.<br />
  210.    </div>
  211. </div>
  212. </body>
  213. </html><!-- 1211284852 -->


Message édité par EVO_Clubic le 20-05-2008 à 14:02:40

---------------
Championnat GT Sport
n°1734529
gatsu35
Blablaté par Harko
Posté le 20-05-2008 à 14:38:11  profilanswer
 

nan mais apres tu t'etonnes de l'espacement :'(
 

Code :
  1. <br /><br /><br /><br />

n°1734540
EVO_Clubic
The Power Of Dreams
Posté le 20-05-2008 à 14:45:17  profilanswer
 

Mes plus pâles excuses  [:rougit2]
Et merci  [:babou1980]


Message édité par EVO_Clubic le 20-05-2008 à 14:47:41

---------------
Championnat GT Sport

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  HTML/CSS

  CSS + Joomla = problème d'espacement

 

Sujets relatifs
Différence PHP html et JoomlaMySQL : Problème de date
Problème css/htmlProblème de session: deconnexion.
[C] probleme avec librairie mysql.h [résolu][WEB] Problème d'hebergement
Problème avec JButton et SetIcon...[résolu]Pb avec LoadMovie:fonctionne ou pas selon l'anim à charger
PayPal IPN, Problème IPN PayPal (je ne recois plus la notification)besoin d'aide pb JAVA declaration impots + videos SVP
Plus de sujets relatifs à : CSS + Joomla = problème d'espacement


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR