U L I X E S ♪
{ Membre }
Messages : 280
| 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 !! | | |
|
Ikø'
Pika'Ghøst ~ Maîtresse des pelles ~
Messages : 3193
| - 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 | | |
|
U L I X E S ♪
{ Membre }
Messages : 280
| |
Thalie
{ Membre actif }
Messages : 317
| 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> | | |
|
U L I X E S ♪
{ Membre }
Messages : 280
| C'est Monsieur M'enfin, je ne t'en veux pas vu que le code est bon ^^ Merci infiniment à vous deux pour votre aide ^^ | | |
|
Thalie
{ Membre actif }
Messages : 317
| Lol j'avais une chance sur deux .... Bon alors je classe | | |
|