Richard Gaskin wrote:
> 
> Anyone have a handy method of emulating HTML <BLOCKQUOTE>s in MetaCard?  I
> have some HTML to import which contains these, and it would be really nifty
> if I could honor those tags.


I didn't know about this problem before : i'm always using tables to get
the same result in serving HC/MC databases on the web.

Here is the way i use each time <blockquote> are needed :

<table>
<tr> <-- acts like return in HC/MC
<td width = x%>&#160;</td> <-- a contains is needed to get the cell
visible
<td width = y%>your text here</td>
</tr>
</table>

Use some repeat loops to get fine results.

 
Regards, Pierre Sahores

CRDP de l'academie de Creteil
WEB, DB, ASP, VPN, B2B design


> 
> TIA -
> --
>  Richard Gaskin
>  Fourth World
>  Multimedia Design and Development for Mac, Windows, UNIX, and the Web
>  _____________________________________________________________________
>  [EMAIL PROTECTED]                 http://www.FourthWorld.com
>  Tel: 323-225-3717           ICQ#60248349            Fax: 323-225-0716
> 
> Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to