<?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 Tag: CSS problemmer - Recent Posts</title>
		<link>http://wp-danmark.dk/forum/tags/css-problemmer</link>
		<description>WordPress DK Forum Tag: CSS problemmer - Recent Posts</description>
		<language>da-DK</language>
		<pubDate>Tue, 11 Aug 2026 03:55:11 +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/tags/css-problemmer" rel="self" type="application/rss+xml" />

		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55793</link>
			<pubDate>søn, 02 mar 2014 17:36:14 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55793@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Fik løst det mange tak stfnn smider nogle point til dig :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55792</link>
			<pubDate>søn, 02 mar 2014 17:31:55 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55792@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;tak for opdage det med wrap :)&#60;br /&#62;
men hvorfor er linket til min CSS forkert? burde det ikke virke med den indbyggede funktion i wordpres &#34;´&#38;lt;?php bloginfo(&#34;stylesheet_url&#34;); ?&#38;gt;´&#34; ??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55790</link>
			<pubDate>søn, 02 mar 2014 16:41:15 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">55790@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Du har skrevet &#34;´wrap´&#34; istedet for &#34;wrap&#34; — altså der er to ekstra ´ i din kode.&#60;br /&#62;
Og linket til din CSS fil er også forkert...&#60;br /&#62;
Det var et sted at starte.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55789</link>
			<pubDate>søn, 02 mar 2014 15:34:22 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55789@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;har allerede kigget del wordpress codexet, men tænker jeg må have lavet en fejl da det ikke fungere, kan bare ikke finde fejlen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55788</link>
			<pubDate>søn, 02 mar 2014 15:25:55 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">55788@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Måske noget at hente her:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Theme_Development&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Theme_Development&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55787</link>
			<pubDate>søn, 02 mar 2014 15:18:27 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55787@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
	&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=´&#38;lt;?php bloginfo(&#34;html_type&#34;);?&#38;gt;; charset=&#38;lt;?php bloginfo(&#34;charset&#34;);?&#38;gt;´/&#38;gt;&#60;br /&#62;
	&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(´name´) ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=´stylesheet´ href=´&#38;lt;?php bloginfo(&#34;stylesheet_url&#34;); ?&#38;gt;´ type=&#34;text/css&#34; media=´screen´  /&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;div id=´wrap´&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!--Begin header--&#38;gt;&#60;br /&#62;
		&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;h1&#38;gt;&#38;lt;aa href=&#34;&#38;lt;?php echo get_option('home'); ?&#38;gt;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;description&#34;&#38;gt;&#38;lt;?php bloginfo('description'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;!--End header--&#38;gt;&#60;br /&#62;
	&#38;lt;!--Begin content--&#38;gt;&#60;br /&#62;
		&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php while(have_posts()) : the_post() ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=´post_snippet´&#38;gt;&#60;br /&#62;
				&#38;lt;h2&#38;gt;&#38;lt;aa href=&#34;&#38;lt;?php the_permalink(); ?&#38;gt;&#34; title=&#34;permanent link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
				&#38;lt;?php the_content(); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
	&#38;lt;!--End content--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55786</link>
			<pubDate>søn, 02 mar 2014 15:17:49 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55786@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;CSS fil:&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
Theme Name: My-Theme&#60;br /&#62;
Theme URI: &#60;a href=&#34;http://peterbuchhansen.dk&#34; rel=&#34;nofollow&#34;&#62;http://peterbuchhansen.dk&#60;/a&#62;&#60;br /&#62;
Description: This is my new theme&#60;br /&#62;
Version: 4.0&#60;br /&#62;
Author: Bugi BH&#60;br /&#62;
Author URI: &#60;a href=&#34;http://peterbuchhansen.dk&#34; rel=&#34;nofollow&#34;&#62;http://peterbuchhansen.dk&#60;/a&#62;&#60;br /&#62;
Tags: new theme, not finish, wordpress&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;#wrap {&#60;br /&#62;
	width:960px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
}&#60;br /&#62;
#header {&#60;br /&#62;
	text-align:center;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BugiBH om "CSS fungere ikke"</title>
			<link>http://wp-danmark.dk/forum/topic/css-fungere-ikke#post-55785</link>
			<pubDate>søn, 02 mar 2014 15:17:07 +0000</pubDate>
			<dc:creator>BugiBH</dc:creator>
			<guid isPermaLink="false">55785@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej jeg er startet helt fra bunden af med at lave mit eget Wordpress tema.&#60;br /&#62;
Men af en eller anden grund reagere den ikke på de style-ændinger jeg tilfører i min SCC fil.&#60;br /&#62;
I kan se siden på &#60;a href=&#34;http://www.peterbuchhansen.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.peterbuchhansen.dk&#60;/a&#62; jeg har kun to filer i temaet index og style&#60;br /&#62;
ses her under. På forhånd tak
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
