ça ne fait pas propre
Résolu
ati14
Messages postés
426
Date d'inscription
Statut
Membre
Dernière intervention
-
ati14 Messages postés 426 Date d'inscription Statut Membre Dernière intervention -
ati14 Messages postés 426 Date d'inscription Statut Membre Dernière intervention -
bonjour
je m'entraine a coder en html
mais je bloque la :
je dois faire un background avec la même photo avec sa taille original
ma photo fait 100x100
je note donc dans mon html
jusque la sa vas
mais je veut une page entière remplis de ceci
donc je fait :
mais il y a des interstises blanc (couleur du fond)
comment les enlever ?
je m'entraine a coder en html
mais je bloque la :
je dois faire un background avec la même photo avec sa taille original
ma photo fait 100x100
je note donc dans mon html
<html>
<body topmargin="0" leftmargin="0">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
</body>
</html>
jusque la sa vas
mais je veut une page entière remplis de ceci
donc je fait :
<html>
<body topmargin="0" leftmargin="0">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
<IMG src="img/background.jpg" alt="background" width="250" height="250">
</body>
</html>
mais il y a des interstises blanc (couleur du fond)
comment les enlever ?
A voir également:
- ça ne fait pas propre
- Créez votre propre site web - Guide
- Creer son propre logo - Télécharger - Dessin & Illustration
- Appeler son propre numéro - Forum Téléphones & tablettes Android
- Les paramètres d’autorisation propres à l’application n’accordent pas l’autorisation local activation pour l’application serveur com avec le clsid ✓ - Forum Windows 10
- Délai paiement le bon coin remise en main propre ✓ - Forum Consommation & Internet
comment definir une position a une image
c'est: topmargin="0" leftmargin="0" ?