Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Set vertical line in Ari Data Table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Set vertical line in Ari Data Table
#30334
Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 0
How to set only vertical line in Ari Data Table
The administrator has disabled public write access.
 
#30337
Re:Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 760
Hello,

Provide an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30340
Re:Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 0
Like these red lines
Last Edit: 2012/08/04 19:06 By ivo75.
The administrator has disabled public write access.
 
#30341
Re:Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 760
Where we can see the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30344
Re:Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 0
here I want to set vertical lines (red lines) as this image
Last Edit: 2012/08/05 04:08 By ivo75.
The administrator has disabled public write access.
 
#30362
Re:Set vertical line in Ari Data Table 12 Years, 3 Months ago Karma: 760
Add the next code to "CSS Styles" parameter in module settings:

TABLE#{$id}
{
border-collapse: collapse;
border-left: 1px solid red;
}

TABLE#{$id} TD
{
border-right: 1px solid red;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12