B Benvolio New member Jun 24, 2009 #1 Hello, i want to add horizontal padding to the content inside my td tags, but i cannot accomplish this through cellpadding, because it will also add vertical padding when i do this. How can i do this through css or html?
Hello, i want to add horizontal padding to the content inside my td tags, but i cannot accomplish this through cellpadding, because it will also add vertical padding when i do this. How can i do this through css or html?
J JackFrost_205 New member Jun 24, 2009 #2 Try css padding. probably padding-left or padding-right <td style='padding-left:5px;'>