Hello !
I really have some problem to understand wy my website tlooks so different under I.E / Safari and Firefox.
Firefox displays my web as I want but with Safari I got a long blank column on the right before the language menu.
On I.E the right part of this place doesn't seem to strectch and understand the </br> tags.
Anyone have an Idea ?
Is there a CSS way to fix this ?
My place is http://news.itsartmag.com
thanks a lot
Browser and apperance
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Browser and apperance
Hi!
The first thing to do when such problems arise is to validate your HTML:
http://validator.w3.org/check?verbose=1 ... %2Fnews%2F
shows you that there are many errors in your HTML. Some not so serous ones (like the ones about META and LINK) but also many serous ones like missing closing tags. Please try to go through them and fix as many errors as you can. Most probably it's just a missing closing div that is making the browsers act differently.
HTH,
Garvin
The first thing to do when such problems arise is to validate your HTML:
http://validator.w3.org/check?verbose=1 ... %2Fnews%2F
shows you that there are many errors in your HTML. Some not so serous ones (like the ones about META and LINK) but also many serous ones like missing closing tags. Please try to go through them and fix as many errors as you can. Most probably it's just a missing closing div that is making the browsers act differently.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Thanks, you were right, the HTML errors mostly stem from the "findmore" plugin, where in the plugin_findmore.tpl file the entities were not properly escaped. I just fixed that in the plugin, but it shouldn't cause problems for you.
The "</br>" tags only occur in your HTML nugget which you entered manually. Please correct this plugin and replace the tags to "<br />". Then it might fix your issue?
Regards
Garvin
Thanks, you were right, the HTML errors mostly stem from the "findmore" plugin, where in the plugin_findmore.tpl file the entities were not properly escaped. I just fixed that in the plugin, but it shouldn't cause problems for you.
The "</br>" tags only occur in your HTML nugget which you entered manually. Please correct this plugin and replace the tags to "<br />". Then it might fix your issue?
Regards
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Sadly I use Windows so I cannot test Safari with your page. But both my Firefox and IE6 show the same, proper output. No blank padding space or garbaged sidebar...
Best regards,
Garvin
Sadly I use Windows so I cannot test Safari with your page. But both my Firefox and IE6 show the same, proper output. No blank padding space or garbaged sidebar...
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/