<? $foto2 = "td width=200 height=150 background=dev/".$_GET['fot'].""; ?>
< <? print $foto2 ?> ></td>
tutto ciò anzichè un'immagine restituisce
< td width=200 height=150 background=dev/bra_2.jpg >
uff :C
<? $foto2 = "td width=200 height=150 background=dev/".$_GET['fot'].""; ?>
< <? print $foto2 ?> ></td>
tutto ciò anzichè un'immagine restituisce
< td width=200 height=150 background=dev/bra_2.jpg >
uff :C
Usa il tag <img>Originariamente inviato da thelittle
<? $foto2 = "td width=200 height=150 background=dev/".$_GET['fot'].""; ?>
< <? print $foto2 ?> ></td>
tutto ciò anzichè un'immagine restituisce
< td width=200 height=150 background=dev/bra_2.jpg >
uff :C
Andrea, andbin.dev – Senior Java developer – SCJP 5 (91%) • SCWCD 5 (94%)
java.util.function Interfaces Cheat Sheet — Java Versions Cheat Sheet
Veramente come lo stai scrivendo tu sarebbe lo sfondo di una cella. Scusa, fai le cose bene e usa i css.Originariamente inviato da thelittle
l'immagine è lo sfondo di una tabella![]()
table
{
background-image: url('dev/bra_2.jpg');
background-repeat:no-repeat;
width:200px;
height:150px;
}
P.S. Non è colpa del php se ti incasini.![]()
Il titolo della discussione non è conforme al regolamento
http://forum.html.it/forum/showthrea...hreadid=412253
Come ti è già stato detto, php non c'entra niente nel senso che sembra fare bene il suo lavoro, il tuo è solo un problema di html
Addio Aldo, amico mio... [03/12/70 - 16/08/03]