Dotted lines showing up as table border in Catalog Item Description

john_vincent
Kilo Contributor

So I have some tables on my Catalog Item Description, and when you put in tables on the Edit Catalog Item page it shows up as having dotted lines as the table border. Normally these go away when you Try It or look at it from the Service Portal. However, those table borders now show up as dotted lines even when you view it from the Service Portal. Weird thing is that it only does it for some of the Catalog Items, while others are completely fine but I have the same table and even copied it directly. Anybody know what the problem and how to remove the dotted lines?

Any help is much appreciated.

1 ACCEPTED SOLUTION

rgm276
Mega Guru

This is evidently due to the 'default' table style that gets inserted into the HTML section of the content.


Edit your content, using the SOURCE option, and update or remove the style formatting on the TD tags


find_real_file.png



find_real_file.png


View solution in original post

2 REPLIES 2

rgm276
Mega Guru

This is evidently due to the 'default' table style that gets inserted into the HTML section of the content.


Edit your content, using the SOURCE option, and update or remove the style formatting on the TD tags


find_real_file.png



find_real_file.png


That did it Robert, Thank you!