bccamp
Technical User
- Jan 20, 2005
- 69
I have a table on a webpage with 4 distinct columns. The first column contains descriptions and 1 of the other 3 to the right will contain data. I want to determine the size of the first field, after the descriptions, so that it will print "." or "-" to the end of the cell without forcing the cell to be wider than it normally would. Something like:
data 1...................500
this is data 2..........600
I hope I'm being clear enough. I just want to know how many "." to put in each cell to make the "500" and "600" line up taking into account different resolution monitors are going to expand or contract the actual page. Thanks.
data 1...................500
this is data 2..........600
I hope I'm being clear enough. I just want to know how many "." to put in each cell to make the "500" and "600" line up taking into account different resolution monitors are going to expand or contract the actual page. Thanks.