> -----Original Message-----
> From: Emiliano [mailto:[EMAIL PROTECTED]]
> Sent: 06 July 2000 22:26
> To: [EMAIL PROTECTED]
> Subject: Re: [midgard] Page with multiple content/article ?
>
> <table>
> <tr><td>
> <? if ($article = mgd_get_article($argv[0])) { ?>
> &(article.abstract);<hr>&(article.content);
> <? } else {
>    mgd_list_topic_articles(....)
> ?>
> </td>
> <td>
> <? if ($article = mgd_get_article($argv[1])) { ?>
> &(article.abstract);<hr>&(article.content);
> <? } else {
>    mgd_list_topic_articles(....)
> ?>
> </td></tr>
>
> Getting the specifics right and have this look good is left as an exercise
> for the reader.

Aye, and there's no way around it.  You have to go through the pain of
ignorance.

It took me a few days to go from:
"whoa, this *looks* good"
to
"hey, THATS what it does"
and then
"wow!"

Sam


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to