Guest Evandro Postado Julho 18, 2008 Denunciar Share Postado Julho 18, 2008 Pessoal,No meu site, estou fazendo um prototico, e gostaria que ficasse assim:www.apostilaweb.com.br/vereador.jpgso que esta saindo assim:www.apostilaweb.com.br/vereadorjá atualizei todas as imagens no site apostilaweb....mas mesmo assim ele não aparece completo.o que sera que esta acontecendo??Obs.. estou fazendo em phpno aguardoEvandro Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest evandro Postado Julho 18, 2008 Denunciar Share Postado Julho 18, 2008 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Marcos Cavalcante </title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script language="JavaScript" type="text/JavaScript"><!--function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);//--></script></head><body background="img/fundo.png" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="765" height="567" border="0" align="center"> <tr> <td width="759" height="142"><img src="img/top.jpg" width="759" height="140"></td> </tr> <tr> <td height="37"><img src="img/menu.jpg" width="759" height="36"></td> </tr> <tr> <td height="342" bgcolor="#3C0F00"><table width="755" height="330" border="0"> <tr> <td width="553" height="326" bgcolor="#FFFFFF"> <table width="553" height="335" border="0"> <tr> <td width="547" height="163" valign="top"><img src="img/ultimasnoticias.jpg" width="547" height="29"> <? $conexao = mysql_connect("localhost", "xxxxxx", "xxxxx") or die ("Erro na conexão ao banco de dados."); $db = mysql_select_db("apostila_vereador") or die ("Erro ao selecionar a base de dados."); $sql = "SELECT * FROM noticias WHERE ver = '1' ORDER BY id DESC LIMIT 7"; $resultado = mysql_query($sql) or die ("Não foi possível realizar a consulta"); if (@mysql_num_rows($resultado) == 0) die('Nenhum registro encontrado'); while ($linha=mysql_fetch_array($resultado)) { echo "<a href='noticias/noticias.php?id={$linha['id']}'> {$linha['data']} - {$linha['titulo']} </a> <br><br> "; } ?> </td> </tr> <tr> <td height=122" valign="top"><img src="img/agenda.jpg" width="545" height="29"> <? $conexao = mysql_connect("localhost", "xxxxxx", "xxxxxx") or die ("Erro na conexão ao banco de dados."); $db = mysql_select_db("apostila_vereador") or die ("Erro ao selecionar a base de dados."); $sql = "SELECT * FROM agenda oRDER BY id DESC LIMIT 7"; $resultado = mysql_query($sql) or die ("Não foi possível realizar a consulta"); if (@mysql_num_rows($resultado) == 0) die('Nenhum registro encontrado'); while ($linha=mysql_fetch_array($resultado)) { echo "<a href='noticias/agenda.php?id={$linha['id]}'> {$linha['data']} - {$linha['titulo']} </a> <br><br> "; } ?> </td> </tr> </table> </td> <td width="192" valign="top" bgcolor="#3C0F00"><p><img src="img/rigth.jpg" width="178" height="234"> </p> <center><iframe src="http://www.tempoagora.com.br/selos/custom/selo.php?cid=Campinas-SP;" name="seloCampinas-SP" width="120" height="125" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe></center> </td> <script language=JavaScript> <!-- hoje = new Date() dia = hoje.getDate() dias = hoje.getDay() mes = hoje.getMonth() ano = hoje.getYear() if (dia < 10) dia = "0" + dia if (ano < 2000) ano = "19" + ano function CriaArray (n) { this.length = n } NomeDia = new CriaArray(7) NomeDia[0] = "domingo" NomeDia[1] = "segunda-feira" NomeDia[2] = "terça-feira" NomeDia[3] = "quarta-feira" NomeDia[4] = "quinta-feira" NomeDia[5] = "sexta-feira" NomeDia[6] = "sábado" // NomeMes = new CriaArray(12) NomeMes[0] = "janeiro" NomeMes[1] = "fevereiro" NomeMes[2] = "março" NomeMes[3] = "abril" NomeMes[4] = "maio" NomeMes[5] = "junho" NomeMes[6] = "julho" NomeMes[7] = "agosto" NomeMes[8] = "setembro" NomeMes[9] = "outubro" NomeMes[10] = "novembro" NomeMes[11] = "dezembro" // function WriteDate() { document.write ("<font color='#FFFFFF' SIZE=1 face='verdana'><div align=center> Campinas, "+ NomeDia[dias] + ", <FONT COLOR='#FFFFFF'> " + dia + "</FONT> de <FONT COLOR='#FFFFFF'>" + NomeMes[mes] + "</FONT> de <FONT COLOR='#FFFFFF'>" + ano + " </font></div> ") // } // --> </script> </tr> </table> </td> </tr> <tr> <td><img src="img/bottom.jpg" width="759" height="33"></td> </tr></table></body></html> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Evandro Postado Julho 18, 2008 Denunciar Share Postado Julho 18, 2008 pessoal deu certo, inseri alguns registros na minhas tabelas.acessewww.apostilaweb.com.br Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest Evandro
Pessoal,
No meu site, estou fazendo um prototico, e gostaria que ficasse assim:
www.apostilaweb.com.br/vereador.jpg
so que esta saindo assim:
www.apostilaweb.com.br/vereador
já atualizei todas as imagens no site apostilaweb....mas mesmo assim ele não aparece completo.
o que sera que esta acontecendo??
Obs.. estou fazendo em php
no aguardo
Evandro
Link para o comentário
Compartilhar em outros sites
2 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.