I am running into problems the way FF renders my blocks and IE. I am using this code that basically display my info into a table, I try displaying it to a DIV but the problem still persisted, where the link displays in 2 lines on IE. My code: ----------------- <?php $block = module_invoke('blog', 'block', 'view', '0'); print $block['content']; ?> -------------------
My blog info displays like this on FF (single line): ---------------------- * Drupal Experience
and like this on I (2 line)E: ----------------- Drupal * Experience
What can cause this is there a way to make the IE display like the FF
I am having the same problem display an RSS yahoo news feed.
Thanks,
Néstor Alberto Flórez Torres :-)
PHP is fine, check out the CSS
one way: http://www.hedgerwow.com/360/dhtml/css-display-inline.html
On Tue, Jul 21, 2009 at 6:52 PM, Néstor rotsen@gmail.com wrote:
I am running into problems the way FF renders my blocks and IE. I am using this code that basically display my info into a table, I try displaying it to a DIV but the problem still persisted, where the link displays in 2 lines on IE. My code:
<?php $block = module_invoke('blog', 'block', 'view', '0'); print $block['content']; ?>
My blog info displays like this on FF (single line):
- Drupal Experience
and like this on I (2 line)E:
Drupal
- Experience
What can cause this is there a way to make the IE display like the FF
I am having the same problem display an RSS yahoo news feed.
Thanks,
Néstor Alberto Flórez Torres :-)
[ Drupal support list | http://lists.drupal.org/ ]
Victor,
I will check the css-inline that but I just checked my page on IE 7 and it shows great jsut like on FF
I am using IE 6 and that is the one that is not displaying correct.
Thanks,
Nestor
On Tue, Jul 21, 2009 at 3:07 PM, Victor Kane victorkane@gmail.com wrote:
PHP is fine, check out the CSS
one way: http://www.hedgerwow.com/360/dhtml/css-display-inline.html
On Tue, Jul 21, 2009 at 6:52 PM, Néstor rotsen@gmail.com wrote:
I am running into problems the way FF renders my blocks and IE. I am using this code that basically display my info into a table, I try displaying it to a DIV but the problem still persisted, where the link displays in 2 lines on IE. My code:
<?php $block = module_invoke('blog', 'block', 'view', '0'); print $block['content']; ?>
My blog info displays like this on FF (single line):
- Drupal Experience
and like this on I (2 line)E:
Drupal
- Experience
What can cause this is there a way to make the IE display like the FF
I am having the same problem display an RSS yahoo news feed.
Thanks,
Néstor Alberto Flórez Torres :-)
[ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]