kaic Posted November 16, 2021 Share Posted November 16, 2021 Hello, When creating a table in the product description, the home page breaks and rearranges the elements. I remove the created table from the product and everything falls into place. I need to create a table in the descriptions for a better view, but I can't. Any idea where the problem comes from? Thanks. Link to comment Share on other sites More sharing options...
Luisejo Posted November 16, 2021 Share Posted November 16, 2021 Hi @kaic Can you show us the table's code? Maybe the code is not correct, but it's very strange to get a 500 code writing HTML code Link to comment Share on other sites More sharing options...
kaic Posted November 16, 2021 Author Share Posted November 16, 2021 <table width="190" height="99"> <tbody> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> </tbody> </table> Link to comment Share on other sites More sharing options...
Luisejo Posted November 16, 2021 Share Posted November 16, 2021 HTML code is simple, and it's OK. I don't understand how is possible to get a 500 error adding that. Please add it and active debug mode. Tell us the error message. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now