facebook

Table in the HTML widget: CLOSED

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #330473 Reply

    appmos
    Member

    I 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

    #330474 Reply

    Hi appmos,

    I can’t see the code that you mentioned. Could you post it again?

    #330476 Reply

    appmos
    Member

    Sorry. I had to clean up the code because the forum was not allowing the posting

    The original code:

    Thanks

    #330480 Reply

    Hi 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.

    #330488 Reply

    appmos
    Member

    Hi 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

    #330526 Reply

    appmos
    Member

    Hi Octavio

    I found the problem. Already working well

    Thanks for the support.

    #330535 Reply

    Hi appmos,

    I’m glad your issues are solved now 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Table in the HTML widget: CLOSED

You must be logged in to post in the forum log in