M
Margot
I want to use included content to put buttons in a layout-table cell. I want
the button to be aligned at the bottom of the cell. However if I insert it as
included content it ends up aligned at the top of the cell.
Can anyone tell me what I'm doing wrong? I have set the vertical alignment
of the cell to bottom. And if I look at the code, the code for the alignment
comes before the code for the included content.
I've included my code below.
Page in which I've inserted the included content:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<table cellpadding="0" cellspacing="0" width="943" height="245">
<!-- MSTableType="layout" -->
<tr>
<td height="173"> </td>
</tr>
<tr>
<td valign="bottom" height="72" width="943">
<!--webbot bot="Include" U-Include="test2.htm" TAG="BODY" --><p> </td>
</tr>
</table>
</body>
</html>
'Included content'-page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test2</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<p>
<img border="0" id="img12" src="images/but_test.gif" height="33" width="100"
alt="Home" fp-style="fp-btn: Soft Tab 5; fp-img-hover: 0; fp-img-press: 0;
fp-preload: 0; fp-transparent: 1" fp-title="Home"></p>
</body>
</html>
Thank you.
Margot
PS. If I put the button in the same cell straight away (without using
included content) it is aligned at the bottom of the cell.
the button to be aligned at the bottom of the cell. However if I insert it as
included content it ends up aligned at the top of the cell.
Can anyone tell me what I'm doing wrong? I have set the vertical alignment
of the cell to bottom. And if I look at the code, the code for the alignment
comes before the code for the included content.
I've included my code below.
Page in which I've inserted the included content:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<table cellpadding="0" cellspacing="0" width="943" height="245">
<!-- MSTableType="layout" -->
<tr>
<td height="173"> </td>
</tr>
<tr>
<td valign="bottom" height="72" width="943">
<!--webbot bot="Include" U-Include="test2.htm" TAG="BODY" --><p> </td>
</tr>
</table>
</body>
</html>
'Included content'-page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test2</title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
marginwidth="0" marginheight="0">
<p>
<img border="0" id="img12" src="images/but_test.gif" height="33" width="100"
alt="Home" fp-style="fp-btn: Soft Tab 5; fp-img-hover: 0; fp-img-press: 0;
fp-preload: 0; fp-transparent: 1" fp-title="Home"></p>
</body>
</html>
Thank you.
Margot
PS. If I put the button in the same cell straight away (without using
included content) it is aligned at the bottom of the cell.