Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 4838 days ago | link | parent

> I add width to the style tag only if I have a style tag already.

You mean because just using the width attribute is more concise?



1 point by thaddeus 4838 days ago | link

Yup + I've always imagined style tags require more parsing therefore are less efficient. In retrospect this is probably untrue, but still the code is shorter so I figure why not. :)

-----

1 point by evanrmurphy 4838 days ago | link

thanks for clarifying

-----