<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Topic: wordpress CSS hjælp</title>
		<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp</link>
		<description>WordPress DK Forum Topic: wordpress CSS hjælp</description>
		<language>da-DK</language>
		<pubDate>Sun, 26 Jul 2026 18:30:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/wordpress-css-hj%c3%a6lp" rel="self" type="application/rss+xml" />

		<item>
			<title>GteQ om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26266</link>
			<pubDate>man, 25 apr 2011 20:05:42 +0000</pubDate>
			<dc:creator>GteQ</dc:creator>
			<guid isPermaLink="false">26266@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Mikker,&#60;/p&#62;
&#60;p&#62;Mange tak for svar.&#60;/p&#62;
&#60;p&#62;Problemet er at den nederste er en tekst widget, og uanset hvilken widget jeg sætter ind kommer den til at stå forkert.&#60;br /&#62;
Jeg har kun beholdt den ovenfor for at kunne se hvordan det bør se ud, &#34;our service&#34; er er skrevet manuelt ind i min sidebar.php, og er altså ikke en widget.&#60;/p&#62;
&#60;p&#62;Så jeg skal have rettet min widgets så de står ordentligt når jeg sætter dem ind?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikker om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26180</link>
			<pubDate>tors, 21 apr 2011 12:44:15 +0000</pubDate>
			<dc:creator>mikker</dc:creator>
			<guid isPermaLink="false">26180@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Firebug-plugin til Firefox er din ven når du skal finde fejl i css og html&#60;br /&#62;
Og så er &#60;a href=&#34;http://browsershots.org&#34; rel=&#34;nofollow&#34;&#62;http://browsershots.org&#60;/a&#62; også et godt sted at test kompatibilitet med de gængse browsere.&#60;/p&#62;
&#60;p&#62;Fejlen ligger i, at du i den øverste har titel inden selve div'en og at du i den nederste har titel efter diven&#60;/p&#62;
&#60;p&#62;Se hvad jeg mener her &#60;a href=&#34;http://miklasnjor.com/css_nyhedsbrevting.jpg&#34; rel=&#34;nofollow&#34;&#62;http://miklasnjor.com/css_nyhedsbrevting.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GteQ om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26133</link>
			<pubDate>man, 18 apr 2011 17:50:43 +0000</pubDate>
			<dc:creator>GteQ</dc:creator>
			<guid isPermaLink="false">26133@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Theis,&#60;/p&#62;
