M
MLC
_Henk de Jong_, venerdì 27/ago/2004:
Hi Henk,
I've put a couple of asterisks around the pieces of code that make me
doubtful, so you'll see them in bold characters.
(from http://home.hccnet.nl/hmdejong/Buttonbarmain.html)
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="473"
*style="margin-top:auto;"* >
<tr>
<td width="100%" height="37"> *<p>* <img
src="bannerlinks3.jpg"
width="88" height="31" border="0"></td>
</tr>
As you can see there isn't a closing </p> tag, maybe though it doesn't
matter.
I'd try to delete that <p> and see what happens in Netscape and in IE.
If it works you have to do it for all the other cells of the table.
If it doesn't work, try to delete style="margin-top:auto;".
If the result is bad, before putting it back, play a bit with it, giving
some values:
e.g. style="margin-top: 5px;", or even style="margin-top: 0;"
Nothing else comes to my mind.
I wish you to succeed
OK, I found Composer. But, Composer tells me that there is besides a
<p> tag, there is also a </p> tag. I also tried to fix the height of
the cell in Composer, but that also didn't help. Any other suggestions?
Please....
Hi Henk,
I've put a couple of asterisks around the pieces of code that make me
doubtful, so you'll see them in bold characters.
(from http://home.hccnet.nl/hmdejong/Buttonbarmain.html)
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="473"
*style="margin-top:auto;"* >
<tr>
<td width="100%" height="37"> *<p>* <img
src="bannerlinks3.jpg"
width="88" height="31" border="0"></td>
</tr>
As you can see there isn't a closing </p> tag, maybe though it doesn't
matter.
I'd try to delete that <p> and see what happens in Netscape and in IE.
If it works you have to do it for all the other cells of the table.
If it doesn't work, try to delete style="margin-top:auto;".
If the result is bad, before putting it back, play a bit with it, giving
some values:
e.g. style="margin-top: 5px;", or even style="margin-top: 0;"
Nothing else comes to my mind.
I wish you to succeed
