Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

v100t

Paginas no Dreamweaver nao aparece!

Recommended Posts

Ola Pessoal, fiz uma pagina no dreamweaver, e fui alterando normal...ja que é uma galeria de imagem fui colocando fotos novas e tbm usei o behaviour (open windows) para abrir imagem ampliada.

O que acontece que agora nao aparece NADA no modo design, apenas no modo codigo

e testei no frontpage e aparece tudo normal?!?

O que acontece? alguem sabe me disser???

Brigaduuu

Compartilhar este post


Link para o post
Compartilhar em outros sites

estranho ne!? é essa pagina aqui

www.igrejasantarita.com.br/reforma.htm

como é htm é so visualizar o codigo...as ultimas fotos q coloquei que preciso amplia-las...nao consigo visualizar no dreamweaver

se puder ver algum erro e falar...agradeço

valeu

Compartilhar este post


Link para o post
Compartilhar em outros sites

estranho ne!? é essa pagina aqui

www.igrejasantarita.com.br/reforma.htm

como é htm é so visualizar o codigo...as ultimas fotos q coloquei que preciso amplia-las...nao consigo visualizar no dreamweaver

se puder ver algum erro e falar...agradeço

valeu

 

nada???

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá, que Dreamweaver você utiliza?

Uso a versão 8, e ocorreu alguns erros nas tag's HTML, que podem proporcionar essa "invisibilidade" dos elementos da página.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá, que Dreamweaver você utiliza?

Uso a versão 8, e ocorreu alguns erros nas tag's HTML, que podem proporcionar essa "invisibilidade" dos elementos da página.

Eu uso o CS3 é a versao 9 ne?!

Compartilhar este post


Link para o post
Compartilhar em outros sites

Bom....faz assim:

 

Coloque no Inicio esse cabeçalho :

 

<!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=iso-8859-1" />
<title>Paroquia Santa Rita de Cassia</title>

 

Depois lá no final retire :

 

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table></td>
	<td width="26%"> </td>
  </tr>
</table>
</body>
</html>

E coloque ::

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table>
</body>
</html>

 

Faça os teste Ok.

 

 

Grande abraço...

Compartilhar este post


Link para o post
Compartilhar em outros sites

Bom....faz assim:

 

Coloque no Inicio esse cabeçalho :

 

<!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=iso-8859-1" />
<title>Paroquia Santa Rita de Cassia</title>

 

Depois lá no final retire :

 

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table></td>
	<td width="26%"> </td>
  </tr>
</table>
</body>
</html>

E coloque ::

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table>
</body>
</html>

 

Faça os teste Ok.

 

 

Grande abraço...

ok vou testar

brigaduu

Compartilhar este post


Link para o post
Compartilhar em outros sites

Bom....faz assim:

 

Coloque no Inicio esse cabeçalho :

 

<!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=iso-8859-1" />
<title>Paroquia Santa Rita de Cassia</title>

 

Depois lá no final retire :

 

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table></td>
	<td width="26%"> </td>
  </tr>
</table>
</body>
</html>

E coloque ::

 

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
		<tr>
		  <td height="18" align="center" valign="bottom">
			<p style="margin-top: 0; margin-bottom: 0; margin-right:10px" align="right"><span class="style18">
			<font color="#A60000">
			<a href="http://www.p3design.net/portugues.htm">
			<span style="font-weight: 700"><font color="#A60000">P3 Design</font></span></a><span style="font-weight: 700">.net</span></font></span></td>
		</tr>
	  </table>
</body>
</html>

 

Faça os teste Ok.

 

 

Grande abraço...

ok vou testar

brigaduu

 

Nao deu nao...apareceu so o rodape

que zica

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.