[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: presentation example with WML
- From: Petr Andreyev <nospam@thanx>
- Date: Mon, 14 May 2001 18:45:29 +0400 (MSD)
Hi,
On Mon, 14 May 2001, Werner Heuser wrote:
> can somebody give me a recommendation how to achieve a standard
> page length for each slide? IOW, how to fill the bottom of a page
> with an appropriate number of <br> tags?
The best and easiest solution could be perhaps to use HTML+CSS. The following
seems to work in both IE and NN:
<table>
<tr>
<td valign="top">
TITLE and so on
</td>
<td><img src="images/dot-transp.gif" style="margin-top:50ex"></td>
</tr>
<tr>
<td colspan="2"> Bottom things </td>
</tr>
</table>
--
Petr
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com