Suporte » Temas » Problema com Internet Explorer

  • Resolvido breno-barreto

    (@breno-barreto)


    Ola Galera!

    Ate pouco tempo eu era totalmente leigo em programacao.. mas CONSEGUI montar meu blog… http://www.brenobarreto.com

    Porem, quando eu acesso do Firefox esta tudo ok! Mas quando acesso pelo Internet Explorer.. aparece TUDO bagunçado… sem formatacao!!

    Alguem poderia me ajudar por favor? Nao sei o que fazer..

    aqui estão os codigos

    INDEX.PHP

    <?php get_header();?>
    
    <!--AQUI COMEÇA O CONTEUDO-->
    
    <table width="600" height=2% border="0" align="center">
        <tr>
          <td height="88" valign="top"><iframe id="menu" src="http://brenobarreto.com/images/menu/menu.html" width="100%" height="100%" hspace="0" vspace="0" frameborder="0" scrolling="No"></iframe></td>
        </tr>
        <tr>
          <td height="21" valign="top">
    
          <div id="body">
    
    <?php if(have_posts()):?>
    
    <?php while (have_posts()): the_post()?>
    
    <div class="post_snippet"> 
    
    <div class="titulo"><a href="<?php the_permalink();?>" title="Link permanente para <?php the_title_attribute();?>"><?php the_title();?></a></div>
    <div class="data"><?php the_time("j/m/Y");?> - <?php the_time();?></div>
    
    <?php the_content ("Leia Mais...");?>
    
    </div>
    
    <?php endwhile;?>
    <p><?php previous_posts_link("Posts mais novos");?><?php next_posts_link("Posts mais antigos");?></p>
    
    <?php else:?>
    
    <h2>Desculpe, Mas não encontramos o que você estava procurando!</h2>
    
    <?php endif;?>
    
    <!--AQUI TERMINA CONTEUDO-->
    
    <!--AQUI COMEÇA O RODAPE(footer)-->
    
    <div align="center"><a href="http://www.braziliandjs.com.br" target="_blank"><img src="http://www.brenobarreto.com/images/banner_brazilian.gif" width="468" height="67" border="0"></a></div>
    
    <div id="footer">
    <p> <a href="<?php bloginfo("rss2_url");?>" target="_blank" > Post Completo RSS</a></p>
    
    </div>
    <!--AQUI TERMINA O RODAPE(footer)-->
    </div>
    
    <body></td>
        </tr>
      </table>
    
    </body>
    </html>

    BLOG.PHP

    <!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 {
    	background-color: #555851;
    	background-image: url(fundo.jpg);
    	background-attachment: fixed;
    	border-width: 0px;
    	background-repeat: no-repeat;
    	background-position: top center;
    	margin-top: 0px;
    }
    .style1 {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
    	font-size: 10px;
    }
    -->
    </style></head>
    
    <body>
    <blockquote>
      <table width="600" height="2%" border="0" align="center">
        <tr>
          <td height="88" colspan="2" valign="top"><img src="topo.jpg" width="596" height="86" /></td>
        </tr>
        <tr>
          <td colspan="2"><?php get_header();?>
    
    <!--AQUI COMEÇA O CONTEUDO-->
    
    <?php if(have_posts()):?>
    
    <?php while (have_posts()): the_post()?>
    
    <div class="post_snippet">
    <h2><a href="<?php the_permalink();?>" title="Link permanente para <?php the_title_attribute();?>"><?php the_title();?></a></h2>
    
    <?php the_content ("Leia Mais...");?>
    
    <em>Conteudo postado em <?php the_time("j/m/Y");?> as <?php the_time();?></em>
    
    </div>
    
    <?php endwhile;?>
    <p><?php previous_posts_link("Posts mais novos");?><?php next_posts_link("Posts mais antigos");?></p>
    
    <?php else:?>
    
    <h2>Desculpe, Mas não encontramos o que você estava procurando!</h2>
    
    <?php endif;?>
    
    <!--AQUI TERMINA CONTEUDO-->
    
    <!--AQUI COMEÇA O RODAPE(footer)-->
    <div id="footer">
    <p><?php bloginfo("name");?> bla bla bla bla <a href="http://www.brenobarreto.com"> Breno Barreto </a> | <a href="<?php bloginfo("rss2_url");?>"> Post Completo RSS</a> e <a href="<?php bloginfo("coments_rss2_url");?>"> Comentarios do RSS </a></p>
    
    </div>
    <!--AQUI TERMINA O RODAPE(footer)--></td>
        </tr>
      </table>
      <p>&nbsp;</p>
    </blockquote>
    </body>
    </html>

    HEADER.PHP

    <!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" <?php language_attributes();?>
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo("html_type");?>;<?php bloginfo("charset");?>" />
    <title><?php bloginfo('name') ;?></title>
    <link rel='stylesheet' href="<?php bloginfo("stylesheet_url");?>" media="screen" type="text/css" />
    
    <STYLE type=text/css>
    A:link {
    	TEXT-DECORATION: none;
    	color: #2e2c2d;
    }
    A:visited {
    	TEXT-DECORATION: none;
    	color: #2e2c2d;
    }
    A:active {
    TEXT-DECORATION:
    	text-decoration: none;
    	color: #2e2c2d;
    }
    A:hover {
    	TEXT-DECORATION: underline
    
    	color: #000000;
    	color: #333333;
    }
    </STYLE>
    
    </head>
    
    <div id="wrap">
    <!--COMEÇO DO HEADER-->
    <div id="header">
    
    <!--<h1><a href="<?php echo get_option("home");?>/"><?php bloginfo("name");?></a></h1>-->
    
    </div>
    <!--FIM DO HEADER-->

Visualizando 3 respostas - 1 até 3 (de um total de 3)
Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • O tópico ‘Problema com Internet Explorer’ está fechado para novas respostas.