Hallo,
ich möchte mir gerne nen Blog machen. Nun habe ich die Sidebar.php etwas verändert, doch leider sieht das jetzt so aus:
http://xnat0rx.bplaced.net/Wordpress/
Hier ist der Code:
PHP
- <div class="right">
- <?php include (TEMPLATEPATH . '/sponsors.php'); ?>
- <div class="sidebar">
- <ul>
- <?php if ( !function_exists('dynamic_sidebar')
- || !dynamic_sidebar() ) : ?>
- <div class="sidebox">
- <h3 class="sidetitl">Pages</h3>
- <ul>
- <?php wp_list_pages('title_li='); ?>
- </ul>
- <div class="sidebox">
- <h3 class="sidetitl">Videobox</h3>
- <ul>
- <object width="265" height="175"><param name="movie" value="http://www.youtube.com/v/Yu12cIvyVJM&hl=de_DE&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Yu12cIvyVJM&hl=de_DE&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="265" height="175"></embed></object>
- <
- <div class="sidebox">
- <h3 class="sidetitl">Partner</h3>
- <ul>
- <object width="265" height="175"><param name="movie" value="http://www.youtube.com/v/Yu12cIvyVJM&hl=de_DE&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Yu12cIvyVJM&hl=de_DE&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="265" height="175"></embed></object>
- </ul>
- <?php endif; ?>
- </ul>
- </div>
- </div>
Vielleicht weis iner, wie ich die Boxen untereinadner bekomme.
Evtl mit Auflistung?!
Naja. Ihr kennt euch besser aus
Hoffe auf eine Antwort.
Mfg