Jump to content


mauricardy

Member Since 13/01/2010
Offline Last Active 25/02/2010, 16:31
-----

Topics I've Started

Links Para Css

23/02/2010, 14:37

Boa tarde. Estou criando um site em tableless e obviamente usando o CSS para estilizar as páginas. O problema que estou enfrentando é o seguinte: quando uso o <link href="index.css" rel="stylesheet" type="text/css" /> para importar o estilo, está dando como link duplo no validator da W3C.

Estou utilizando Server Side Includes no meu site e por isso o navegador está lendo o index e a página inicial como uma única, daí ele dá duplicidade de código.

Eis a pergunta: o que devo fazer, já que se eu tirar o link do documento página inicial, ficarei sem a formatação?

Problemas Com Validação

13/02/2010, 21:42

Boa noite pessoal. Estou de volta com mais dúvidas, como prometido anteriormente, heheheheeheheh.

É o seguinte, estou tentando validar o site pela w3c e estão aparecendo os seguintes problemas:

Validation Output: 3 Errors
Line 34, Column 92: cannot generate system identifier for general entity "KT_logout_now"
…dmin/../admin/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li>✉
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
Line 34, Column 92: general entity "KT_logout_now" not defined and no default entity
…dmin/../admin/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li>✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Line 34, Column 105: reference not terminated by REFC delimiter
…/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li>✉
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
Line 34, Column 105: reference to external entity in attribute value
…/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li>✉
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.
Line 34, Column 105: reference to entity "KT_logout_now" for which no system identifier could be generated
…/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li>✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Line 34, Column 90: entity was defined here
…/admin/../admin/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b></a></li> Line 34, Column > 80: XML Parsing Error: EntityRef: expecting ';'
…com.br/adp/admin/../admin/login.php?info=DENIED&KT_logout_now=1"><b>LOGOFF</b…

Não sei ó que tenho que corrigir. Alguém pode me ajudar?

Outra coisa, como sei em qual documento devo procurar o erro, já que eles colocam Linha e Coluna numerados?

Grato

Problemas Com Acentos, Til E Cedilha

13/01/2010, 18:12

Oi pessoal. Sou novo no dreamweaver e tenho dúvidas bobas. A primeira que quero ajuda de vcs é o seguinte: sempre que coloco acento, til ou cedilha, quando abro no navegador, aparece desconfigurado.

O que devo fazer?

Abraços

IPB Skin By Virteq