volevo chiedere come si faceva a mettere un testo su un immagine (cioè lo so fare ma quando metto il codice sul sito nn mi appaiono le scritte) sapete aiutarmi???
Printable View
volevo chiedere come si faceva a mettere un testo su un immagine (cioè lo so fare ma quando metto il codice sul sito nn mi appaiono le scritte) sapete aiutarmi???
Fai una tabella, come immagine di sfondo metti l'immagine e poi le scritte
La prima cosa che mi viene in mente, viste le poche informazioni fornite, è quella di utilizzare un elemento (tag) a cui è possibile attribuire uno sfondo (l'immagine) per poi scriverci all'interno.
Questo è possibile, tra gli altri, su: div, table, td, ecc.
Ciao!
Hai il link ad una pagina di esempio con le scritte che non appaiono?
grazie a tutti cmq il link è qst: http://leggendarypkmn.altervista.org/index3.html
dovrei mettere delle scritte nella colona di sinistra
Leggi le indicazioni nei post #2 e #3.
Ciao!
Hai inserito il tutto dopo i tag, body e html :shock: utilizza questa sorgente qui:Codice HTML:<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nuova pagina 1</title>
</head>
<body topmargin="1" leftmargin="1" rightmargin="1" bottommargin="1">
</body>
<body background="http://digilander.libero.it/Katyna00/DP/sfondo.jpg">
</html>
Te l'ho ottimizzata pure io con FrontPage così come l'hai creata tu!Codice HTML:<html>
<head>
<meta http-equiv="Content-Language" content="it" />
<title>Nuova pagina 1</title>
</head>
<body topmargin="1" leftmargin="1" rightmargin="1" bottommargin="1" background="http://digilander.libero.it/Katyna00/DP/sfondo.jpg">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="861" height="595">
<!-- MSTableType="layout" -->
<tbody>
<tr>
<td valign="top" bgcolor="#FFFFFF" align="center" colspan="2" height="120">
<!-- MSCellType="ContentHead" -->
<img border="0" src="http://i28.tinypic.com/2lua0df.png" width="861" height="120" /></td>
</tr>
<tr>
<td valign="top" width="154" height="100">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<!-- MSCellFormattingTableID="2" -->
<tbody>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif" /></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif" /></td>
<td valign="top" bgcolor="#FFFFFF" width="100%">
<!-- MSCellFormattingType="content" -->
<img text=" (0,306) (150, 359) {Grafica} {EpoXY histoRy} 18 B #ffffff CT 0 " text=" (0,255) (150, 308) {Computer} {EpoXY histoRy} 18 B #ffffff CT 0 " text=" (0,204) (150, 257) {Download} {EpoXY histoRy} 18 B #ffffff CT 0 " text=" (0,153) (150, 206) {Hentai} {EpoXY histoRy} 18 B #ffffff CT 0 " text=" (0,51) (150, 104) {Forum} {EpoXY histoRy} 18 B #ffffff CT 0 ../../Desktop/forum/sprite/Pokemon Leggendary Battling- [Giochi, Game, Hentai, XXX, Porno, Sexy, Ps2, Ps3, Trucchi, Soluzioni, Gamecube, Hacker, Msn].htm" text=" (0,102) (150, 155) {Gdr} {EpoXY histoRy} 18 B #ffffff CT 0 ../../Desktop/forum/sprite/GDR Pokèmon.htm" text=" (0,0) (149, 53) {Home} {EpoXY histoRy} 18 B #ffffff CT 0 " border="0" src="http://i30.tinypic.com/2jdq7au.gif" width="150" height="471" /></td>
<td bgcolor="#000000" height="100%" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif" /></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif" /></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" height="475" width="707">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<!-- MSCellFormattingTableID="3" -->
<tbody>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif" /></td>
</tr>
<tr>
<td bgcolor="#000000" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif" /></td>
<td valign="top" bgcolor="#6A6965" width="100%">
<!-- MSCellFormattingType="content" --> </td>
<td bgcolor="#000000" height="100%" width="2">
<img alt="" width="2" height="1" src="images/MsSpacer.gif" /></td>
</tr>
<tr>
<td bgcolor="#000000" colspan="3" height="2">
<img alt="" width="1" height="2" src="images/MsSpacer.gif" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>