Php et balise "Object" [ Php / Html ] - PHP - Programmation
Marsh Posté le 15-09-2002 à 11:08:19
<body topmargin="0" leftmargin="0"> <table border="0" width="<?=$x?>" height="<?=$y?>" cellspacing="0" cellpadding="0" background="dammier-tr.gif" style="position: absolute; z-index: 1"> <tr> <td width="100%"> </td> </tr> </table> <object src="protect-img.php3?fichier=<?=$fichier?>" width="<?=$x?>" height="<?=$y?>"><font size=7><img src="">Erreur</font></object> </body>
voila le code, le passage protect-img.php3?fichier=<?=$fichier?> marche en direct, mais marche pas dans la balise object. pourquoi ?
Marsh Posté le 15-09-2002 à 11:18:09
http://www.w3.org/TR/html4/struct/objects.html#h-13.3
Marsh Posté le 15-09-2002 à 12:07:07
ok, merci ca marche mais maintenant j aimerai savoir comment enlever les barre de defilement et la bordure... je n y arrive pas avec les styles
Marsh Posté le 15-09-2002 à 12:37:17
border: none 0px; overflow: hidden;
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 15-09-2002 à 11:08:19
<body topmargin="0" leftmargin="0">
<table border="0" width="<?=$x?>" height="<?=$y?>"
cellspacing="0" cellpadding="0" background="dammier-tr.gif" style="position: absolute; z-index: 1">
<tr>
<td width="100%"> </td>
</tr>
</table>
<object src="protect-img.php3?fichier=<?=$fichier?>" width="<?=$x?>" height="<?=$y?>"><font size=7><img src="">Erreur</font></object>
</body>
voila le code, le passage protect-img.php3?fichier=<?=$fichier?>
marche en direct, mais marche pas dans la balise object.
pourquoi ?