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?

How to I get the data to vertically align...
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to I get the data to vertically align...
#15150
How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 0
...to center?

I'm sure this is easy to do but I'm afraid i'm a little confused by css and where to put the rule if I do find it.
I'm using the HTML table type.

Thanks in advance.
The administrator has disabled public write access.
 
#15151
Re:How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 748
Hello,

For example set "HTML table settings -> Table CSS class" parameter to my_table and add the next CSS rule to "CSS Styles" parameter:

Code:


TABLE.my_table TBODY TR
{
 vertical-align: middle;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15153
Re:How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 0
Hello, thanks for your reply.

I've tried this and it seems to have no effect. I cant see what I'm doing wrong.
The administrator has disabled public write access.
 
#15155
Re:How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 748
Could you provide link to page with the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15156
Re:How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 0
Hi,

I've mailed a link to info@ari-soft.com

Thanks.
The administrator has disabled public write access.
 
#15157
Re:How to I get the data to vertically align... 12 Years, 11 Months ago Karma: 748
Sorry, use the next CSS rule:

Code:


TABLE.my_table TBODY TR TD
{
 vertical-align: middle;
}



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