Help - Search - Member List - Calendar
Full Version: Problemas Com Imagens No Dreamweaver
Designers Fórum > Editores HTML > Dreamweaver
hernandes911
Eai galera tudo bom?
é o seguinte fiz um site em php pelo dreamweaver coloquei algumas imagens na pagina principal e beleza, mas na hora de por imagens em outras paginas as imagens nao apareceram, no dreamweaver consigo ve-las normal mas no localhost não aparecem de forma nenhuma. ja vi o caminho das imagens mas esta certo nao entendo mais o que pode ser preciso da ajuda de alguem valeu.
Designers Fórum

amaciel
Manda um link para podermos conferir.
hernandes911
Bom é o seguinte separei tudo por pastas tipo, pasta fotos e dentro desta pasta coloquei outra pasta chamada imagens com as fotos. fiz um arquivo chamado pagft.php que é que vai abrir quando alguem chamar a pagina fotos.lembrando que ainda coloquei ela no ar por o site ainda nao estar pronto então so vejo no meu servidor local. o localhost que uso o wamp 5.0.

abaixo a pagina pagft.php
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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style>
<link href="../css/css_total.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100%" border="0" cellspacing="0">
 <tr>
   <td colspan="9"><a href="#" class="home">Fotos</a></td>
 </tr>
 <tr>
   <td width="13%"><img src="imagens/imgm01.JPG" width="100" height="100" /></td>
   <td width="1%" rowspan="9">&nbsp;</td>
   <td width="13%"><img src="imagens/imgm02.JPG" width="100" height="100" /></td>
   <td width="1%" rowspan="9">&nbsp;</td>
   <td width="14%"><img src="imagens/imgm03.JPG" alt="" width="100" height="100" /></td>
   <td width="1%" rowspan="9">&nbsp;</td>
   <td width="13%"><img src="imagens/imgm04.JPG" alt="" width="100" height="100" /></td>
   <td width="1%" rowspan="9">&nbsp;</td>
   <td width="43%"><img src="imagens/imgm05.JPG" alt="" width="100" height="100" /></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td><img src="imagens/imgm06.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm07.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm08.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm09.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm10.JPG" alt="" width="100" height="100" /></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td><img src="imagens/imgm11.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm12.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm13.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm14.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm15.JPG" alt="" width="100" height="100" /></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td><img src="imagens/imgm16.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm17.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm18.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm19.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm20.JPG" alt="" width="100" height="100" /></td>
 </tr>
 <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
 </tr>
 <tr>
   <td><img src="imagens/imgm21.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm22.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm23.JPG" alt="" width="100" height="100" /></td>
   <td><img src="imagens/imgm24.JPG" alt="" width="100" height="100" /></td>
   <td>&nbsp;</td>
 </tr>
</table>
</body>
</html>



Bom esse é o codigo, no dreamweaver eu vejo as fotos normais, mas no navegador nao consigo ve-las de maneira alguma, eu acho que o problema ou é alguma configuração no dreamweaver ou alguma coisa com a query string. preciso terminar pra por no ar o mais rapido possivel pra começar a ganhar dinheiro.
vlw abraço a todos.
amaciel
Parceiro...
Sem ter uma preview on-line do site fica complicado, no html que você mando esta tudo ok, se existir uma pasta "imagens" no mesmo diretorio e dentro dela conter as imagens, deve funcionar corretamente.
Sobre ser query string... até onde você passou nao vi nada de programação.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.