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?

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, 8 Months 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, 8 Months ago Karma: 760
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, 8 Months ago Karma: 0
The administrator has disabled public write access.
 
#48609
Re:Header color in HTML Table 10 Years, 8 Months ago Karma: 760
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, 8 Months 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, 8 Months ago Karma: 760
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