Re: [PHP] Thumbnails and PHP

2001-01-30 Thread Brian Clark
Hello Todd, (TC == "Todd Cary") [EMAIL PROTECTED] uttered: TC> If I do and all works fine - TC> the 's "word wrap". But, when I do and TC> , I get a horizontal scroll bar and the 's TC> go off to the left. Just leave out the width attribute for the tag. You probably don't want to use fixe

[PHP] Thumbnails and PHP

2001-01-29 Thread Todd Cary
What is the best way to display thumbnail photos and their titles with HTML/PHP? Table? If I do and all works fine - the 's "word wrap". But, when I do and , I get a horizontal scroll bar and the 's go off to the left. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General

Re: [PHP] Thumbnails and PHP

2001-01-27 Thread Markus Fischer
On Sat, Jan 27, 2001 at 02:14:21PM -0800, Todd Cary wrote : > What is the best way to display thumbnail photos and their titles with > HTML/PHP? Table? The html way would be to just include the photos with a small WIDTH and HEIGHT attribute. The php would be to read the file and use ImageCopyR

Re: [PHP] Thumbnails and PHP

2001-01-27 Thread Brian Clark
Hello Todd, (TC == "Todd Cary") [EMAIL PROTECTED] coined: TC> What is the best way to display thumbnail photos and their titles TC> with HTML/PHP? Table? Sure.. tables are good. Or you can display them in one long vertical line.. or.. Explain what you mean. If you mean just what the sentence

[PHP] Thumbnails and PHP

2001-01-27 Thread Todd Cary
What is the best way to display thumbnail photos and their titles with HTML/PHP? Table? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con