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?

Some table questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Some table questions
#28387
Some table questions 12 Years, 1 Month ago Karma: 0
Hi,

1. How to align data in a cell.
Like "center center"

2. How to remove cellpadding in table (Ari Data Table)

3. How to set row hight.

4. Is it possible to set cell backgroundcolor depending in data in cell.
The administrator has disabled public write access.
Greetz,

Ken
 
#28388
Re:Some table questions 12 Years, 1 Month ago Karma: 748
Hello,

1. See "Columns settings -> Align" parameter.

2. See "Cell padding" and "Cell spacing" parameters. If it doesn't help, provide a link to a page where we can see a table. It can be a problem with site template styles.

3. Where we can see a table?

4. The module doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28389
Re:Some table questions 12 Years, 1 Month ago Karma: 0
Tnx for the quick reply...

www.adoewa.com/joomla25/index.php/nl/dxcc-status

I want to remove the space around the pictures and placet the text vertical in the middle...
The administrator has disabled public write access.
Greetz,

Ken
 
#28405
Re:Some table questions 12 Years, 1 Month ago Karma: 748
Add the next code to "CSS Styles" parameter in module settings:

Code:


TABLE.display TR TD
{
 text-align: center;
}

.art-article TABLE.display TR TD IMG
{
 margin: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28420
Re:Some table questions 12 Years, 1 Month ago Karma: 0
Hi,

I added the CSS as you suggested...

.art-article TABLE.display TR TD IMG
{
margin: 0;
}


But the result is still the same...

www.adoewa.com/joomla25/index.php/nl/dxcc-status

Greetz, Ken
The administrator has disabled public write access.
Greetz,

Ken
 
#28423
Re:Some table questions 12 Years, 1 Month ago Karma: 748
Add also the next CSS rule:

Code:


table.display tr td
{
 padding: 0;
}



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