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?
Go to bottomPage: 1
TOPIC: sqltable theme
#3622
sqltable theme 15 Years, 7 Months ago Karma: 0
i'm really sorry about my question, but i'm not able to make my goal!!! I've bought smart content data pack for a really simple work: put some database's data in a joomla article or module.
it works. but i'm trying to alter my table's style. nothing special, but like the always seen two alternate colors rows with a dark table's head.I'd like to align table's contents too (at center of the row)
i've tried with a particular css taken by a past post.. but no success.
please help me.
here's my ... poor table snipurl.com/v84it

I specify i don't know how make a css..... thanks and regards
Last Edit: 2010/04/03 02:55 By sandroon.
The administrator has disabled public write access.
 
#3623
Re:sqltable theme 15 Years, 7 Months ago Karma: 765
Hello,

Add the following CSS classes to 'CSS Template' on the component backend:

Code:


table tr.actRow_odd td {
  /* background color for each odd row */
  background-color:#F0F0F6;
}
table tr.actRow_even td {
  /* background color for each even row */
  background-color:#FFFFFF;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3624
Re:sqltable theme 15 Years, 7 Months ago Karma: 0
many thanks. but ...... something about headers and column's (center) alignment?
and at least: can i color the header too?
thank you so much
Last Edit: 2010/04/03 10:40 By sandroon.
The administrator has disabled public write access.
 
#3625
Re:sqltable theme 15 Years, 7 Months ago Karma: 765
Add the following CSS rules:

Code:


TABLE.miocss TR TH
{
  /* header background color */
  background-color: #FF0000;
}

TABLE.miocss TR TD,
TABLE.miocss TR TH
{
  text-align: center;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3627
Re:sqltable theme 15 Years, 7 Months ago Karma: 0
great. many thanks
The administrator has disabled public write access.
 
Go to topPage: 1