From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 19:09:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C3611065674 for ; Sat, 11 Apr 2009 19:09:47 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 35BBD8FC14 for ; Sat, 11 Apr 2009 19:09:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Apr 2009 15:09:46 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PRV35351; Sat, 11 Apr 2009 15:07:45 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Apr 2009 15:07:46 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18912.60033.242203.912434@jerusalem.litteratus.org> Date: Sat, 11 Apr 2009 15:07:45 -0400 To: Charles Howse In-Reply-To: <251E39DC-2EEE-4E43-9B4C-3F273B19AD09@charter.net> References: <251E39DC-2EEE-4E43-9B4C-3F273B19AD09@charter.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: FreeBSD Questions Subject: /usr/bin/calendar in cgi script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 19:09:47 -0000 Charles Howse writes: > Now, when I run that script in a terminal, the output is perfectly > formatted, multiple lines (if there are multiple events on this date), > date first, event, year. Just right. > > But, when I put that in an "include" statement in a webpage, the > output is a single line, regardless of whether there are multiple > events. > You can see a bad example here: > > > > How can I make multiple events show on separate lines, like it > does in terminal? Would I be correct in believing you're unfamiliar with html? Robert Huff