Hi, In my table i want to set borders for the rows and not for the columns. (ie,a line only between the rows and not between columns) . Plz help me to do this
TR? Wouldn't it be TD or TABLE? Don't forget to collapse your borders, or it will look weird. table { border-collapse:collapse; border-right:1px solid red; }