File: test06.in

package info (click to toggle)
freetable 2.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 17
  • sloc: perl: 239; makefile: 55
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
This table should have size 2x2, 3 normal entries and a table caption entry.
<p>
<wwwtable border=1>
[Table Caption text - this should appear before table]
(1,*) bgcolor=green
    [row 1, any column - green background]
(*,1) align=center
    [any row, column 1 - centered]
(2,2)
</wwwtable>
</body>
</html>