pb de background de cellule

Statut
N'est pas ouverte pour d'autres réponses.

hehe

PANCAKE !
RAAAAAH!!!
Bor*** de m****!

bon je reprend mon calme...
voilà le problème, j'ai mis une image en background ds une cellule (avec dreamweaver MX) afin de pouvoir mettre du texte par dessus.
Le problème est que l'image est cachée par le fond noir de la page... Pourquoi que ça marche pas???
 
1er
OP
hehe

hehe

PANCAKE !
Code:
<table width="739" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td colspan="3"><img src="crypte1.gif" width="739" height="184" /></td>
  </tr>
  <tr> 
    <td width="90"><img src="crypte2.gif" width="90" height="363" /></td>
    <td width="560"> </td>
    <td width="90"><div align="right"><img src="crypte4.gif" width="89" height="363" /></div></td>
  </tr>
  <tr background="crypte5.gif">
    <td colspan="3"> 
      <div align="center"><strong><font size="2">::</font></strong><font size="2"> 
        <a href="betisier.htm">Présentation</a> <strong>::</strong> Aides 
        de jeu <strong>::</strong> Forum <strong>::</strong> Bêtisier <strong>::</strong> 
        Liens <strong>::</strong> Contact <strong>::</strong></font></div></td>
  </tr>
</table>
le problème étant là -> <tr background="crypte5.gif">
 
1er
OP
hehe

hehe

PANCAKE !
ouaiche c'est bon
c'est dreamweaver qui fait nawak
 
vOdEk a dit:
<!-- Begin Table -->
<!-- End Table -->

mm :pfiou: enfin
bon c possible ke tu la fai o bloc note gg ! (o moins tu le fai po avec frontpge express comme certain hein ?? ... jvai me taire jvai foutre le bordel)
nono au block note
 
G

Guest

ex membre
le tr de dreamweaver lol
et oui faut faire gaffe a celuila
:D


block note power
si t'utilisait un prog tu aurais un ptet code un peu plus propre
:wink:
Code:
<TD ROWSPAN="1" COLSPAN="1" WIDTH="18" HEIGHT="63">
le rowspan et colspan on se demande ce qu'ils font à 1 ??
c'est la valeur par defaut donc inutile
et puis c'est quoi toutes ces images de fond ??
juste une couleur !!!!(prends une couleur)
et puis
Code:
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="18" HEIGHT="63">
	<IMG NAME="design0" SRC="design_1x1.jpg" WIDTH="18" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="3" WIDTH="165" HEIGHT="63">
	<IMG NAME="design1" SRC="design_1x2.jpg" WIDTH="165" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="27" HEIGHT="63">
	<IMG NAME="design2" SRC="design_1x3.jpg" WIDTH="27" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="42" HEIGHT="63">
	<IMG NAME="design3" SRC="design_1x4.jpg" WIDTH="42" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="549" HEIGHT="63">
	<IMG NAME="design4" SRC="design_1x5.jpg" WIDTH="549" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="45" HEIGHT="63">
	<IMG NAME="design5" SRC="design_1x6.jpg" WIDTH="45" HEIGHT="63" BORDER="0"></TD>
<TD ROWSPAN="8" COLSPAN="1" WIDTH="54" HEIGHT="600">
	<IMG NAME="design6" SRC="design_1x7.jpg" WIDTH="54" HEIGHT="600" BORDER="0"></TD>
</TR>
tu remet la largeur et la hauteur pour chaque ligne???
si ya rien qui pousse ca surcharge le code

regarde la meme ligne ce quon peu faire:

Code:
<TR>
<TD WIDTH="18" HEIGHT="63"></TD>
<TD COLSPAN="3" WIDTH="165" ></TD>
<TD WIDTH="27"></TD>
<TD WIDTH="42"></TD>
<TD WIDTH="549"></TD>
<TD WIDTH="45"></TD>
<TD ROWSPAN="8" WIDTH="54" HEIGHT="600"></TD>
</TR>
la vite fai ca fait tou de suite un peu moins de code
et tu dis que tu l'as fait a la main lol taime bien faire complique et perdre du temps
encore 2 choses
-essaye d'utiliser le moins possible les "colspan" et "rowspan" et encore moins leur donner une taille.
-cest pas lisible le text , ca fait mal au yeux !! :p
des frames jamais !!! jamais !!! des pseudo oui mais alors cest plus du html
jamais de frames !!!! :twisted: :twisted:
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut