Ir para conteúdo
Fórum Script Brasil

maum

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Tudo que maum postou

  1. aqui vai a indicação do problema se alguém puder me ajudar eu ficaria muito grato.
  2. Oi pessoal, eu to fazendo esse projetinho no meu tempo livre, não entendo muito de programção. Dai pensei que o método mais fácil seria pro tabelas e não tenho muito tempo pra estudar a fundo divs ou outras coisas, pra fazer essa paginazinha simples. Mas está renderizando errado no IE, ele coloca uns espaços onde não deveria, já que setei Border, cellspacing e cellpadding pra 0. Mas no firefox ele lê direitinho. é uma tabela simples com imagens. alguém me da uma luz? Muito obrigado desde já. <!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>VoiceLatina</title> </head> <body> <table cellspacing=0 cellpadding="0" width="800" align="center"> <TR> <td COLSPAN=2> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/header.jpg" width="800" height="246" /> </td> </TR> <TR> <td ROWSPAN=3 cellspacing="0" cellpadding="0" border="0"> <img style="margin-left:1.5px" src="http://i621.photobucket.com/albums/tt295/voicelatina/frete_gratis_medio.gif" /> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/pen_drive.jpg" /> </td> <TD> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/pagamento_pequeno.jpg" /> </TD> </TR> <TR> <TD> <img style="top:10px" src="http://i621.photobucket.com/albums/tt295/voicelatina/atendimento_pequeno.jpg" /> </TD> </TR> <TR> <TD> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/seguranca_pequeno.jpg" /> </TD> </TR> <TR bgproprerties=fixed background="http://i621.photobucket.com/albums/tt295/voicelatina/descricao.jpg"> <Td rowspan=3> <table style="margin-left:45px; margin-top:80px;" width="575" height="350" BORDER=0 CELLPADDING=0 cellspacing="0"> <tr> <td widht="55px" style="vertical-align: top;"><p>entre aqui seu texto</p> </td> </tr> </table> </Td> <td> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/envio_pequeno.jpg" /> </td> </TR> <TR> <TD> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/feedback_pequeno.jpg" /> </TD> </TR> <TR> <TD> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/voicelatina_pequeno.jpg" /> </TD> </TR> <TR> <td colspan=2> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/frete_gratis_grande.gif" /> </td> </TR> <TR> <td colspan=2> <img src="http://i621.photobucket.com/albums/tt295/voicelatina/frete_entrega_grande.jpg" /> </td> </TR> <TR background="http://i621.photobucket.com/albums/tt295/voicelatina/perguntas_respostas_b.jpg"> <td height="448px" colspan=2> <table style="margin-left:45px; margin-top:10px;" width="575" height="350" BORDER=0 CELLPADDING=0 cellspacing="0"> <tr> <td widht="55px" style="vertical-align: top;"><p>entre aqui o seu texto</p> </td> </tr> </table> </td> </TR> <TR> <td colspan=2><img src="http://i621.photobucket.com/albums/tt295/voicelatina/pagamento_grande.jpg" /> </td> </TR> <TR background="http://i621.photobucket.com/albums/tt295/voicelatina/como_comprar_b.jpg"> <td height="459px" colspan=2> <table style="margin-left:45px; margin-top:80px;" width="575" height="350" BORDER=0 CELLPADDING=0 cellspacing="0"> <tr> <td widht="55px" style="vertical-align: top;"><p>entre aqui o seu texto</p> </td> </tr> </table> </td> </TR> <TR> <td colspan=2><img src="http://i621.photobucket.com/albums/tt295/voicelatina/feedback_grande.jpg" /> </td> </TR> <TR background="http://i621.photobucket.com/albums/tt295/voicelatina/avisos_importantes_b.jpg" > <td height="451px" colspan=2 align="left"> <table style="margin-left:45px" width="575" height="350" BORDER=0 CELLPADDING=0 cellspacing="0"> <tr> <td widht="55px" style="vertical-align: top;"><p>entre aqui o seu texto</p> </td> </tr> </table> </td> </TR> <TR> <td colspan=2><img src="http://i621.photobucket.com/albums/tt295/voicelatina/empresa_nova_grande.jpg" /></td> </TR> <TR background="http://i621.photobucket.com/albums/tt295/voicelatina/quem_somos_b.jpg"> <td height="459px" colspan=2> <table style="margin-left:45px; margin-top:80px;" width="575" height="350" BORDER=0 CELLPADDING=0 cellspacing="0"> <tr> <td widht="55px" style="vertical-align: top;"><p>entre aqui o seu texto</p> </td> </tr> </table> </td> </TR> <TR> <td colspan=2><img src="http://i621.photobucket.com/albums/tt295/voicelatina/atendimento_grande.jpg" /> </td> </TR> </TABLE> </body> </html>
×
×
  • Criar Novo...