-
CSS table/border problems
Dear CSS experts....
I have created a table with the following
Code:
<table border="1" width="600px" height="400px" cellpadding="0" cellspacing="0">
see screenshot.
However, I would like to have done this using css and I would also prefer a 1px border between all cells. I have tried numerous methods posted on devshed forums to no success.
Generally they seem to make the table height too large as well as making it look like something a small child would draw.
Trouble is that the code has become quite complex with the table being generated dynamically using php and many of the td's have been assigned different classes (as i have used stylesheets for the rest of the table).
Can anyone give me any advice on this please?
Thanks
Allan
-
July 10th, 2003, 03:49 PM
-
Thanks jharnois, that did the job nicely.