RE: [PHP-DB] width height

2007-03-31 Thread Xuepeng Li
?php echo img src='/album/img/.$photoFileName[2]. width=90 height=70 border='0' / ; ? Should be: ?php echo img src='/album/img/ . $photoFileName[2] . width=\90\ height=\70\ border='0' / ; ? Or ?php echo img src='/album/img/ . $photoFileName[2] . width='90' height='70'

Re: [PHP-DB] width height

2007-03-31 Thread JM Guillermin
Try this one : table width=50% border=0 cellspacing=3 cellpadding=0 tr td width=90 height=70 img src=/album/img/?= $photoFileName[2] ? width=90 height=70 border=0 / /td /tr /table Or : table width=50% border=0 cellspacing=3 cellpadding=0 tr td width=90 height=70 img

[PHP-DB] widthheight already solved!

2007-03-31 Thread elk dolk
thank you all this code solved it: ?php echo img src='/album/img/{$photoFileName[2]}' width='60' height='70' border='0' / ;? - Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.

Re: [PHP-DB] widthheight already solved

2007-03-31 Thread Dimiter Ivanov
On 3/31/07, elk dolk [EMAIL PROTECTED] wrote: thank you all this code solved it: ?php echo img src='/album/img/{$photoFileName[2]}' width='60' height='70' border='0' / ;? - Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.