Useful HTML Code Snippets

From Free Knowledge Base- The DUCK Project
Revision as of 09:12, 18 January 2009 by Admin (talk | contribs) (New page: == Eliminate margins on web page == MSIE has one method, and Netscape has another. This will cover both standards. <BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 ... &nbsp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Eliminate margins on web page

MSIE has one method, and Netscape has another. This will cover both standards.

<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 ...