pulchritude
02-27-2004, 02:38 PM
I have about 200 cells on my table and want to center them all without adding <center></center> on every single cell. Is there a way to center them all using CSS or something?
Much thanks.
Much thanks.
|
View Full Version : Centering all cells? pulchritude 02-27-2004, 02:38 PM I have about 200 cells on my table and want to center them all without adding <center></center> on every single cell. Is there a way to center them all using CSS or something? Much thanks. starlet 02-27-2004, 02:40 PM This will probably work. td {text-align: center;} pulchritude 02-27-2004, 02:41 PM ah ha! i tried putting the align: center in the table {} part, which obviously didn't work. :) thank you! starlet 02-27-2004, 02:55 PM No prob :) |