<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Could someone tell me how i change the background color?"]]></title>
		<link>https://proxy2.de/forum/posts/list/6.php</link>
		<description><![CDATA[Latest messages posted in the topic "Could someone tell me how i change the background color?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Could someone tell me how i change the background color?</title>
				<description><![CDATA[ I believe its in the body.php, but not sure what i should be changing, Thank you in advanced for any help]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7375/25029.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7375/25029.php</link>
				<pubDate><![CDATA[Wed, 20 Jan 2010 23:00:34]]> GMT</pubDate>
				<author><![CDATA[ creig]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If memory serves it is in the body tag using the attribute bgcolor.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7375/25030.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7375/25030.php</link>
				<pubDate><![CDATA[Thu, 21 Jan 2010 02:43:24]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Thank you thank you</title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7375/25039.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7375/25039.php</link>
				<pubDate><![CDATA[Sat, 23 Jan 2010 19:01:49]]> GMT</pubDate>
				<author><![CDATA[ creig]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just a couple of issues with your website.<br /> <br /> 1 - The contact link is hidden behind the visitors link box.<br /> 2 - The visitors link box is being reversed in IE.<br /> 3 - Move the contact form message to the actual contact form as it detracts from the main business<br /> <br /> As to the contact script<br /> 1 - Make the url used in the meta refresh a variable at the top of the script for easier editing by users.<br /> 2 - Use htmlspecialchar on the data you are receiving before sending it in the email.<br /> 3 - You use divs with CSS throughout but then use a font tag at the end for some bizarre reason.<br /> 4 - In the $theResults variable you have a style block after the closing &lt;/html&gt;. This is the wrong place for a style block anyway but the only thing it references is iframes and there are none in the script to be styled.<br /> 5 - Instead of using the HEREDOC to store the HTML in the $theResults variable you can just echo it like<br /> <br /> [code]echo &lt;&lt;&lt; EOD<br /> HTML HERE<br /> EOD;[/code]<br /> 6 - Need to check you actually have some data to send. At present I can turn off JavaScript and send you a blank email<br /> 7 - instead of <br /> $name = $_POST['name'];<br /> try<br /> $name = (!empty($_POST['name'])) ? htmlspecialchars($_POST['name']) : '';<br /> This should deal with point 2 and help with the checking for point 6]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7375/25040.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7375/25040.php</link>
				<pubDate><![CDATA[Sat, 23 Jan 2010 19:22:56]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>