J
José Joye
Hello,
I have the following problem:
I want to design a page with a left sharded border (say a table with a width
of 200px).
In the page I want to have a table with a width of 540px as a container.
Having such a design, my table will move to left if we resize the window to
a width smaller than the size of my container table.
see there for: http://www.banctec.ch/borderproblem/
Any help welcome!
José
here is my code:
My page:
=======
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="l">
</head>
<body>
<table border="1" width="540">
<tr>
<td> </td>
</tr>
<tr>
<td>Test</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
My sharded border:
=============
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Shared Left Border</title><meta name="Microsoft Theme"
content="none">
<meta name="Microsoft Border" content="none">
</head><body>
<table border="0" width="200" bordercolor="#808080" cellspacing="0"
cellpadding="0" bgcolor="#808080">
<tr>
<td>This is the LEFT border<p> </td>
</tr>
</table>
</body></html>
I have the following problem:
I want to design a page with a left sharded border (say a table with a width
of 200px).
In the page I want to have a table with a width of 540px as a container.
Having such a design, my table will move to left if we resize the window to
a width smaller than the size of my container table.
see there for: http://www.banctec.ch/borderproblem/
Any help welcome!
José
here is my code:
My page:
=======
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="l">
</head>
<body>
<table border="1" width="540">
<tr>
<td> </td>
</tr>
<tr>
<td>Test</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
My sharded border:
=============
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Shared Left Border</title><meta name="Microsoft Theme"
content="none">
<meta name="Microsoft Border" content="none">
</head><body>
<table border="0" width="200" bordercolor="#808080" cellspacing="0"
cellpadding="0" bgcolor="#808080">
<tr>
<td>This is the LEFT border<p> </td>
</tr>
</table>
</body></html>