Lien vers la galerie.
Hors ligne
http://www.carabin.fr/~photo//phpwebgallery/
En fait elle remplce une ancienne galerie qui etait faite avec coppermine. C'est pour ca qu'elle est bien remplie... mais pour l'instant mes utilisaterus n'ont pas le lien pour l'utiliser.
Et en fait je voudrais simplment que ca rentre dans le cadre en haut :)
Hors ligne
il faut que tu rajoute ce code dans un fichier css:
#the_page { margin:0 auto; /* pour centrer */ width:900px; }
si tu ne veux modifier que ca, tu peux le faire dans le local_layout.css je crois (?)
Hors ligne
Solution:
#thePicturePage #the_page,
#theCategoryPage #the_page { width: 900px; margin: 0px auto; }
A ajouter en fin de ./template-common/local-layout.css
(Il n'existe pas? Ok, on le crée...)
8-)
Cependant...
Tout ça dessous, c'est franchement pas beau du tout:
<center>
<table width="100%" border="0" cellspacing="2" bgcolor="#FFFFCC">
<tr>
<td> </td>
<td><table id="Tableau_01" width="889" height="110" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2">
<a href="http://www.carabin.fr/"
onmouseover="window.status='etudiant medecine creteil'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/etudiant-medecine-creteil.gif" width="232" height="109" border="0" alt=""></a></td>
<td rowspan="2">
<a href="http://www.carabin.fr/"
onmouseover="window.status='etudiant medecine creteil'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/etudiant-medecine-cretei-03.gif" width="207" height="109" border="0" alt=""></a></td>
<td colspan="3">
<img src="images/Sans-titre-1_03.gif" width="223" height="79" alt=""></td>
<td colspan="3">
<img src="images/Sans-titre-1_04.gif" width="227" height="79" alt=""></td>
</tr>
<tr>
<td>
<a href="http://www.carabin.fr/">
<img src="images/Sans-titre-1_05.gif" width="105" height="30" border="0" alt=""></a></td>
<td>
<a href="http://www.carabin.fr/modules.php?name=Forums">
<img src="images/Sans-titre-1_06.gif" width="105" height="30" border="0" alt=""></a></td>
<td colspan="2">
<a href="http://www.carabin.fr/photo">
<img src="images/Sans-titre-1_07.gif" width="105" height="30" border="0" alt=""></a></td>
<td>
<a href="http://www.carabin.fr/modules.php?name=Your_Account&op=logout">
<img src="images/Sans-titre-1_08.gif" width="104" height="30" border="0" alt=""></a></td>
<td>
<img src="images/Sans-titre-1_09.gif" width="31" height="30" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="232" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="207" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="105" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="105" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="13" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="92" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="104" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="31" height="1" alt=""></td>
</tr>
</table></td>
<td></td>
</tr>
</table>
</center>
Pour ceux qui ne me croiraient pas:
Result: 6 errors / 1 warning
line 44 column 27 - Error: element "CENTER" undefined
line 45 column 55 - Error: there is no attribute "BGCOLOR"
line 48 column 50 - Error: there is no attribute "HEIGHT"
line 54 column 84 - Error: there is no attribute "BORDER"
line 76 column 64 - Warning: cannot generate system identifier for general entity "op"
line 76 column 64 - Error: general entity "op" not defined and no default entity
line 76 column 66 - Error: reference to entity "op" for which no system identifier could be generated
line 76 column 63 - Info: entity was defined here
Et quand c'est pas moi qui le dit:
flipflip, dans un autre topic, a écrit:
Aïe ça pique les yeux .... Il faut savoir que les tableaux sont pour présenter des données tabulaire, un tableau en gros. Il est recommander d'utiliser les div, span et autre balise dédié au placement des objects dans une page web. ...
8-)
Hors ligne
merci !
1- De votre réponse.
2- De vos conseils.
En attendant de remettre ca au propre j'ai viré le tableau :)
J'ai ouvert la galerie au publique avec simplement qqs liens.
Tant pis si c'est pas le meme heauder que le site
le site: http://www.carabin.fr/
galerie photo : http://www.carabin.fr/~photo//phpwebgallery/
Hors ligne