Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Placed table within div ~ will not show unordered list?

I placed a table within a div tag for further formatting on a site I am designing. I created an unordered list within that table, but it will not show up. Is this because it is within a table within a div? If so, what else can I do in the stylesheet to make it show?

2 Answers

Relevance
  • ?
    Lv 7
    1 decade ago
    Favorite Answer

    I believe there is something else wrong with your coding.

    You could dump your code into http://pastebin.com/ and

    add details to your question, if necessary.

    The following html follows the design you suggested:

    <html>

    <head>

    </head>

    <body>

    <div id="idDiv">

    <table border="1">

    <tr>

    <td>

    <ul>

    <li>a</li>

    <li>b</li>

    <li>c</li>

    <li>d</li>

    <li>e</li>

    <li>f</li>

    <li>g</li>

    </ul>

    </td>

    <td>

    hello world

    </td>

    </tr>

    </table>

    </div>

    </body>

    </html>

  • lozier
    Lv 4
    5 years ago

    attempt removing the echo in the blanketed record. basically put in the easy HTML for the hyperlinks. incorporate works actually precisely comparable to in case you reproduction and paste the finished contents of the record there, so which you do no longer choose any Hypertext Preprocessor in the blanketed record.

Still have questions? Get your answers by asking now.