Horizontal Table With DataList And DIVs?
I'm trying to create a table layout with headers on the left and horizontally aligned fields. (See mock-up below.) I'm trying to accomplish this using a DataList -- stuck with .NET
Solution 1:
Put a "float:left;" on the items? And remove itm from the hdr rule :)
Better yet, use a table (or Repeater) for tabular data :)
Solution 2:
Seriously why aren't you using <table>'s?
Post a Comment for "Horizontal Table With DataList And DIVs?"