开发者

How to draw the vertical line in ASP.Net?

开发者 https://www.devze.com 2023-02-01 09:37 出处:网络
I want to draw the vertical line in designing .开发者_如何学JAVA For example Table 1 Keep your job-search confidential

I want to draw the vertical line in designing .

开发者_如何学JAVA

For example

Table 1
Keep your job-search confidential
Control your privacy
Reach to over 35000 recruiters
Get Job Alerts in your inbox
Apply to jobs from your Mobile

I want to draw vertical line both side about table1


I want to draw vertical line both side about table1

CSS border-left and border-right

<table style="border-left: 3px solid blue; border-right: 3px solid blue">
  <tr><td>Foo</td></tr>
  <tr><td>Bar</td></tr>
</table>
0

精彩评论

暂无评论...
验证码 换一张
取 消