aliento Posted October 15, 2008 Share Posted October 15, 2008 Hello, I want to reduce the height of the rows of my table. Can this be done and how? Thank you Quote Link to comment Share on other sites More sharing options...
dropfaith Posted October 15, 2008 Share Posted October 15, 2008 add hight tags in css to force it im not sure this would work on a row but you could do it on the tds without a problem and for all in css just do td {height:some number in px} something like that Quote Link to comment Share on other sites More sharing options...
aliento Posted October 15, 2008 Author Share Posted October 15, 2008 It doesnt work! Quote Link to comment Share on other sites More sharing options...
dropfaith Posted October 15, 2008 Share Posted October 15, 2008 show me your code or an examle page your testing on tables often grow with content unless you force them to be a certain size Quote Link to comment Share on other sites More sharing options...
aliento Posted October 15, 2008 Author Share Posted October 15, 2008 I found this cellspacing="0" cellpadding="0" and saved me. Thank you very much for your answers. I mark it as solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.