Acacio Postado Novembro 24, 2015 Denunciar Share Postado Novembro 24, 2015 Olá pessoal preciso de ajuda.Não sei resolver este erro<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>index</title></head><body><table width="750" border="1"> <tr> <td colspan="2"><?php include "cabecalho.php"; ?></td> </tr> <tr> <td width="76"><?php include "menu.php"; ?></td> <td width="664"><table width="750" border="1"> <tr> <td><?php include "home.php"; ?></td> </tr> </table></td> </tr> <tr> <td colspan="2"><?php include "rodape.php"; ?></td> </tr></table></body></html><?> Invalid markup Markup invalid because it's an overlaping or unclosed tagif the display correct, it is safe to delete the tags.Em resumo não aparece a tabela em modo display. Embora apareçam em live o no browser.O meu maior problema é não poder modificar a tabela em modo displayMuito obrigado e aguardo resposta. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Acacio
Olá pessoal preciso de ajuda.
Não sei resolver este erro
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>index</title>
</head>
<body>
<table width="750" border="1">
<tr>
<td colspan="2"><?php include "cabecalho.php"; ?></td>
</tr>
<tr>
<td width="76"><?php include "menu.php"; ?></td>
<td width="664"><table width="750" border="1">
<tr>
<td><?php include "home.php"; ?></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"><?php include "rodape.php"; ?></td>
</tr>
</table>
</body>
</html>
<?> Invalid markup Markup invalid because it's an overlaping or unclosed tag
if the display correct, it is safe to delete the tags.
Em resumo não aparece a tabela em modo display. Embora apareçam em live o no browser.
O meu maior problema é não poder modificar a tabela em modo display
Muito obrigado e aguardo resposta.
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.