Re: Two color rows in table inside while iteration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4:37 PM +0200 4/30/10, Jay Ess wrote:
Paul M Foster wrote:
+1

This thread came up before, and tedd's solution was the least complex,
as far as I could tell. I shamelessly stole his code and regularly use
it in my own projects. ;-}

Or if one choose to use Smarty template.
<tr bgcolor="{cycle values="#eeeeee,#d0d0d0"}">

http://www.smarty.net/manual/en/language.function.cycle.php

Yeah, like that keeps presentation separate from data while making things simpler, right? I don't think so.

Embedding styling attributes in html is simply not following "best practices".

For example, if you have 100 pages of the above embedded code and the client says "Hey, let's change the color of that table" -- then you are going to have to change 100 pages of code whereas if you followed "best practices" then you would change only one rule in css.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux