in reply to Re^3: Regular Expressions
in thread Regular Expressions

good points.. I almost commented on the double quotes, too.. and y, css can handle the margin stuff..

As for \n's inside the <body ... > opening tag, here's a couple trivial examples that illustrate the types of cases that i've done that for readability (basically for javascript, and for Template Toolkit stuff):
<body bgcolor="red" foo="bar" onLoad=" if( x = do_something() ) { do_other_js() ; } else { blah( +); }" > # TT syntax: <body bgcolor="red" foo="bar" [% IF use_js %] onLoad=" ... " [% END %] >