&#60;p&#62;Ja min sidebar.php ser således ud:&#60;br /&#62;
&#60;code&#62;	&#38;lt;div id=&#34;nav&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php if (is_home()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Our Price&#38;lt;/h3&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;contentnav&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;ul id=&#34;listprice&#34;&#38;gt;&#60;br /&#62;
	      &#38;lt;?php&#60;br /&#62;
          $services_pid = get_option('BG_services_pid');&#60;br /&#62;
          $page_slide = new WP_Query('post_type=page&#38;amp;showposts=5&#38;amp;post_parent='.$services_pid.'');&#60;br /&#62;
          while ($page_slide-&#38;gt;have_posts()) : $page_slide-&#38;gt;the_post();&#60;br /&#62;
          ?&#38;gt;		&#60;/p&#62;
&#60;li&#62;&#38;lt;span class=&#34;packet&#34;&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php the_title();?&#38;gt;&#60;/a&#62;&#38;lt;/span&#38;gt; &#38;lt;span class=&#34;price&#34;&#38;gt;&#38;lt;?php echo get_post_meta($post-&#38;gt;ID,  &#34;price&#34;,true);?&#38;gt;&#38;lt;/span&#38;gt;&#60;/li&#62;
&#60;p&#62;          &#38;lt;?php endwhile;?&#38;gt;				&#60;/p&#62;
&#60;p&#62;				&#60;a&#62;&#34; class=&#34;linkmoreservices&#34;&#38;gt;Learn more about our services&#60;/a&#62;&#60;br /&#62;
				&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar('main_sidebar') ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php if (!is_home()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php if (!is_page()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Categories&#38;lt;/h3&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;contentnav&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;ul id=&#34;listmenunav&#34;&#38;gt;&#60;br /&#62;
          &#38;lt;?php wp_list_categories('title_li=');?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
			&#38;lt;?php if (is_page() &#124;&#124; is_single()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Seneste Nyt&#38;lt;/h3&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;contentnav&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;ul id=&#34;listmenunav&#34;&#38;gt;&#60;br /&#62;
          &#38;lt;?php wp_get_archives('type=postbypost');?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
      &#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Testimonial&#38;lt;/h3&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;contentnav&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;?php $testi_pid = get_option('BG_testi_pid'); ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php $testimonial = new WP_Query('cat='.$testi_pid.'&#38;amp;showposts=1&#38;amp;orderby=rand');?&#38;gt;&#60;br /&#62;
			&#38;lt;?php while ($testimonial-&#38;gt;have_posts()) : $testimonial-&#38;gt;the_post() ?&#38;gt;&#60;br /&#62;
				&#38;lt;p class=&#34;testimonial&#34;&#38;gt;&#38;lt;?php excerpt(30);?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
				&#38;lt;p class=&#34;testiname&#34;&#38;gt;&#60;br /&#62;
        &#60;strong&#62;&#38;lt;?php the_title();?&#38;gt;&#60;/strong&#62;, &#60;a&#62;ID,&#34;client_url&#34;,true);?&#38;gt;&#34;&#38;gt;&#38;lt;?php echo get_post_meta($post-&#38;gt;ID,&#34;client_url&#34;,true);?&#38;gt;&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php endwhile;?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;?php if (!is_home()) : ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php include (TEMPLATEPATH.'/about.php'); ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
      &#38;lt;?php endif;?&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theis om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26113</link>
			<pubDate>søn, 17 apr 2011 21:31:35 +0000</pubDate>
			<dc:creator>theis</dc:creator>
			<guid isPermaLink="false">26113@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej GteQ&#60;/p&#62;
&#60;p&#62;Grunden til at de ikke er ens, er at de ligger i div-tags med forskellige klasser, som har forskellig styling. Har du fingrene i koden?&#60;/p&#62;
&#60;p&#62;Theis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GteQ om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26092</link>
			<pubDate>søn, 17 apr 2011 15:52:09 +0000</pubDate>
			<dc:creator>GteQ</dc:creator>
			<guid isPermaLink="false">26092@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja det ser ikke specielt godt ud, jeg har testet det i safari, firefox, og explore, uden problemer?&#60;/p&#62;
&#60;p&#62;Jeg vil dog gerne stadig hvis nogen har en løsning på min widget udfordring?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26089</link>
			<pubDate>søn, 17 apr 2011 15:07:46 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">26089@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Se her: &#60;a href=&#34;http://www.wpblog.dk/aske/?page_id=79&#34; rel=&#34;nofollow&#34;&#62;http://www.wpblog.dk/aske/?page_id=79&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GteQ om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26088</link>
			<pubDate>søn, 17 apr 2011 14:37:04 +0000</pubDate>
			<dc:creator>GteQ</dc:creator>
			<guid isPermaLink="false">26088@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Henning,&#60;/p&#62;
&#60;p&#62;Jeg ville langt hellere at denne kunne rettes til.&#60;br /&#62;
Kan du smide et screenshot af det der ser forkert ud, eller beskrive det?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26085</link>
			<pubDate>søn, 17 apr 2011 14:26:45 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">26085@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Har du overvejet at skifte skabelon (tema)&#60;br /&#62;
I en IE8-browser (og dem er der stadig rigtig mange af) er der adskillige ting, der ser lidt &#34;forkerte&#34; ud.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GteQ om "wordpress CSS hjælp"</title>
			<link>http://wp-danmark.dk/forum/topic/wordpress-css-hj%c3%a6lp#post-26084</link>
			<pubDate>søn, 17 apr 2011 14:21:36 +0000</pubDate>
			<dc:creator>GteQ</dc:creator>
			<guid isPermaLink="false">26084@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej,&#60;/p&#62;
&#60;p&#62;Jeg kan ikke få min widget til at se ud som jeg vil, er der noget af jer som kan give mig et tip til hvordan jeg får den til at stå som den overfor:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.greenteq.dk&#34;&#62;siden kan ses her&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;udvikleren af skabelonen er desværre ikke behjælpelig.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
