Hallo Leute,
Bräuchte einmal Hilfestellung frage mich wieso mein border vom wrapper left, top, bottom richtig dargestellt wird, und right technisch alles flasch läuft.
Programmiere noch nicht so lange, Einblick habe ich ja aber den Durchblick der fehlt mir noch, nicht das der ein oder andere sich Fragt wieso stellt man solche Fragen:D
CSS ausschnitt
[COLOR=Olive]#wrapper {
width: 850px;
margin: auto;
text-align: left;
background: #fff;
border: 4px double red;
}[/COLOR]
HTML ausschnitt
[COLOR=Olive]<body>
<div id="wrapper">[/COLOR] [COLOR=Olive]
<?php get_header(); ?>[/COLOR] [COLOR=Olive]
<div id="main">[/COLOR] [COLOR=Olive]
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<div class="entry">
<?php the_content(); ?>
</div>
<?php endwhile; endif; ?>
</div><!-- main -->
<div id="sidebar">[/COLOR] [COLOR=Olive]
<?php get_sidebar(); ?>
</div><!-- sidebar -->
<?php get_footer(); ?>[/COLOR] [COLOR=Olive]
</div><!-- wrapper -->[/COLOR] [COLOR=Olive]
</body>[/COLOR] [COLOR=Olive]
</html>[/COLOR]
Mein Wille ist es eine Spielerprofil Seite zu basteln:wink: dank euch schonmal vorab, für euere Hilfe, achja Forum hatte ich schon durchsucht aber nichts für mich brauchbares gefunden. Falls ich etwas übersehen habe dank ich auch für ein Link zum Artikel hier im Forum.
bisher Lerne ich von folgender Seite ... http://wordpress.lernenhoch2.de/handbuch/
Schaut selbst Bildabb.