Re: tables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



u ask on this db not on win..
i think..

 you mean how to call everypage with just one page???

> <table width="50%" border="0" cellspacing="3" cellpadding="0">
>   <tr>
>     <td><?php echo "<img src='index.php?ph=".$photoFileName[2]."'/ >";
?></td>
>     <td><?php echo "<img src='index.php?ph=".$photoFileName[3]."'/ >";
?></td>
>   </tr>
>   <tr>
>     <td>&nbsp;</td>
>     <td><?php echo "<img src='/album/img/".$photoFileName[0]."'/ >";
?></td>
>   </tr>
> </table>

----- Original Message -----
From: "elk dolk" <elkdolk@xxxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Sent: Friday, March 30, 2007 3:42 PM
Subject:  tables


> I think it should be something like this:
>
> <table width="50%" border="0" cellspacing="3" cellpadding="0">
>   <tr>
>     <td><?php echo "<img src='/album/img/".$photoFileName[2]."'/ >";
?></td>
>     <td><?php echo "<img src='/album/img/".$photoFileName[3]."'/ >";
?></td>
>   </tr>
>   <tr>
>     <td>&nbsp;</td>
>     <td><?php echo "<img src='/album/img/".$photoFileName[0]."'/ >";
?></td>
>   </tr>
> </table>
>
> ---------------------------------
> TV dinner still cooling?
> Check out "Tonight's Picks" on Yahoo! TV.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux