<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How do I change the body text color (not entries)"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "How do I change the body text color (not entries)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How do I change the body text color (not entries)</title>
				<description><![CDATA[ Advanced Guestbook is a great scruot: Install was a breeze and I am only having one problem.<br /> I'd like to modify the default text at the top which is:<br /> Thank you for stopping by my site. Here you can leave your mark.  Guestbook   <br /> Total Records: 1   Records Viewed Per Page: <br /> Where is that text located? Is it changed through the admin or hard coding?<br /> I also need to change the font color to white or light gray as the background I have is dark.  Where do I change that font color?<br /> <br /> Thanks very much.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9333.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9333.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 01:42:28]]> GMT</pubDate>
				<author><![CDATA[ Masterwebman]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]Here you can leave your mark.[/quote]<br /> <br /> is in english.php - BookMess6<br /> <br /> [quote]Guestbook[/quote]<br /> <br /> if it's what I think you're referring to it is an image.  You'll find that in body.php about line 4<br /> <br /> [quote]Total Records: 1 Records Viewed Per Page[/quote]<br /> <br /> also in english.php under the Navigation Bar section<br /> <br /> The class for all of those is assigned as font2.  The colour should be the same as your  text and that's assigned in Administration | Style.  If you can't solve the problem, post the URL to your guestbook and I'll see what I can find.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9335.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9335.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 02:08:06]]> GMT</pubDate>
				<author><![CDATA[ Brianr]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks. I should have looked in the /lang/english.php -- Now I know where to change text.  However, changing the font color in admin doesn't do anything.  I assumed there would be two places to change font colors. One outside the tables which hold the posts and the other for the website itself. Take a peek at the installed guestbook which is at <a class="snap_shots" href="http://www.vixenrock.com/guestbook/" target="_blank" rel="nofollow">http://www.vixenrock.com/guestbook/</a><br /> The site is just being built -- all the dropdown is not working yet on either the homepage or the guestbook. The homepage is <a class="snap_shots" href="http://www.vixenrock.com" target="_blank" rel="nofollow">http://www.vixenrock.com</a> -- I modified the look pretty well, it's just the dark black text that I can't change.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9337.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9337.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 02:22:47]]> GMT</pubDate>
				<author><![CDATA[ Masterwebman]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Normally I would say you could change the CSS class in  header.php and success.php, but for some reason you don't have a CSS section in either.<br /> <br /> Did you delete it?  Because that means none of the classes assigned in the guestbook are referencing anything.<br /> <br /> If you don't reinstate it, then you could change still chane the colours it by adding font tags to the various lines lines in body.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9339.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9339.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 03:24:56]]> GMT</pubDate>
				<author><![CDATA[ Brianr]]></author>
			</item>
			<item>
				<title>css file</title>
				<description><![CDATA[ I didn't see a css. I installed the program from one of the cpanel offerings by my web host that automatically installed the program. If there is a css, it was never installed. I guess I can download the program and find the css that way.<br /> <br /> Unless you can suggest a place where I could download the default css file.<br /> thanks,<br /> Murray]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9340.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9340.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 03:45:48]]> GMT</pubDate>
				<author><![CDATA[ Masterwebman]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This is the default CSS that came with the guestbook I have<br /> <br /> &lt;style type="text/css"&gt;<br /> &lt;!--<br /> .font1 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] }<br /> .font2 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] }<br /> .font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold}<br /> .select {  font-family: $VARS[font_face]; font-size: 9pt}<br /> .input {  font-family: $VARS[font_face]; font-size: 9pt}<br /> --&gt;<br /> &lt;/style&gt;<br /> <br /> Now, this is for version 2.3, but I think it's the same for 2.2<br /> Just copy and paste it within the head tags of header.php and success.php<br /> <br /> Depending on what you set your text colour to in the Admin section you still may have a problem with the dark text on the dark backround.  You can override it by assigning a colour to the class<br /> <br /> [quote].font2 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: [b]#FFFFFF[/b] }[/quote]<br /> <br /> That may lead to another problem if .font2 is assigned to text that appears on a light background elsewhere.  Not sure if that's the case, though.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9342.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9342.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 04:10:45]]> GMT</pubDate>
				<author><![CDATA[ Brianr]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I see you are useing version 2.2 bad bad move. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" /> And guestbook doesnt have a css.style sheet like most are used to.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9343.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9343.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 06:08:28]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>thanks for css and version information</title>
				<description><![CDATA[ Thanks. I can probably add css code specifically for the text that  I am having a problem with.<br /> The version I installed was part of a cpanel Fantastico group of apps provided for easy installation by my web hosting company. I will remove version 2.2 and replace it with 2.3. If I do so, can I keep the MySQL database or did it change with the version upgrade?<br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9346.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9346.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 08:52:30]]> GMT</pubDate>
				<author><![CDATA[ Masterwebman]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The database changes also.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9347.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9347.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 09:11:45]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ for what it's worth, I was able to change the font color of the "Sign the Guestbook" and "Administration" (ver 2.3.1) in the body.php.  In that same file, I have changed the font color of the of <br /> <br /> [quote]&lt;td width="56%" class="font2"&gt;$TPL[GB_TIME]&lt;br&gt;&lt;font color="0000ff"&gt;$LANG[BookMess6]&lt;/td&gt;[/quote]<br /> <br /> just put the font color tag before the $LANG<br /> <br /> I guess it would work for the "number of entries" and such also...<br /> <br /> just a thought<br /> <br /> mastersmurfie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9352.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9352.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 19:50:07]]> GMT</pubDate>
				<author><![CDATA[ mastersmurfie]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It would or you could change the [b]width="56%"[/b] attribute of the TD tag to [code]style=&quot;width&#58; 56%; color&#58; #0000ff;&quot;[/code]<br /> Btw while some browsers may accept &lt;font color="0000ff"&gt; the correct format is &lt;font color="[b]#[/b]0000ff"&gt; also you have no closing font tag.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/9374.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/9374.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 18:11:23]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>same probelm</title>
				<description><![CDATA[ I'm working on resolving the same problem. (Need to change black text to white "Thanks for stopping by".  Where do I place the color code?<br /> <br /> Crystal]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/15367.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/15367.php</link>
				<pubDate><![CDATA[Thu, 24 Mar 2005 19:30:31]]> GMT</pubDate>
				<author><![CDATA[ treecdesign]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ the actual text is located in lang/english.php. the HTML to format it is in body.php. Simply open up english.php then open up body.php and find the variable that contains the text. Something like $Lang[BookMess1]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3387/15369.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3387/15369.php</link>
				<pubDate><![CDATA[Thu, 24 Mar 2005 20:45:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>