<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "guestbook tables."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "guestbook tables."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>guestbook tables.</title>
				<description><![CDATA[ i surched but couldnt find anything to fix the table borders on my guestbook 2.3.2.<br /> on some posts there is no border and some of the text is lost.<br /> any idears please?<br /> and does this topic (<a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=4389" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=4389</a>) stop my guestbook 2.3.2 from being over posted or spamed is it called?.(like this <a class="snap_shots" href="http://trailaddict2.3dmega.com/guestbook/index.php" target="_blank" rel="nofollow">http://trailaddict2.3dmega.com/guestbook/index.php</a>)<br /> <br /> thanks <br /> chad.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17391.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17391.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 01:55:00]]> GMT</pubDate>
				<author><![CDATA[ chad at trailaddict]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sorry and also does it matter if i have AGCodes on or off with spaming and pointless posts.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17392.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17392.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 02:00:40]]> GMT</pubDate>
				<author><![CDATA[ chad at trailaddict]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I can't say about the borders without seeing the actual guestbook. As to the spam the simple anti spam will help a little but the human verification mod is a better method.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17409.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17409.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 10:19:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]I can't say about the borders without seeing the actual guestbook. As to the spam the simple anti spam will help a little but the human verification mod is a better method.[/quote]<br /> <br /> wats the verification mod?sorry new to this.<br /> and the tables; there is an example of wat happens on this book(<a class="snap_shots" href="http://trailaddict2.3dmega.com/guestbook/index.php" target="_blank" rel="nofollow">http://trailaddict2.3dmega.com/guestbook/index.php</a>) but on page enteries of 1-10.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17410.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17410.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 11:39:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]I can't say about the borders without seeing the actual guestbook. As to the spam the simple anti spam will help a little but the human verification mod is a better method.[/quote]<br /> <br /> wats the verification mod?sorry new to this.<br /> and the tables; there is an example of wat happens on this book(<a class="snap_shots" href="http://trailaddict2.3dmega.com/guestbook/index.php" target="_blank" rel="nofollow">http://trailaddict2.3dmega.com/guestbook/index.php</a>) but on page enteries of 1-10.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17411.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17411.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 11:45:58]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Look in the Advanced Guestbook forum for the Human Verification mod.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17412.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17412.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 11:56:16]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ open up templates/com.php and to the table tag add [code] style=&quot;clear&#58;both;&quot;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17413.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17413.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 12:02:50]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ so it becomes.<br /> <br /> [code]&lt;table width=&quot;90%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; align=&quot;center&quot;  style=&quot;clear&#58;both;&quot;&gt;<br />  &lt;tr&gt;<br />   &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;br&gt;<br />    $com&#91;comments&#93;&lt;/font&gt;<br />   &lt;/td&gt;<br />  &lt;/tr&gt;<br /> &lt;/table&gt;[/code]<br /> <br /> insteard of <br /> [code]&lt;table width=&quot;90%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; align=&quot;center&quot;&gt;<br />  &lt;tr&gt;<br />   &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;br&gt;<br />    $com&#91;comments&#93;&lt;/font&gt;<br />   &lt;/td&gt;<br />  &lt;/tr&gt;<br /> &lt;/table&gt;&#91;quote&#93;&#91;/quote&#93;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17423.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17423.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 21:53:18]]> GMT</pubDate>
				<author><![CDATA[ chad at trailaddict]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ yup]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17424.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17424.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 22:01:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ haha rad man thanks, now on to the spam prob.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4892/17429.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4892/17429.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 22:46:18]]> GMT</pubDate>
				<author><![CDATA[ chad at trailaddict]]></author>
			</item>
	</channel>
</rss>