Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unwanted margins on IMG tag
Message
 
To
16/04/2012 23:47:00
General information
Forum:
HTML5
Category:
HTML
Miscellaneous
Thread ID:
01541781
Message ID:
01542173
Views:
54
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform