File: test23.htm

package info (click to toggle)
litehtml 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,928 kB
  • sloc: ansic: 31,385; cpp: 27,328; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<style>
    table {
        border: none;
        background-color: green;
    }
</style>

<table>
    <tr>
        <td>
            <table style="width: 100%; border: none; background-color: red">
                <tr>
                    <td>Pellentesque</td>
                    <td>
                        Duis rutrum nibh vestibulum finibus luctus. Sed ac gravida urna. Phasellus at est ut augue interdum condimentum. Nunc scelerisque, ligula a feugiat aliquet, est enim pulvinar nunc, at feugiat velit quam vel leo.
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>