Shouldn't we push ourselves even if it's lowly HTML?
Absolutely. I didn't mean to imply using that clean, semantic markup and CSS for layout were "tricks." I was simply quoting perrin's reply. I agree with you completely. To me, writing good HTML is important. Using CSS when applicable is important. Tables should be used to store tabular data, not to position elements. Using tables for layout is, in my opinion, something like using map in void context: it works, and sometimes that's all that matters, but it's really not the best in terms of style.
In reply to Re: Re: Re: Do good Perl practices carry over to other coding?
by revdiablo
in thread Do good Perl practices carry over to other coding?
by bradcathey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |