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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Header color in HTML Table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Header color in HTML Table
#48605
Header color in HTML Table 10 Years, 1 Month ago Karma: 0
I have tried to change the Header color and background-color in table type: HMTL table without luck. It works if I chose ARI Data table, but not with HTML table.
The administrator has disabled public write access.
 
#48607
Re:Header color in HTML Table 10 Years, 1 Month ago Karma: 747
Hello,

Could you provide a link to a page where we can see the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48608
Re:Header color in HTML Table 10 Years, 1 Month ago Karma: 0
The administrator has disabled public write access.
 
#48609
Re:Header color in HTML Table 10 Years, 1 Month ago Karma: 747
jQuery UI themes can be used only with "ARI Data Table" widget.

If you want to change styles of a plain HTML table, it is necessary to use custom CSS rules which can be placed in "CSS Styles" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48610
Re:Header color in HTML Table 10 Years, 1 Month ago Karma: 0
This is the code I pasted in CSS styles:

{$id}_wrapper TABLE.dataTable THEAD TR TH
{
background-image: none;
background-color: #000000;
color: #ffffff;
}

It works with ARI Data table, but not with HTML table
The administrator has disabled public write access.
 
#48611
Re:Header color in HTML Table 10 Years, 1 Month ago Karma: 747
Use the following code:

#at_333_wrapper TABLE THEAD TR TH
{
background-image: none;
background-color: #000000;
color: #ffffff;
}

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