Add vertical lines between table columns in premium PDF templates in NetSuite using inline CSS
P粉125450549
P粉125450549 2023-08-31 15:58:22
0
1
557
<p>I want to add vertical lines between each column. I need to use inline CSS because there are 2 tables. I only want to apply rows to 1 table. please help! </p>
P粉125450549
P粉125450549

reply all(1)
P粉521748211

Add the class name to the table where you want to display the border.

<table class='barred'>

Then in your CSS section

.barred {border-collapse:collapse;}
.barred td{ border-left:1px solid black;}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!