- This topic has 6 replies, 2 voices, and was last updated 12 years, 3 months ago by support-octavio.
-
AuthorPosts
-
appmosMemberI created a table in html and include the code in the HTML widget. When tested, did not show anything. I believe that this is possible. What could be wrong?
The following code:
<body> <table> <tr> <td> </td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> <tr> <td bgcolor="#E6E6E6">monomonomo</td> <td bgcolor="#E6E6E6">1111111</td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> <tr> <td bgcolor="#E6E6E6">monomonomo</td> <td bgcolor="#E6E6E6">1111111</td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> </table> </body>
Thanks
support-octavioMemberHi appmos,
I can’t see the code that you mentioned. Could you post it again?
appmosMemberSorry. I had to clean up the code because the forum was not allowing the posting
The original code:
Thanks
support-octavioMemberHi appmos,
Are you includding the <body> tags? If yes please try removing them:
<table> <tr> <td> </td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> <tr> <td bgcolor="#E6E6E6">monomonomo</td> <td bgcolor="#E6E6E6">1111111</td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> <tr> <td bgcolor="#E6E6E6">monomonomo</td> <td bgcolor="#E6E6E6">1111111</td> </tr> <tr> <td bgcolor="#CCCCCC">monomonomo</td> <td bgcolor="#CCCCCC">1111111</td> </tr> </table>
I used this code and worked fine for me.
appmosMemberHi Octavio
I had placed the <body> tag together, but even after you take them off did not work the way I expected. A line appears at the bottom of the screen. But if it worked well for you, I’ll look for the error. I cannot use CSS on the page, right? I have to import a CSS file then?
Thanks
appmosMemberHi Octavio
I found the problem. Already working well
Thanks for the support.
support-octavioMemberHi appmos,
I’m glad your issues are solved now 🙂
-
AuthorPosts