summaryrefslogtreecommitdiff
path: root/old/test/cs7.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-01-01 23:40:52 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-01 23:40:52 +0100
commit5ea943a5e789222472e45864e119cf786498bfcd (patch)
treeea307589de0fdb202474ad4d07c0bef7fe1c53e8 /old/test/cs7.html
Import original dillo.org website into old/
Diffstat (limited to 'old/test/cs7.html')
-rw-r--r--old/test/cs7.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/old/test/cs7.html b/old/test/cs7.html
new file mode 100644
index 0000000..090f7a0
--- /dev/null
+++ b/old/test/cs7.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Test</title>
+</head>
+
+<body leftmargin="0" topmargin="0">
+
+ percentages adding more than a 100% (table width=100%)<br>
+ <table width='100%' border=1 bgcolor=teal>
+ <tr> <td width='100%'>100%
+ <td width='50%'>50%
+ <td width='50%'>50%
+ <td width='100%'>100%
+ </table>
+
+ percentages adding more than a 100% (table width=100%)<br>
+ <table width='100%' border=1 bgcolor=teal>
+ <tr> <td width='80%'>80%
+ <td width='5%'>5%
+ </table>
+ <table width='100%' border=1 bgcolor=lightblue>
+ <tr> <td width='80%'>80%
+ <td width='15%'>15%
+ <td width='5%'>5%
+ </table>
+
+ width=100% with cells widths in percentages<br>
+ <table border=1>
+ <tr> <td width='70%'>70%
+ <td width='20%'>20%
+ <td width='10%'>10%
+ <tr> <td colspan="2" bgcolor=teal>1 2 3 4 5 6 7 8 9 10
+ <td>B
+ </table>
+
+ small cell width:<br>
+ <table border=1> <tr> <td width='20%'>20%</td> </table>
+ <table border=1> <tr> <td width='50%'>50%</td> </table>
+ <table border=1> <tr> <td width='80%'>80%</td> </table>
+ <table border=1> <tr> <td width='100%'>100%</td> </table>
+ <table border=1>
+ <tr> <td width='20%'>20%
+ <td width='30%'>30%
+ </table>
+
+ small cell width with table width=100%:<br>
+ <table width=100% border=1> <tr> <td width='20%'>20%</td> </table>
+ <table width=100% border=1> <tr> <td width='50%'>50%</td> </table>
+ <table width=100% border=1> <tr> <td width='80%'>80%</td> </table>
+ <table width=100% border=1> <tr> <td width='100%'>100%</td> </table>
+ <table width=100% border=1>
+ <tr> <td width='20%'>20%
+ <td width='30%'>30%
+ </table>
+
+ cell width in second row:<br>
+ <table width=100% border=1>
+ <tr> <td> AAAA
+ <td> BBBB
+ <tr> <td> CCCC
+ <td width='100%'>20%
+ <tr> <td> CCCC
+ <td width='20%'>100%
+ </table>
+
+</body>
+</html>