WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Internet Explorer 8: big display problems with the template

<< < (3/5) > >>

midiweb:
Hi, thanks for your precious help. I fixed a lot of errors, particularly with the <script> and <head> tags.


http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jurgschat-consulting.eu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

shows still now  8 errors only. It's become  very better, isn't it?

The site under IE8 is now better but not properly yet.

My menu entry "Kunden" cannot display under IE8 . I don't why. I'm still looking hard for the solution.

Regards,


MD

midiweb:
I'm wondering if I have to insert  the doctype in both index.php, in the root path and in the template path and maybe in all pages.php

Is this doctype ok:



--- Code: ---<!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="en">
<head><title>Jurgschat-Consulting </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>
<body>
--- End code ---

maverik:
doctype only in index.php of template


--- Code: ---<?php
// redirect if this file is invokded directly
if(!defined(&#39;WB_URL&#39;)) {
    header(&#39;Location: ../index.php&#39;);
    exit(0);
}
?>
<!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="de" lang="de">
<head>
<title><?php page_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php
if(defined(&#39;DEFAULT_CHARSET&#39;)) { echo DEFAULT_CHARSET; } else
{ echo &#39;utf-8&#39;; }?>" />
--- End code ---

midiweb:
when I insert your doctype code in the index.php of template, I have a crappy dull Display under IE8 but when I copy this code in the index.php of the root path, all works fine, good display and "Kunden" page is diplayed. How to understand this?

BerndJM:
'cause you have a email-adress at gmx.de
I try to answer you in german:

Junge, in deinem System ist irgendwo absoluter Müll, ich hab das in mittlerweile drei Jahren mit WB noch nie erlebt, das irgendwelcher doctype code in der root-index irgendwas rausreißt, was er in der index des templates nicht könnte. das würde ja das ganze System ad absurdum führen.

Du sagst "nur noch 8 Fehler" - es wird langsam besser - also mach doch die 8 Fehler auch noch weg!
Wenn M§ mit der 8er-Version diesmal wriklich ernst gemacht hat und wirklich strict Standardkonform ist.dann vielleicht so standardkonform, daß es jedem Schußler/Rumfrickler/Baseltyp irgednwann ins Knie beißt.

Grüßle Bernd

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version