<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Moving the page to the left"]]></title>
		<link>https://proxy2.de/forum/posts/list/6.php</link>
		<description><![CDATA[Latest messages posted in the topic "Moving the page to the left"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Moving the page to the left</title>
				<description><![CDATA[ Hi!<br /> <br /> I've installed the guestbook, and set the width to 600px.<br /> My homepage consists of three frames; top, left and main. I'm opening the guestbook on the main frame. When opening the guestbook it is placed in horizontal center, but I would like to have it adjusted to the left, so it is close to the left frame. I assume it's possible, but how do I do it?<br /> <br /> Im old and not so familiar with coding so I need some good instructions. I'm able to go in to the administration site and edit the php files, but not sure what has to be changed.<br /> <br /> Regards from a white an beautiful Jamtland, Sweden<br /> Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24597.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24597.php</link>
				<pubDate><![CDATA[Tue, 31 Mar 2009 18:01:59]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ At a guess open body.tpl and change all align="center" to align="left"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24598.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24598.php</link>
				<pubDate><![CDATA[Tue, 31 Mar 2009 22:13:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks! <br /> <br /> I've tried that - made changes in 4 places, didn't work. I've also tried changing OpenCentered to OpenWindow in form.tpl, without success.<br /> Any other suggestions?<br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24601.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24601.php</link>
				<pubDate><![CDATA[Thu, 2 Apr 2009 23:14:16]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I don't have AG installed so can yo upost link to yours so I can see.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24602.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24602.php</link>
				<pubDate><![CDATA[Thu, 2 Apr 2009 23:31:24]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi!<br /> <br /> Here it is:<br /> <br /> <a class="snap_shots" href="http://www.kartboken89.se/advancedguestbook/" target="_blank" rel="nofollow">http://www.kartboken89.se/advancedguestbook/</a><br /> <br /> and if you want to see it within our website/homepage:<br /> <br /> <a class="snap_shots" href="http://www.kartboken89.se/" target="_blank" rel="nofollow">http://www.kartboken89.se/</a><br /> <br /> click the button below "HEM" (Home in Swedish)<br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24606.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24606.php</link>
				<pubDate><![CDATA[Fri, 3 Apr 2009 18:49:50]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I look at the HTML of your guestbook and straight away I can see <br /> <br /> &lt;body bgcolor="#FFFFFF" link="#006699" vlink="#006699"&gt;<br /> &lt;form method="post" action="index.php"&gt;<br />  &lt;table border="0" cellspacing="0" cellpadding="2" align="center" width="600p"&gt;<br /> <br /> <br /> All the table aligns are saying center. Also notice the 600p. You need to correct that by logging in to admin and adding the missing x.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24607.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24607.php</link>
				<pubDate><![CDATA[Fri, 3 Apr 2009 19:34:13]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi again!<br /> <br /> Strange, but if I add a x, it will be erased as I hit the "Submit settings" button - left is "600p"?<br /> More strange things, yesterday when I change from center to left in 4 places in body - nothing happened ??? Today it seems like I get 4 cells in a raw where in the "objects" now are aligned to the left? What the heck did I miss yesterday?<br /> However this seems to be a little to difficult for me, maybe it's best to search some local help. It seems like it has to be a buch of changes to get the things were I want them to be. Or do you think you can guide me, I'm really not a pro in this area?  <br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24611.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24611.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 00:06:52]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I suppose the easiest way would be to put the whole guestbook in a div. Open body.php and just after &lt;body put<br /> <br /> &lt;div style="text-align: left; width: 630px;"&gt;<br /> <br /> Then just before &lt;/body&gt; (I think this might be in footer.php) put<br /> <br /> &lt;/div&gt;<br /> <br /> Do same in form.php and comment.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24612.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24612.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 10:50:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi again and thanks!<br /> <br /> This I found in the header.php:<br /> &lt;/head&gt;<br /> &lt;body bgcolor="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]"&gt;<br /> <br /> and this in the footer.php:<br /> &lt;center&gt;&lt;b&gt;&lt;font face="Arial, Helvetica, sans-serif" color="#CCCCCC" size="1"&gt;&lt;a href="http://www.proxy2.de" target="_blank"&gt;&lt;font color="#CCCCCC" size="1"&gt;Advanced Guestbook 2.4.4&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/center&gt;<br /> &lt;\div&gt; (should be here I think??)<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> In the files form and comment I found no line with the word body?<br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24613.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24613.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 14:02:58]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ That's because it's in the header which makes life easier.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24614.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24614.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 15:25:59]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK!<br /> <br /> Should it look like this then?<br /> &lt;/head&gt; <br /> &lt;body bgcolor="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]"&gt;<br /> &lt;div style="text-align: left; width: 630px;"&gt; <br /> <br /> So I don't have to bother with the other files then?<br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24615.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24615.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 17:12:11]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ yup just header and footer]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24616.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24616.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 17:20:15]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi!<br /> <br /> Allmost right. Some problem appeared.<br /> Menu items in admin page and hyperling areas doesn't fit. So if I want to log out I have to move the cursor a little bit right of "Log out" to get the "Hand cursor".<br /> The guestbook was moved to the left but text was squezeed and some icons was placed infront of the text for e.g. sign guestbook and admin. Also text in admin page was squezeed.<br /> <br /> So I assume there have to be some more changes done somewhere?<br /> <br /> //Roger]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7283/24617.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7283/24617.php</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 22:07:39]]> GMT</pubDate>
				<author><![CDATA[ Roger Eriksson]]></author>
			</item>
	</channel>
</rss>