You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#116158 Table

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Monday, 12 February 2024 16:49 GMT

ASFF
Is it possible to have cells visible on the webpage like in Excel, where every cell has for example a link?

Ryan
like in Excel, where every cell has for example a link
I'm not sure what you mean by this. Typically, HTML tables are displayed without borders, unless you add the border option when creating the table. You can also add borders to a table using css styles, for example in your template stylesheet:

table td, 
table th {
    border: 1px solid #ccc;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.