Grid [] gives fine grain control on an external display. For example:
g[a_] := Grid[a, Background -> {None, {{LightBlue, LightRed}}}, Dividers -> {False, All}, ItemStyle -> {Automatic, Automatic, MapIndexed[Flatten@{

NB> It will select only one element per line
Edit
To highlight each max element, you can do, for example:
g[a_] := Grid[a, Background -> {None, {{LightBlue, LightRed}}}, Dividers -> {False, All}, ItemStyle -> {Automatic, Automatic, Flatten[Tuples[{First@

Dr. belisarius
source share