Re: [PHP] Annoying display problem

2002-05-23 Thread Andre Dubuc
Hi Dave, Well, I "sort of" solved it by adding:    in a few judicious places. Renders well in Konqueror, Mozilla, and Galeon. Btw, I've been using CSS, and thought of doing it there, but it's a lot of trouble for only one table. Thanks, Andre On Thursday 23 May 2002 11:00 pm, you wrote: >

RE: [PHP] Annoying display problem

2002-05-23 Thread David Freeman
> Now I've got the text sitting nicely beside the pix, but no > matter what I try (i.e. or whatever, > the text butts right to the left margin, First option is to insert cellpadding or cellspacing in your tag - that's where it get's set for the whole table. A possible solution could incl

Re: [PHP] Annoying display problem

2002-05-23 Thread Andre Dubuc
Thanks Dave, I tried that one, and the results were "interesting". I reverted to the method (I should have thought of it earlier, seeing that I had just used it in the lines just before [go figure!], but my mind was too frazzled to see it. Now I've got the text sitting nicely beside the pix,

RE: [PHP] Annoying display problem

2002-05-23 Thread David Freeman
> I want an image (aligned on the left side) with text beside > it (aligned in the center). That sounds simple enough. But try as I may, I > can't get it to work. > * > print " height='120' alt=' '/> align='center'>{$_SESSION['de

Re: [PHP] Annoying display problem

2002-05-23 Thread Andre Dubuc
Miguel, It's been a long day - thanks. (Duh at this end!) Regards, Andre On Thursday 23 May 2002 04:54 pm, you wrote: > The obvious answer would be a table. > > miguel > > On Thu, 23 May 2002, Andre Dubuc wrote: > > PHP 4.1.2 + Apache 1.3.23 + PostgreSQL 7.2 > > > > I've put off trying to figur

Re: [PHP] Annoying display problem

2002-05-23 Thread Miguel Cruz
The obvious answer would be a table. miguel On Thu, 23 May 2002, Andre Dubuc wrote: > PHP 4.1.2 + Apache 1.3.23 + PostgreSQL 7.2 > > I've put off trying to figure out how to accomplish a fairly simple display > problem. It's probably so simple, that I keep missing it. > > Here's what I'd like