someone speaks German in this forum? 11 Years ago
|
Karma: 0
|
Hi,
someone speaks German? my english is not so good, sorry!
I need some help width of the cells and the amount of rows css.
|
|
|
|
|
Re:someone speaks German in this forum? 11 Years ago
|
Karma: 760
|
Hello,
Try to ask your question in English.
Regards,
ARI Soft
|
|
|
|
|
Re:someone speaks German in this forum? 11 Years ago
|
Karma: 0
|
Hello,
I have an "HTML Table" with CSV content.
CSS Styles
Code: |
{$id}_wrapper table
{
border: 1px solid #ddcbbb;
}
{$id}_wrapper table TH.ari-tbl-col-1
{
font-weight: bold;
width: 150px;
height: 30px;
background-color: #ede2d9;
text-align: left;
border-bottom: 1px solid #ddcbbb;
}
{$id}_wrapper table TH.ari-tbl-col-0, TH.ari-tbl-col-2, TH.ari-tbl-col-3, TH.ari-tbl-col-4, TH.ari-tbl-col-5, TH.ari-tbl-col-6, TH.ari-tbl-col-7, TH.ari-tbl-col-8, TH.ari-tbl-col-9, TH.ari-tbl-col-10, TH.ari-tbl-col-11, TH.ari-tbl-col-12
{
font-weight: bold;
width: 40px;
height: 30px;
background-color: #ede2d9;
text-align: center;
border-bottom: 1px solid #d1d1d1;
}
{$id}_wrapper table TD.ari-tbl-col-0
{
font-weight: bold;
width: 60px;
height: 40px;
text-align: center;
border-bottom: 1px solid #d1d1d1;
}
{$id}_wrapper table TD.ari-tbl-col-1, TD.ari-tbl-col-2, TD.ari-tbl-col-3, TD.ari-tbl-col-4, TD.ari-tbl-col-5, TD.ari-tbl-col-6, TD.ari-tbl-col-7, TD.ari-tbl-col-8, TD.ari-tbl-col-9, TD.ari-tbl-col-10, TD.ari-tbl-col-11, TD.ari-tbl-col-12{
text-align: center;
}
|
But the table is too long!
Look to the homepage: Table
can you help me please?
|
|
|
|
|
Re:someone speaks German in this forum? 11 Years ago
|
Karma: 760
|
Delete empty rows from CSV file or try to set "CSV -> Strict mode" parameter to "Yes".
Regards,
ARI Soft
|
|
|
|
|
Re:someone speaks German in this forum? 11 Years ago
|
Karma: 0
|
Thank you, that was it! May I ask another question?
|
|
|
|
|
Re:someone speaks German in this forum? 11 Years ago
|
Karma: 760
|
Sure, ask any questions about the extension.
Regards,
ARI Soft
|
|
|
|
|
|