I have an HTML table.
I need to have spacing between the table columns, but not the table rows.
If I use the cellspacing CSS property it does it between both rows and columns. I also cannot use CSS in what I doing. I need to use pure HTML.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can use inline styling, you can set the left and right padding on each
td.. Or you use an extratdbetween columns and set a number of non-breaking spaces as @rene kindly suggested.http://jsfiddle.net/u5mN4/
http://jsfiddle.net/u5mN4/1/
Both are pretty ugly ;p css ftw