5568 sujets

Sémantique web et HTML

Bonjour

Mon site http://www.outlandis-music.com/
s'affiche correctement sur Firefox (v 20.0.1 )
mais pas sur Internet Explorer (v 10.0.4 ), où l'espace
en bas de page est trop important.
Je n'ai pas essayé Safari, Opéra ...
Il y a surement un défaut dans l'écriture de ma page php, ou css.

Merci
Bonjour,

Bien qu'IE10 soit moins boulet que ses prédécesseurs, il a quand même ses p'tites manies.

Bizarement, il aime bien qu'un code soit valide (et moi aussi d'ailleurs, c'est plus facile pour débugger) : ajoute un doctype et essaye de supprimer le plus d'erreur possible.

Si ça ne corrige pas le problème, au moins ça nous permettra d'y voir plus clair.
Bonjour

Il s'agit d'un site qu'un ami m'a fait il y a quelque temps, et que j'essaie de bricoler
tant bien que mal.

Si j'ai bien compris, il faut que j'inscrive en 1ère ligne, sur mon fichier php, un doctype
suggéré par Markup Validation Service, à savoir XHTML 1.0 Transitional.
J'ai trouvé çà
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Et ensuite faire les corrections indiquées par Markup, dans ce même fichier php.

Puis envoyer ce nouveau php sur l'hebergeur..

Markup Validation Service:
Outre le fait que ce soit en Anglais, je dois dire que je ne maitrise ni le langage
ni les termes informatiques..mais je peux essayer.

Est-ce que j'ai bien tout compris jusque là ?

Merci
Doctype: tu mettre seulement <!DOCTYPE HTML>

niveau code, en gros: mise en page en tableau, utilisation de </br> pour espacer les paragraphes, utilisation de balises désuètes, etc... ouf! Y'a du boulot à faire! Le site serai à revoir dans son intégralité.
Laurie-Anne

Il y a certaines choses dans Markup Validation que je ne comprends pas, par ex:

Error Line 20, Column 85: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

…rch/label/Carel%20Sylvain"><font size=2 color="#COCOCO">&nbsp;&nbsp;S.Lupari</…



Error Line 27, Column 66: document type does not allow element "a" here; missing one of "object", "span", "bdo", "applet", "iframe", "tt", "i", "b", "u", "s", "strike", "big", "small", "font", "em", "strong", "dfn", "code", "q", "samp", "kbd", "var", "cite", "abbr", "acronym", "sub", "sup", "label", "ins", "del" start-tag

…online.com/main/DavidWright-index.php"><font size=2 color="#COCOCO">&nbsp;&nbs…

&#9993;

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").





ou encore

Error Line 34, Column 107: document type does not allow element "a" here; missing one of "object", "span", "bdo", "applet", "iframe", "tt", "i", "b", "u", "s", "strike", "big", "small", "font", "em", "strong", "dfn", "code", "q", "samp", "kbd", "var", "cite", "abbr", "acronym", "sub", "sup", "label", "ins", "del" start-tag

…nline.com/main/publishing.php"><font size=2 color="#FFFFFF">AD Music</font><a/>

&#9993;

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").


Merci
Bonjour

j'ai réussi à corriger bon nombre d'erreurs, il en reste encore quelques unes pour lesquelles
je ne comprends pas les procédures à suivre -ne comprenant même pas ce qu'elles signifient-
Par ex : "document type does not allow element "a" here....."
De toute façon, l'affichage du site dans IE n'est toujours pas correct.
Modifié par logicom (15 May 2013 - 10:39)