Page is a not externally linkable
Mr_Bo_Jangles - 2:55 am on Nov 18, 2007 (gmt 0)
(I know you don't have the images, and only an extract of the CSS, but even with the 'full kaboodle' it is the same. Just open the HTML code below and tell me why it is behaving like that..) __________________________ <html> table { table.cheque{ </style> <body> <table class="cheque" COLS=3> height="100"></p> <td WIDTH=5%> <p> </p></td> <td WIDTH=30% ALIGN="RIGHT" NOWRAP><p><b>16th January, 2007</b></p> </td> <tr VALIGN=TOP> <td ROWSPAN=5 WIDTH=5% ALIGN="LEFT"> height="150"></p></td> <tr VALIGN=MIDDLE> <tr VALIGN=MIDDLE> <tr VALIGN=MIDDLE> <tr VALIGN=MIDDLE> </tbody> <table class="cheque" COLS=3> <tr VALIGN=MIDDLE> </tbody> __________________________
Hi all,
Can anyone put me out of my misery and tell me why the date won't do as it's told and 'align right'! in it's cell.
<head>
<style>
width: 170mm;
background : White;
border : 1px solid Black;
text-align : center;
border-collapse : inherit;
}
width: 185mm;
border : 1px solid Black;
border-collapse : inherit;
}
</head>
<tbody>
<tr VALIGN=MIDDLE>
<td WIDTH=65% ALIGN="LEFT"><p class="printimage"><img src="/img/matbanklarge.jpg" width="400"
</td>
</tr>
<td WIDTH=65% ALIGN="LEFT" NOWRAP><p>Pay: <b> Acme Gardening </b></p><td>
<p class="screenimage"><img src="/img/notnegotiablesmall.gif" width="32"
<td WIDTH=30% ALIGN="MIDDLE" NOWRAP> <p> or bearer </p> </td>
</tr>
<td WIDTH=65% ALIGN="LEFT"><p> the sum of: <b>Two hundred five dollars and twenty cents </b></p><td>
<td WIDTH=30% ALIGN="MIDDLE" NOWRAP> <p><b>$125,245.20 </b></p> </td>
</tr>
<td WIDTH=65% ALIGN="LEFT"><p> </p><td>
<td WIDTH=30% ALIGN="LEFT"> <p> </p> </td>
</tr>
<td WIDTH=65% ALIGN="LEFT"> <p>Company <b>
Maintenance services Inc </b> <td>
<td WIDTH=30% ALIGN="LEFT"> <p> </p> </td>
</tr>
<td WIDTH=65% ALIGN="RIGHT"><p>_________________</p><td>
<td WIDTH=30% ALIGN="LEFT" NOWRAP> <p>________________</p> </td>
</tr>
</table>
<tbody>
<td WIDTH=20% ALIGN="MIDDLE" NOWRAP><p> </p><td>
<td WIDTH=60% ALIGN="MIDDLE" NOWRAP> <p class="micr"> 1237888 98737</p> </td>
<td WIDTH=20% ALIGN="MIDDLE" NOWRAP> <p> </p> </td>
</tr>
</table>
</body>
</html>