Re: [PHP] Help with adding an image to a table row

2004-03-17 Thread Brian V Bonini
On Wed, 2004-03-17 at 12:23, Mark wrote: > I have the following snippet of code that I cannot seem to find a way to > add an image to a . The line in question is the first one under the > else statement: > > print ""; > > This line, I would like to show a image called "backgrnd.png" instead of

RE: [PHP] Help with adding an image to a table row

2004-03-17 Thread Chris W. Parker
Mark on Wednesday, March 17, 2004 9:24 AM said: > Any help would be much appreciated as this is not a php related question and that this is a very basic question it would be most beneficial for you to join a list like thelist from http://evolt.org or webdesign-l (i

Re: [PHP] Help with adding an image to a table row

2004-03-17 Thread Arthur Pelkey
background="" Mark wrote: I have the following snippet of code that I cannot seem to find a way to add an image to a . The line in question is the first one under the else statement: print ""; This line, I would like to show a image called "backgrnd.png" instead of a backgound color. Any he

[PHP] Help with adding an image to a table row

2004-03-17 Thread Mark
I have the following snippet of code that I cannot seem to find a way to add an image to a . The line in question is the first one under the else statement: print ""; This line, I would like to show a image called "backgrnd.png" instead of a backgound color. Any help would be much appreciated