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>
<?php<br>
$block = module_invoke('blog', 'block', 'view', '0');<br>
print $block['content'];<br>
?><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 :-)