<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[KillerSites.com Web Design Forums - The dreaded tables!!]]></title>
	<link rel="self" href="http://www.killersites.com/forums/feed/atom/topic/2283/"/>
	<updated>2009-10-10T09:13:44Z</updated>
	<generator>PunBB</generator>
	<id>http://www.killersites.com/forums/topic/2283/the-dreaded-tables/</id>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11354/#p11354"/>
			<content type="html"><![CDATA[<p>Solved.</p><p>It is there, just depends on how big I have it showing on this monitor, an oldish 19&quot;TFT if I make it smaller or larger the border appears again.<br />Very strange though.<br />Feel there must be something with my code that is not quite right.</p><p>Thanks for your time.<br />Will sort validating the rest of the pages now.</p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-10T09:13:44Z</updated>
			<id>http://www.killersites.com/forums/post/11354/#p11354</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11352/#p11352"/>
			<content type="html"><![CDATA[<p>It is the border between the first and second row and appears to only be a Firefox issue, checked all the others and they are fine.</p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-10T09:08:32Z</updated>
			<id>http://www.killersites.com/forums/post/11352/#p11352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11351/#p11351"/>
			<content type="html"><![CDATA[<p>which border is missing? <br />change its colour to &quot;red&quot; and see if it is showing.</p>]]></content>
			<author>
				<name><![CDATA[jlhaslip]]></name>
				<uri>http://www.killersites.com/forums/user/399/</uri>
			</author>
			<updated>2009-10-10T09:01:37Z</updated>
			<id>http://www.killersites.com/forums/post/11351/#p11351</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11349/#p11349"/>
			<content type="html"><![CDATA[<p>Thanks for that, also found <a href="http://www.w3schools.com/tags/tag_tfoot.asp" rel="nofollow">http://www.w3schools.com/tags/tag_tfoot.asp</a><br />The page now validates, but I&#039;m still left with one of the borders missing, or at least it is in Firefox, not checked the others yet.</p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-10T08:56:33Z</updated>
			<id>http://www.killersites.com/forums/post/11349/#p11349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11339/#p11339"/>
			<content type="html"><![CDATA[<p>the tfoot html follows the table header info. simply move it up in your code.</p><p><a href="http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3" rel="nofollow">http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3</a></p><p>*edit*</p><p>Also, the table header and table footer should not be contained within table row tags.</p>]]></content>
			<author>
				<name><![CDATA[jlhaslip]]></name>
				<uri>http://www.killersites.com/forums/user/399/</uri>
			</author>
			<updated>2009-10-09T16:12:45Z</updated>
			<id>http://www.killersites.com/forums/post/11339/#p11339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11338/#p11338"/>
			<content type="html"><![CDATA[<p>I am now down to 1 error unless the wunderground link defaults.</p><p>not allowed &lt;tfoot&gt;</p><p>this is the code as i&#039;m not sure what I have done wrong.</p><p>&lt;table&gt;<br />&lt;thead&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;th colspan=&quot;4&quot;&gt;Tidal Predictions&lt;/th&gt;<br />&nbsp; &lt;/tr&gt;<br />&nbsp; &lt;/thead&gt;<br />&nbsp; &lt;tbody&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(0); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(1); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(2); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(3); ?&gt;&lt;/td&gt;<br />&nbsp; &lt;/tr&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(4); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(5); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(6); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(7); ?&gt;&lt;/td&gt;<br />&nbsp; &lt;/tr&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(8); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(9); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(10); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(11); ?&gt;&lt;/td&gt;<br />&nbsp; &lt;/tr&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(12); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(13); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(14); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(15); ?&gt;&lt;/td&gt;<br />&nbsp; &lt;/tr&gt;<br />&nbsp; &lt;tr&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(16); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(17); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(18); ?&gt;&lt;/td&gt;<br />&nbsp; &nbsp; &lt;td&gt;&lt;?php tides(19); ?&gt;&lt;/td&gt;<br />&nbsp; &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;tfoot&gt;<br /> &lt;tr&gt;<br /> &lt;td colspan=&quot;4&quot;&gt;<br /> &lt;?php tidesv(); ?&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tfoot&gt;<br />&lt;/table&gt;</p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-09T15:46:37Z</updated>
			<id>http://www.killersites.com/forums/post/11338/#p11338</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11337/#p11337"/>
			<content type="html"><![CDATA[<p>I have found some of them and down now to 28 errors, so probably only a couple to locate now <img src="http://www.killersites.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-09T15:24:06Z</updated>
			<id>http://www.killersites.com/forums/post/11337/#p11337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11336/#p11336"/>
			<content type="html"><![CDATA[<p>I have a problem closing the br tags as they are in a php tide processor script and I&#039;m not sure where to find them to alter them. The missing image one was an oversight having been using HTML strict and this site is XHTML.</p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-09T15:04:42Z</updated>
			<id>http://www.killersites.com/forums/post/11336/#p11336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11334/#p11334"/>
			<content type="html"><![CDATA[<p>First thing, you have an xhtml Doctype and need to close the &lt;br /&gt; tags and all the image tags, too.</p>]]></content>
			<author>
				<name><![CDATA[jlhaslip]]></name>
				<uri>http://www.killersites.com/forums/user/399/</uri>
			</author>
			<updated>2009-10-09T14:21:56Z</updated>
			<id>http://www.killersites.com/forums/post/11334/#p11334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[The dreaded tables!!]]></title>
			<link rel="alternate" href="http://www.killersites.com/forums/post/11333/#p11333"/>
			<content type="html"><![CDATA[<p>The line is missing on the bottom of the first row in my table, it is there before I collapse the border but then it disappears when I do. Must be missing something.</p><p><a href="http://www.sanssouciwebdesign.com/weather/tides.php" rel="nofollow">http://www.sanssouciwebdesign.com/weather/tides.php</a></p>]]></content>
			<author>
				<name><![CDATA[youngros]]></name>
				<uri>http://www.killersites.com/forums/user/43/</uri>
			</author>
			<updated>2009-10-09T13:25:19Z</updated>
			<id>http://www.killersites.com/forums/post/11333/#p11333</id>
		</entry>
</feed>
