Mingle Login php (I want to text wrap avatar to the left of text))
-
I am trying to get the text to wrap to the right of the avatar
<td width=”53″ valign=”top”><palign=”center”><?php global
$current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, 86); ?></td>
<td width=”284″ valign=”top”>
</td>
</tr><tr> <td colspan=”2″ valign=”top”><a href=”<?php echo get_permalink($mngl_options->profile_page_id); ?>”>
<?php global $current_user;
get_currentuserinfo();
echo ($current_user->user_firstname . ” ” . $current_user->user_lastname . ” “);
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mingle Login php (I want to text wrap avatar to the left of text))’ is closed to new replies.