header.php
  1. <div id="ogolna">
  2. <div id="header" align="center">
  3. <a href="<?php echo get_option('home'); ?>" style="display: block"><img src="http://www.lata-prl.yoyo.pl/wp-content/themes/new/images/prl_01.gif" alt="" /></a>
  4. </div>



index.php
  1. <?php get_header(); ?>
  2. <div id="menu_gorne" style="background-image: url('<?php bloginfo('stylesheet_directory'); ?>/images/prl_002.gif');"></div>
  3. <div id="blok" style="background-image: url('<?php bloginfo('stylesheet_directory'); ?>/images/prl_003.gif'); background-repeat: repeat-y;">
  4.  
  5. <div id="tresc">
  6.  
  7. <?php if (have_posts()) : ?>
  8. <?php while (have_posts()) : the_post(); ?>
  9. <div class="post" id="post-<?php the_ID(); ?>" >
  10. <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
  11. <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
  12. <div class="entry" style="font-color: red">
  13. <?php the_content('Read the rest of this entry ?'); ?>
  14. </div>
  15. <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments ?', '1 Comment ?', '% Comments ?'); ?></p>
  16. </div>
  17. <?php endwhile; ?>
  18. <div class="navigation">
  19. <div class="alignleft"><?php next_posts_link('? Previous Entries') ?></div>
  20. <div class="alignright"><?php previous_posts_link('Next Entries ?') ?></div>
  21. </div>
  22. <?php else : ?>
  23. <h2 class="center">Not Found</h2>
  24. <p class="center">Sorry, but you are looking for something that isn't here.</p>
  25. <?php include (TEMPLATEPATH . "/searchform.php"); ?>
  26. <?php endif; ?>
  27.  
  28. </div>
  29.  
  30. </div>
  31. <div id="menu_boczne" style="background-image: url('<?php bloginfo('stylesheet_directory'); ?>/images/prl_004.png'); background-repeat: repeat-y;"><?php get_sidebar(); ?></div>
  32. <div id="stopka" style="background-image: url('<?php bloginfo('stylesheet_directory'); ?>/images/prl_005.gif');"><?php get_sidebar(); ?></div>
  33.  
  34. </div>


to są moje pliki worriedsmiley.gif

Pod IE wywala tekst po za tło blinksmiley.gif

Poradźcie coś bo ja nie mogę sad.gif

link: www.lata-prl.yoyo.pl

To Jest WordPress...