Posted by Ben C on 10/28/06 18:01
On 2006-10-28, richard <don@john.son> wrote:
> http://1-small-world.com/scrolltable.html
>
> I would like to use this for presenting the tons of data I will be putting
> up.
> With the added information I need to present, how do I get the seperation
> lines to extend all the way across the field?
Put empty <td>s to make sure each <tr> contains the same number of <td>s
(i.e. if there are no "Power units" or "Drivers" for a row, put the
<td></td><td></td> at the end of the row anyway). Then set empty-cells:
show on the table.
> I would also like the text in each data cell that actually scrolls to be
> left justified rather than right justified.
I don't understand.
The table cells don't scroll-- you've got nothing there with overflow:
scroll set on it.
Navigation:
[Reply to this message]
|