- Posts: 33
- Thank you received: 0
Table with lines
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
2 years 9 months ago #48972
by brandt.uwe
Table with lines was created by brandt.uwe
Hello, I have another problem. I want to create a table with lines displayed.
When I insert a table with gridlines size 1, only the outer border is shown.
How can I change this? I ask for help!
When I insert a table with gridlines size 1, only the outer border is shown.
How can I change this? I ask for help!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 9 months ago #48974
by milos
Replied by milos on topic Table with lines
Hello,
Please send the link to your website where the table is created. We need to check this to give you the appropriate code that adds lines to the tables.
Regards,
Milos
Please send the link to your website where the table is created. We need to check this to give you the appropriate code that adds lines to the tables.
Regards,
Milos
Please Log in to join the conversation.
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
2 years 9 months ago #48980
by brandt.uwe
Replied by brandt.uwe on topic Table with lines
Hello, the address to my test page: "
tvn.brandt-uwe.de
".
Only an outer frame is displayed in the table. I want a grid to appear. Thanks for the help!
Only an outer frame is displayed in the table. I want a grid to appear. Thanks for the help!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 9 months ago #48982
by milos
Replied by milos on topic Table with lines
Hello,
You can add this in the template options (under Custom > CSS):
Regards,
Milos
You can add this in the template options (under Custom > CSS):
Code:
table td {
border-width: 1px;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.214 seconds