Useful HTML Code Snippets: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
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...
(No difference)

Revision as of 09:12, 18 January 2009

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 ...