Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unwanted margins on IMG tag
Message
 
À
16/04/2012 23:47:00
Information générale
Forum:
HTML5
Catégorie:
HTML
Divers
Thread ID:
01541781
Message ID:
01542173
Vues:
56
This message has been marked as the solution to the initial question of the thread.
Does this work for you?
<!DOCTYPE HTML>
<body>
<IMG SRC=Images/Point.gif style="width:1px;height:1px;padding-top:1px;margin:0px;display:block">
<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=1000 ALIGN=CENTER>
<TR><TD>HI<TD></TR>
</TABLE>
</body>
Of course you can give the img a class name or id and reference the style info in the css.

G
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform