aspquestions Posted October 14, 2009 Report Share Posted October 14, 2009 I want to display only the left and right border for a table cell using inline styles.<td style="border-bottom-style: none;border-top-style: none" > does not work.What is the right way to do this? Link to comment Share on other sites More sharing options...
Kingy Posted October 14, 2009 Report Share Posted October 14, 2009 (edited) A lazy way could be not to say no style to top and bottom, but to only define left and right, if you get what I mean?So instead of the above border-right ...... ; border-left .........; Edited October 14, 2009 by Kingy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now