<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "comment font color"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "comment font color"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>comment font color</title>
				<description><![CDATA[ where can i change the comment font color...???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6167.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6167.php</link>
				<pubDate><![CDATA[Fri, 5 Sep 2003 18:43:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ A bit more specific would be helpful.<br /> Do you mean the guestbook or the poll?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6168.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6168.php</link>
				<pubDate><![CDATA[Fri, 5 Sep 2003 20:03:59]]> GMT</pubDate>
				<author><![CDATA[ egeurts]]></author>
			</item>
			<item>
				<title>comment font color</title>
				<description><![CDATA[ the guestbook...when someone writes a comment...the font color is always black...can you tell me where to change the color...big thx...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6169.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6169.php</link>
				<pubDate><![CDATA[Sat, 6 Sep 2003 01:02:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Guestbook uses a number of templates. You should take entry.php in the templates folder and look for the text "$COMMENT". That's the position of the comment. Give a go at changing the program and the template, it's not very difficult]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6170.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6170.php</link>
				<pubDate><![CDATA[Sat, 6 Sep 2003 08:52:34]]> GMT</pubDate>
				<author><![CDATA[ egeurts]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hello, there are two ways you can do it, one by using the style sheet and creating a class for the comment text or by hard coding the template.<br /> <br /> second way like this:<br /> <br /> [code]&lt;td&gt; <br />    &lt;hr size=&quot;1&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;$com&#91;name&#93;&#58;&lt;/font&gt;&lt;br&gt; <br />    &lt;font color=&quot;#000000&quot;&gt;$com&#91;comments&#93;&lt;/font&gt; <br />   &lt;/td&gt;[/code]<br /> <br /> which is black if you want white then use: #FFFFFF<br /> <br /> doing it in a style sheet you would do this.<br /> open your style sheet and put this in, at the bottom after }<br /> <br /> .com { font-size : 10px; color : #000000;}<br /> Which again is black, then in com.php template put this<br /> <br /> [code]&lt;td&gt; <br />    &lt;hr size=&quot;1&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; color=&quot;$VARS&#91;tb_text&#93;&quot;&gt;$com&#91;name&#93;&#58;&lt;/font&gt;&lt;br&gt; <br />    &lt;span class=&quot;com&quot;&gt;$com&#91;comments&#93;&lt;/span&gt; <br />   &lt;/td&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6171.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6171.php</link>
				<pubDate><![CDATA[Sat, 6 Sep 2003 10:18:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What template is that, the comment one? And what part do I edit exactly?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6456.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6456.php</link>
				<pubDate><![CDATA[Sun, 5 Oct 2003 15:27:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]What template is that, the comment one? And what part do I edit exactly?[/quote]<br /> <br /> I need help about it too, I don't know either what is this style sheet and where it is?  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6641.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6641.php</link>
				<pubDate><![CDATA[Fri, 28 Nov 2003 11:09:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This would be done in: templates/com.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/6642.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/6642.php</link>
				<pubDate><![CDATA[Fri, 28 Nov 2003 17:06:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for the tip to get the [b]comment[/b] to show up in white.  How do you get the name right above it to show up in white (or other color)?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/8567.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/8567.php</link>
				<pubDate><![CDATA[Sun, 6 Jun 2004 00:25:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Go here. guestbook/admin/styles  Here is an example.<br /> <a class="snap_shots" href="http://ourworld.cs.com/sinestersrelm498/styles.jpg" target="_blank" rel="nofollow">http://ourworld.cs.com/sinestersrelm498/styles.jpg</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2338/8578.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2338/8578.php</link>
				<pubDate><![CDATA[Sun, 6 Jun 2004 15:35:57]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
	</channel>
</rss>