
<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using a Custom CSS File in DotNetNuke For FCK Editor</title>
	<atom:link href="http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/</link>
	<description>my ramblings about fatherhood, baseball, the Atlanta Braves, homebrewing, web design and jquery</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:27:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Cody Schneider</title>
		<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/comment-page-1/#comment-375</link>
		<dc:creator>Cody Schneider</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/#comment-375</guid>
		<description>Thanks for the detailed instructions. I was afraid I was going to have to do all kinds of crazy mumbo jumbo to get this to work. Granted not super intuitive, but pretty much lines up with FCKEditor instructions. I was just stoked to see that configuration was available without having to hack something.</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed instructions. I was afraid I was going to have to do all kinds of crazy mumbo jumbo to get this to work. Granted not super intuitive, but pretty much lines up with FCKEditor instructions. I was just stoked to see that configuration was available without having to hack something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/comment-page-1/#comment-368</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/#comment-368</guid>
		<description>Thank you ! that worked perfectly. DNN need to seriously make things like this easier,  their socalled document and support are a laugh. Much to many seemingly very simple things are a pain in the a** to figure out, and almost impossible to find on google.. thank you again! I spent almost 3 hours on this stupid thing.</description>
		<content:encoded><![CDATA[<p>Thank you ! that worked perfectly. DNN need to seriously make things like this easier,  their socalled document and support are a laugh. Much to many seemingly very simple things are a pain in the a** to figure out, and almost impossible to find on google.. thank you again! I spent almost 3 hours on this stupid thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name (required)</title>
		<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/comment-page-1/#comment-293</link>
		<dc:creator>Name (required)</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/#comment-293</guid>
		<description>@Joe:

In FCK editor I guess you cant see hover effects and visited effects. Only the normal .bottom_menu a{} will work</description>
		<content:encoded><![CDATA[<p>@Joe:</p>
<p>In FCK editor I guess you cant see hover effects and visited effects. Only the normal .bottom_menu a{} will work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/comment-page-1/#comment-113</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 19 Sep 2007 01:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/#comment-113</guid>
		<description>Do you know how to add different styled link styles?

I&#039;ve tried, but that&#039;s when I get an error...

For example, I&#039;ve tried to use this for one of many link styles that I want to add:

.bottom_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #083E67;
	text-decoration: none;
}
.bottom_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #083E67;
	text-decoration: none;
}
.bottom_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #083E67;
	text-decoration: underline;
}
.bottom_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #083E67;
	text-decoration: none;
}

Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Do you know how to add different styled link styles?</p>
<p>I&#8217;ve tried, but that&#8217;s when I get an error&#8230;</p>
<p>For example, I&#8217;ve tried to use this for one of many link styles that I want to add:</p>
<p>.bottom_menu a:link {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 11px;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	font-variant: normal;<br />
	color: #083E67;<br />
	text-decoration: none;<br />
}<br />
.bottom_menu a:visited {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 11px;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	font-variant: normal;<br />
	color: #083E67;<br />
	text-decoration: none;<br />
}<br />
.bottom_menu a:hover {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 11px;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	font-variant: normal;<br />
	color: #083E67;<br />
	text-decoration: underline;<br />
}<br />
.bottom_menu a:active {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 11px;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	font-variant: normal;<br />
	color: #083E67;<br />
	text-decoration: none;<br />
}</p>
<p>Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre LP</title>
		<link>http://www.allaboutduncan.com/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/comment-page-1/#comment-112</link>
		<dc:creator>Andre LP</dc:creator>
		<pubDate>Thu, 30 Aug 2007 14:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutduncan.com/index.php/2007/using-a-custom-css-file-in-dotnetnuke-for-fck-editor/#comment-112</guid>
		<description>I am having the same problem that you had. I need to use a custom .css file to a single instance of the HTML/Text, but after many tries I gave up until I found your website; however, I am not as skilled as you are in doing that, then I was wondering if you could help me out. Anyways, thanks for the advice

Andre</description>
		<content:encoded><![CDATA[<p>I am having the same problem that you had. I need to use a custom .css file to a single instance of the HTML/Text, but after many tries I gave up until I found your website; however, I am not as skilled as you are in doing that, then I was wondering if you could help me out. Anyways, thanks for the advice</p>
<p>Andre</p>
]]></content:encoded>
	</item>
</channel>
</rss>

