WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Droplets & Snippets => Topic started by: midiweb on November 26, 2009, 04:02:48 PM

Title: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: midiweb on November 26, 2009, 04:02:48 PM
Hi, the dropplet [[RandomImage] doesn't show my pictures on the left menu  under IE8.

See here yourself:

http://www.jurgschat-consulting.eu/

But it works under Firefox.Don't understand why, who knows please?



Title: Re: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: LordDarkman on November 26, 2009, 09:37:18 PM
Hi,
You have 43 errors in your code and the random droplet generates code like this:
"http://www.jurgschat-consulting.eu//media/firmenlogos/Dr Pfleger.jpg"
try it without spaces and 2/. This should work.

CU Moritz


http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jurgschat-consulting.eu%2F (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jurgschat-consulting.eu%2F)
Title: Re: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: midiweb on November 26, 2009, 10:00:09 PM
hi, I don't know where does this double slash come from? where can I change it? I thought it was in config.php but it isn't there.
This 2 / are by all other pages also and they are displayed nevertheless.
Title: Re: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: BerndJM on November 27, 2009, 01:04:29 AM
Hi Mr. midiweb,

in Moritz' answer there where two hints (it not an bad idea to read the whole answers):
the one with the // and the other:
Quote
try it without spaces
Could it be that IE8 cannot handle filenames with spaces  :?

The two //:
please show us the relevant part from your config.php - I imagine you have written it there with a closing / ...

Regards Bernd
Title: Re: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: midiweb on November 27, 2009, 04:28:42 PM
hi, sorry, you were right, I deleted the end slash in:

define('WB_URL', 'http://www.jurgschat-consulting.eu');

I deleted also the spaces, the dashes, undercores and capitals in files names

BUT in vain I cannot display the firms logos and the page "kunden",..under IE8. Why?

Title: Re: Dropplet RandomImage doesn't show my pictures under IE 8
Post by: maverik on November 27, 2009, 05:29:07 PM
at the beginning of your code

Quote<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>
<body>
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>-->
<html>
<body>
<script type="text/javascript" src="http://www.jurgschat-consulting.eu/modules/droplets/js/mdcr.js"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
   <head>
       <title> - Kunden</title>

       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <meta name="description" content="" />
       <meta name="keywords" content="" />

       <link href="http://www.jurgschat-consulting.eu/templates/industry1/industry.css" rel="stylesheet" type="text/css" media="screen" />
   </head>

at the end

Quote</div>
</body>

</html></body>
</html>

:? :? :? :?

normaly

doctype
<html>
<head>
</head>
<body>
</body>
</html>


http://help.WebsiteBaker.org/pages/en/advanced-docu.php

http://selfhtml.org/