Problème Page d'accueil Bouton_activeProblème Page d'accueil Bouton_hoverProblème Page d'accueil Fb-hoverProblème Page d'accueil Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Problème Page d'accueil EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Problème Page d'accueil EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Problème Page d'accueil EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Problème Page d'accueil EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Problème Page d'accueil EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Problème Page d'accueil EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Problème Page d'accueil EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Problème Page d'accueil EmptyMar 07 Fév 2023, 08:40 par Oxtran

-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

Partagez
 

Problème Page d'accueil

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://pravusjudico.forumactif.com/forum.htm
U L I X E S ♪
U L I X E S ♪
{ Membre }
{ Membre }

Masculin Messages : 280



Problème Page d'accueil Empty
Bonsoir à vous !

Alors voilà, je vais un nouveau forum et donc j'ai fait la page d'accueil {en image mais seulement avec le contexte écrit "normalement"}. Donc pour faire cela je me suis servie de DREAMWEAVER. Jusque là, aucun soucis. Mais c'est quand je mets le rendu sur mon forum voilà ce que cela me fait.

~ Poudlard Omnis ~

Donc, je ne sais si vous le voyez où non, mais les images découpées sont espacées dans la PA. Le but serait donc d'enlever ses espacements (qui sont dû au bordure des tableaux).

Voilà le code :

Code:
<body>
<table width="200" border="1">
  <tr>
    <td><img src="http://img19.imageshack.us/img19/7194/sanstitre101.png" /></td>
  </tr>
</table>
<table width="200" border="1" align="left">
  <tr>
    <td><img src="http://img19.imageshack.us/img19/491/sanstitre102.png" /></td>
  </tr>
</table>
<table width="208" border="1" align="left">
  <tr>
    <td width="198" height="156"><div style="overflow: auto; width: 187px; height: 144px; border: 1px solid; -moz-border-radius: 10px; padding: 3px;">testestets</div></td>
  </tr>
  <tr>
    <td height="360"><img src="http://img641.imageshack.us/img641/2645/sanstitre105.png"/></td>
  </tr>
</table>
<table width="55">
  <tr>
    <td width="86"><img src="http://img691.imageshack.us/img691/5278/sanstitre104.png"/></td>
  </tr>
</table>
</body>

Tchuss !!
MessageSujet: Problème Page d'accueil   Problème Page d'accueil EmptyMer 27 Jan 2010, 16:54
Revenir en haut Aller en bas
http://kiss-university.forumactif.org/
Ikø'
Ikø'
Pika'Ghøst~ Maîtresse des pelles ~
Pika'Ghøst
~ Maîtresse des pelles ~

Féminin Messages : 3193



Problème Page d'accueil Empty
Code:
<body>
<table width="200">
  <tr>
    <td><img src="http://img19.imageshack.us/img19/7194/sanstitre101.png" /></td>
  </tr>
</table>
<table width="200" align="left">
  <tr>
    <td><img src="http://img19.imageshack.us/img19/491/sanstitre102.png" /></td>
  </tr>
</table>
<table width="208" align="left">
  <tr>
    <td width="198" height="156"><div style="overflow: auto; width: 187px; height: 144px; border: 1px solid; -moz-border-radius: 10px; padding: 3px;">testestets</div></td>
  </tr>
  <tr>
    <td height="360"><img src="http://img641.imageshack.us/img641/2645/sanstitre105.png"/></td>
  </tr>
</table>
<table width="55">
  <tr>
    <td width="86"><img src="http://img691.imageshack.us/img691/5278/sanstitre104.png"/></td>
  </tr>
</table>
</body>
Essaie ce code, j'ai enlevé tout ce qui avait attrait aux bordues dans les tables =D
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil EmptyMer 27 Jan 2010, 18:35
Revenir en haut Aller en bas
http://pravusjudico.forumactif.com/forum.htm
U L I X E S ♪
U L I X E S ♪
{ Membre }
{ Membre }

Masculin Messages : 280



Problème Page d'accueil Empty
C'est toujours pareil :/
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil EmptyJeu 28 Jan 2010, 14:31
Revenir en haut Aller en bas
http://ny-university.superforum.fr/
Thalie
Thalie
{ Membre actif }
{ Membre actif }

Féminin Messages : 317



Problème Page d'accueil Empty
Et voilà m'mselle
Code:
<table width="200">
<tr>
<td>
<table>
  <tr>
    <td><img src="http://img19.imageshack.us/img19/7194/sanstitre101.png" /></td>
  </tr>
</table>

<table align="left" style="margin-top:-6px;">
  <tr>
    <td><img src="http://img19.imageshack.us/img19/491/sanstitre102.png" /></td>
  </tr>
</table>

<table align="left" style="margin-top:-5px; margin-left:-6px; margin-right:-6px;">
  <tr>
    <td height="152">
   <div style="overflow: auto; width: 187px; height: 144px; border: 1px solid; -moz-border-radius: 10px; padding: 3px;">testestets</div></td>
  </tr>
  <tr>
    <td height="360" style="margin-top:-5px;"><img src="http://img641.imageshack.us/img641/2645/sanstitre105.png"/></td>
  </tr>
</table>

<table style="margin-top:-6px; margin-left:1px;">
  <tr>
    <td><img src="http://img691.imageshack.us/img691/5278/sanstitre104.png"/></td>
  </tr>
</table>
</td>
</tr>
</table>
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil EmptyJeu 28 Jan 2010, 16:58
Revenir en haut Aller en bas
http://pravusjudico.forumactif.com/forum.htm
U L I X E S ♪
U L I X E S ♪
{ Membre }
{ Membre }

Masculin Messages : 280



Problème Page d'accueil Empty
C'est Monsieur Razz

M'enfin, je ne t'en veux pas vu que le code est bon ^^ Merci infiniment à vous deux pour votre aide ^^
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil EmptyVen 29 Jan 2010, 15:06
Revenir en haut Aller en bas
http://ny-university.superforum.fr/
Thalie
Thalie
{ Membre actif }
{ Membre actif }

Féminin Messages : 317



Problème Page d'accueil Empty
Lol j'avais une chance sur deux ....
Bon alors je classe Smile
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil EmptyVen 29 Jan 2010, 15:07
Revenir en haut Aller en bas
Contenu sponsorisé




Problème Page d'accueil Empty
MessageSujet: Re: Problème Page d'accueil   Problème Page d'accueil Empty
Revenir en haut Aller en bas
 

Problème Page d'accueil

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» onglet à droite du contenue (page daccueil)
» (Q) Problème de page d'accueil.
» Problème page d'acceuil.
» Un problème de page d'accueil
» Problème page d'accueil

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit