Hello, 
 
I don't understand why style=display.block doesn't work, can anybody here help 
me?
 
this is the code:
 
" if ($output_method != 'echo' || empty($posts))
      return $posts;
 
   echo '
      <div style="display:block" >';
   foreach ($posts as $post)
      echo '
 
            <div style="float:left">
               ', !empty($post['image']) ? $post['image'] : '', '
            </div>
            <div align="left" valign="top" >
               [', $post['board']['link'], ']
<br />
               <a href="', $post['href'], '">', $post['subject'], '</a><br />
               ', $txt[525], ' ', $post['poster']['link'], ' ', $post['time'], '
               ', $post['new'] ? '' : '<a href="' . $scripturl . '?topic=' . 
$post['topic'] . '.msg' . $post['new_from'] . ';topicseen#new"><img src="' . 
$settings['images_url'] . '/' . $context['user']['language'] . '/new.gif" 
alt="' . $txt[302] . '" border="0" /></a>', '
<br />
                 ', $post['body'], '    <br />
            </div>          
';
  echo '
     
 </div>';"
 
it is here in the web:
 
http://www.chatinchinese.com/
 
you can see, the second photo distroy the layout because the first message body 
hasn't got enough text.
 
thank you very much.
 
Paul Yung
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to