I am running into problems the way FF renders my blocks and IE.<br>
I am using this code that basically display my info into a table,<br>
I try displaying it to a DIV but the problem still persisted, where<br>
the link displays in 2 lines on IE.  My code:<br>
-----------------<br>
&lt;?php<br>
$block = module_invoke(&#39;blog&#39;, &#39;block&#39;, &#39;view&#39;, &#39;0&#39;);<br>
print $block[&#39;content&#39;];<br>
?&gt;<br>
-------------------<br>
<br>
My blog info displays like this on FF (single line):<br>
----------------------<br>
    * Drupal Experience<br>
<br>
<br>
and like this on I (2 line)E:<br>
-----------------<br>
  Drupal<br>
* Experience<br>
<br>
What can cause this is there a way to make the IE display like the FF<br>
<br>I am having the same problem display an RSS yahoo news feed.<br><br>Thanks,<br>
<br>
Néstor Alberto Flórez Torres :-)