Re: [OT] HTML question

2000-05-23 Thread Alan Mead
- Original Message - From: Anthony E. Greene <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 19, 2000 1:18 PM Subject: Re: [OT] HTML question > Rodrigo Moya wrote: > > I'm in the process of generating reports from data in a database, and >

Re: [OT] HTML question

2000-05-21 Thread Danny
YEs thats what mysql and php3 does so the web browser your client can view the pages. Check out www.mysql.org and php.net for more details On Sat, 20 May 2000, Vidiot wrote: > >I'm in the process of generating reports from data in a database, and > >I've chosen to use HTML for the output file

Re: [OT] HTML question

2000-05-20 Thread Anthony E. Greene
Rodrigo Moya wrote: > I'm in the process of generating reports from data in a database, and > I've chosen to use HTML for the output file. But I've found a little > problem, which is that in some cases I need to write page breaks at some > points. Is that possible at all using HTML? No. HTML does

Re: [OT] HTML question

2000-05-20 Thread Vidiot
>I'm in the process of generating reports from data in a database, and >I've chosen to use HTML for the output file. But I've found a little >problem, which is that in some cases I need to write page breaks at some >points. Is that possible at all using HTML? By definition, HTML doesn't have page

[OT] HTML question

2000-05-19 Thread Rodrigo Moya
Hi all! I'm in the process of generating reports from data in a database, and I've chosen to use HTML for the output file. But I've found a little problem, which is that in some cases I need to write page breaks at some points. Is that possible at all using HTML? Cheers -- To unsubscribe: mai

Re: HTML question

2000-02-08 Thread Matt Housh
> When writing HTML is there a way to tell the browser to always load a > particular image from the server, *never* from the cache? Try adding a line like this at the top of your HTML file: HTH, Matt -- Matt

Re: HTML question

2000-02-08 Thread John Pfaff
gt; Sent: Tuesday, February 08, 2000 11:33 am Subject: HTML question When writing HTML is there a way to tell the browser to always load a particular image from the server, *never* from the cache? I have a page at http://www.angelfire.com/va2/behne/server.shtml that automatically reloads every 1

Re: HTML question

2000-02-08 Thread Rick Shank
I'm pretty sure it's something in the form of or something. Search for this in an html commands database or something. On Tue, 8 Feb 2000, Russell W. Behne wrote: > When writing HTML is there a way to tell the browser to always load a > particular image from the server, *never* from the cac