youngros Posted October 9, 2009 Report Posted October 9, 2009 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. http://www.sanssouciwebdesign.com/weather/tides.php Quote
jlhaslip Posted October 9, 2009 Report Posted October 9, 2009 First thing, you have an xhtml Doctype and need to close the tags and all the image tags, too. Quote
youngros Posted October 9, 2009 Author Report Posted October 9, 2009 I have a problem closing the br tags as they are in a php tide processor script and I'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. Quote
youngros Posted October 9, 2009 Author Report Posted October 9, 2009 I have found some of them and down now to 28 errors, so probably only a couple to locate now Quote
youngros Posted October 9, 2009 Author Report Posted October 9, 2009 I am now down to 1 error unless the wunderground link defaults. not allowed this is the code as i'm not sure what I have done wrong. Tidal Predictions <?php tides(0); ?> <?php tides(1); ?> <?php tides(2); ?> <?php tides(3); ?> <?php tides(4); ?> <?php tides(5); ?> <?php tides(6); ?> <?php tides(7); ?> <?php tides(8); ?> <?php tides(9); ?> <?php tides(10); ?> <?php tides(11); ?> <?php tides(12); ?> <?php tides(13); ?> <?php tides(14); ?> <?php tides(15); ?> <?php tides(16); ?> <?php tides(17); ?> <?php tides(18); ?> <?php tides(19); ?> <?php tidesv(); ?> Quote
jlhaslip Posted October 9, 2009 Report Posted October 9, 2009 (edited) the tfoot html follows the table header info. simply move it up in your code. http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3 *edit* Also, the table header and table footer should not be contained within table row tags. Edited October 9, 2009 by jlhaslip Quote
youngros Posted October 10, 2009 Author Report Posted October 10, 2009 Thanks for that, also found http://www.w3schools.com/tags/tag_tfoot.asp The page now validates, but I'm still left with one of the borders missing, or at least it is in Firefox, not checked the others yet. Quote
jlhaslip Posted October 10, 2009 Report Posted October 10, 2009 which border is missing? change its colour to "red" and see if it is showing. Quote
youngros Posted October 10, 2009 Author Report Posted October 10, 2009 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. Quote
youngros Posted October 10, 2009 Author Report Posted October 10, 2009 Solved. It is there, just depends on how big I have it showing on this monitor, an oldish 19"TFT if I make it smaller or larger the border appears again. Very strange though. Feel there must be something with my code that is not quite right. Thanks for your time. Will sort validating the rest of the pages now. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.