Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.03 KB | None | 0 0
  1.         foreach ($query->result() as $row) { ?>
  2.             <table cellpadding="0" cellspacing="0" style="width: 500px; height: 107px" align="left">
  3.                 <tr> <!-- new -->
  4.                 <td valign="top" style="padding: 3px; width: 101px;" rowspan="2">
  5.                     <img id="defaultImg a0" src="<?php echo base_url().$row->defaultImgURI; ?>" width="95" height="96" /></td>
  6.                     <td valign="top" class="style1" style="width: 124px">
  7.                         <a class="font1"><?php echo $row->firstname . " " . $row->lastname; ?></a>
  8.                     </td>
  9.                </tr> <!-- new -->
  10.  
  11.                     <tr> <!-- new -->
  12.                     <td valign="top" class="right-align-button1" style="height: 35px; width: 269px;">
  13.                         <a class="link-font1" id="like" href="#" style="width: 138px">Like</a> </span>
  14.                         <span class="font2"> | </span>
  15.                         <a id="comment" href="#" style="width: 138px" class="link-font1">Comment</a><br />
  16.                         <span class="font2"><?php echo $row->entryCreationDateTime; ?></span>
  17.                     </td>
  18.                </tr> <!-- new -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement