<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: free Dreamline template for dolphin 6.1</title>
	<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html</link>
	<description>FlashDaWeb Blog</description>
	<pubDate>Thu, 24 Jul 2008 10:42:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: joelwyn</title>
		<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-427</link>
		<dc:creator>joelwyn</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:30:17 +0000</pubDate>
		<guid>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-427</guid>
		<description>Hi, i would like to ask why is my shoutbox never stop loading ? i can i fix it ? it keep loading ...</description>
		<content:encoded><![CDATA[<p>Hi, i would like to ask why is my shoutbox never stop loading ? i can i fix it ? it keep loading &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebMan</title>
		<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-394</link>
		<dc:creator>WebMan</dc:creator>
		<pubDate>Fri, 11 Jul 2008 04:40:11 +0000</pubDate>
		<guid>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-394</guid>
		<description>ok sorry..  

try 

#orca_main {
color:#666666;
}
this will make color grey and will solve problem.

or if you want to make color blue just replace color:#666666;  with blue hex color code.

&gt;&gt;Also, How do I get rid of the L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]] 

really this is an orca bug i think and you can ask on orca forum about it we have the same problem.</description>
		<content:encoded><![CDATA[<p>ok sorry..  </p>
<p>try </p>
<p>#orca_main {<br />
color:#666666;<br />
}<br />
this will make color grey and will solve problem.</p>
<p>or if you want to make color blue just replace color:#666666;  with blue hex color code.</p>
<p>>>Also, How do I get rid of the L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]] </p>
<p>really this is an orca bug i think and you can ask on orca forum about it we have the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey G</title>
		<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-390</link>
		<dc:creator>Mickey G</dc:creator>
		<pubDate>Thu, 10 Jul 2008 10:31:12 +0000</pubDate>
		<guid>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-390</guid>
		<description>Thanks for your reply and solution!

Adding the above code works buts creates another problem with the text colour but this time in the post template L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]]

I imagine i would have to edit the hex colour code as given above but which one would I change to make the Text Blue?

[url=http://img76.imageshack.us/my.php?image=orca1sz4.png][img=http://img76.imageshack.us/img76/5661/orca1sz4.th.png][/url]

[url=http://img76.imageshack.us/my.php?image=orca2am4.png][img=http://img76.imageshack.us/img76/4999/orca2am4.th.png][/url]

Also, How do I get rid of the L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]] in Group Forum as there is no Compile button.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply and solution!</p>
<p>Adding the above code works buts creates another problem with the text colour but this time in the post template L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]]</p>
<p>I imagine i would have to edit the hex colour code as given above but which one would I change to make the Text Blue?</p>
<p>[url=http://img76.imageshack.us/my.php?image=orca1sz4.png][img=http://img76.imageshack.us/img76/5661/orca1sz4.th.png][/url]</p>
<p>[url=http://img76.imageshack.us/my.php?image=orca2am4.png][img=http://img76.imageshack.us/img76/4999/orca2am4.th.png][/url]</p>
<p>Also, How do I get rid of the L[Topic subject:]], [L[Sticky]] and L[Topic text:]] [L[Topic text Error]] in Group Forum as there is no Compile button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebMan</title>
		<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-389</link>
		<dc:creator>WebMan</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:25:20 +0000</pubDate>
		<guid>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-389</guid>
		<description>the problem of orca is that it was designed for white background and integration with dark templates make it a bit pain.. here is solution for that.. the best one would be making special template for orca but boonex change template structure to often for dolphin and orca so we decided not to make template for orca. 

but you can solve the font color problem by adding this code to 
 tmpl_wtt/css/general.css

#orca_main {
color:#000000;
}

#f_header {
color:#FFFFFF;
}

#f_desc, #f_desc_no {
color:#FFFFFF;
}

this code will solve font problems in orca
</description>
		<content:encoded><![CDATA[<p>the problem of orca is that it was designed for white background and integration with dark templates make it a bit pain.. here is solution for that.. the best one would be making special template for orca but boonex change template structure to often for dolphin and orca so we decided not to make template for orca. </p>
<p>but you can solve the font color problem by adding this code to<br />
 tmpl_wtt/css/general.css</p>
<p>#orca_main {<br />
color:#000000;<br />
}</p>
<p>#f_header {<br />
color:#FFFFFF;<br />
}</p>
<p>#f_desc, #f_desc_no {<br />
color:#FFFFFF;<br />
}</p>
<p>this code will solve font problems in orca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey G</title>
		<link>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-371</link>
		<dc:creator>Mickey G</dc:creator>
		<pubDate>Sat, 05 Jul 2008 13:32:39 +0000</pubDate>
		<guid>http://www.flashdaweb.com/blog/2008/05/02/free-dreamline-template-for-dolphin-61.html#comment-371</guid>
		<description>Quote from bebop.

[There is a pb in your template for orca forum, the text is white on a white background.]

Quote Ends!

This issue is still existing for me and I don't know of any way to resolve it, Hence why I am asking for help!

The orca forums text is the same colour as the background!

Apart from that this theme is exactly what I am looking for and makes it even better knowing that you are allowing us to use it without charge!

Looking forward to your response!

Mickey</description>
		<content:encoded><![CDATA[<p>Quote from bebop.</p>
<p>[There is a pb in your template for orca forum, the text is white on a white background.]</p>
<p>Quote Ends!</p>
<p>This issue is still existing for me and I don&#8217;t know of any way to resolve it, Hence why I am asking for help!</p>
<p>The orca forums text is the same colour as the background!</p>
<p>Apart from that this theme is exactly what I am looking for and makes it even better knowing that you are allowing us to use it without charge!</p>
<p>Looking forward to your response!</p>
<p>Mickey</p>
]]></content:encoded>
	</item>
</channel>
</rss>
