How to draw borders on only left and right side of my text? To draw borders on user specified sides. How to draw different type of border on different sides?
Explanation
Property :
Side Borders Each side of the border can be handled separately using the these tags.
Each side of the border can be handled separately using this tags. Border sides takes the following values. a)border-top : 5px dotted red - The top border is set using the tag border-top. The values or in the order width, style and color of top border. b)border-left : 5pt dashed green - The left border is set using the tag border-left. The values or in the order width, style and color of top border. c)border-bottom : 2% groove grey - The bottom border is set using the tag border-bottom. The values or in the order width, style and color of top border. d)border-right: 5px solid blue - The right border is set using the tag border-right. The values or in the order width, style and color of top border.