E elixium New Member ★ 20 ★ Impact 0 0 Feedback Jul 4, 2004 3K views 3 replies #1 Does this: body { margin:0; padding:0; } Equal this: <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> ? If not what would be the correct way to redefine the body with 0/0/0/0 margins? Thank you.
Does this: body { margin:0; padding:0; } Equal this: <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> ? If not what would be the correct way to redefine the body with 0/0/0/0 margins? Thank you.
iDeviseFlash Established Member ★ 20 ★ Impact 0 100% 9 Feedback Jul 5, 2004 #2 for the most part. i dont think youll see any big differences, if any. someone correct me if im wrong.
for the most part. i dont think youll see any big differences, if any. someone correct me if im wrong.
E elixium New Member ★ 20 ★ Impact 0 0 Feedback Jul 5, 2004 #3 solved I found this very helpful http://www.w3schools.com/css/css_reference.asp
C cutterofcloth Established Member ★ 20 ★ Impact 0 100% 1 Feedback Jul 5, 2004 #4 I believe those are the same, the CSS way is definitely better though and is what I always use.