texte, images dans une image: cmt faire?

Statut
N'est pas ouverte pour d'autres réponses.
voila, je vaudrai savoir comment mettre du texte 'des liens 'des images dans une image , enfin c pas facile a explike alos je v fair eun dessin (aie dirosn certain)

ps merci de renom mon post :D
 

TheDevilS

From HELL
si tu utilise dreamwever tu fait un calque au dessus et tu ecri ton txt et tu fait f12 pour voir si sa va
 
1er
OP
DocShirok

DocShirok

...
jutilise blok notes
 

BaKa

Touriste
tu devrais dire si c'est un tableau ou une image ;)

si c'est une image tu met un calque comme maxkiller a dit mais les calques sont pas compatible avec certains navigateurs je crois ... (enfin quand je faisais du html lol)

si c'est un tableau tu dois avoir ca :

[...]<td> </td>[...]

et bien entre <td> & </td> Tu fais ce que tu veux ;)
 

BaKa

Touriste
ah j'ai vu que c'est une image ... mais ce que je comprend pas c'est pk tu as fait ca :

Code:
<td width="85%"> 
             <img src="http://yannick.apinc.org/tableau.jpg" height="500" width="750"> </td>
tu aurais fais ca a la place ca aurait été plus simple pour écrire dedans

Code:
 <td width="85%" background="http://yannick.apinc.org/tableau.jpg" height="500" width="750"> ICI JE MET CE QUE JE VEUX :p </td>
essaie ca et tu m'en diras des nouvelles ;)
 

SelfDestruct

Touriste
Exactement il faut mettre l'image en image de fond dans la cellule et tu peux écrire facilement dessus
 
1er
OP
DocShirok

DocShirok

...
lol c pas con ca j'y avait pas pense serieux
 
1er
OP
DocShirok

DocShirok

...
TheGregg a dit:
ah j'ai vu que c'est une image ... mais ce que je comprend pas c'est pk tu as fait ca :

Code:
<td width="85%"> 
             <img src="http://yannick.apinc.org/tableau.jpg" height="500" width="750"> </td>
tu aurais fais ca a la place ca aurait été plus simple pour écrire dedans

Code:
 <td width="85%" background="http://yannick.apinc.org/tableau.jpg" height="500" width="750"> ICI JE MET CE QUE JE VEUX :p </td>
essaie ca et tu m'en diras des nouvelles ;)
ca mets le txt a cote de limage et non dedans
 
1er
OP
DocShirok

DocShirok

...
BaseJumper a dit:
Exactement il faut mettre l'image en image de fond dans la cellule et tu peux écrire facilement dessus
il y a un defo a ton resonelmtn, c'est que si je fais c certain verant le tableu plusieur fois e decale bref beurk
 
1er
OP
DocShirok

DocShirok

...
Code:
<table border="0" width="100%" bgcolor=""> 
<tr> <td> 
   <table border="0" width="100%" bgcolor=""> 
    <tr> 
      <td width="25%" height="200"> 
      <img src="http://yannick.apinc.org/tankjr.gif" height="150" width="125">
  
      <td width="75%" height="200"> 
            <img src="http://yannick.apinc.org/banniere.jpg" height="150" width="700"></td> </td> 
     </tr> 
    <tr> 
      <td width="15%"> 
          <a href="http://yannick.apinc.org/acceuil.html"> 
      <img src="http://yannick.apinc.org/bouttonacceuil-off.jpg" border="0" ></a>
      <a href="http://yannick.apinc.org/maps.html"> 
      <img src="http://yannick.apinc.org/bouttonmaps.jpg" border="0" ></a>  
      <a href="http://yannick.apinc.org/prefabs.html">  
      <img src="http://yannick.apinc.org/bouttonprefabs.jpg" border="0" ></a> 
      <a href="http://yannick.apinc.org/contact.html">         
      <img src="http://yannick.apinc.org/bouttoncontact.jpg" border="0" ></a></td> 
      <td width="85%"> 
             <img src="http://yannick.apinc.org/tableau.jpg" height="500" width="750"> </td> </td> </td> 
     </tr> 
    </table> 
   </td> 
  </tr> 
<table>
      <body bgcolor="#7092B2">
 
Ben c'est simple, tu met comme taille de ta cellule la teaille de ton image, avec comme ca tu aura ton image comme background.
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut