The validator is giving 6 errors will all kinda link to the same thing.
I know VERY basic HTML... and the feedback its giving me is way over my head!
Now... Here is my code...Validation Output: 6 Errors
1. Error Line 607, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body> </html>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
2. Info Line 127, Column 1: start tag was here
<div id="leftframe"><div id="rightframe">
3. Error Line 607, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body> </html>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
4. Info Line 126: start tag was here
><div id="mainframe">
5. Error Line 607, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 127 and body
</body> </html>
✉
6. Error Line 607, Column 15: XML Parsing Error: Opening and ending tag mismatch: div line 126 and html
</body> </html>
✉
7. Error Line 607, Column 15: XML Parsing Error: Premature end of data in tag body line 125
</body> </html>
✉
8. Error Line 607, Column 15: XML Parsing Error: Premature end of data in tag html line 2
</body> </html>
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>German Shepherd Dog Owners Club</title>
<meta name="description" content="German Shepherd Owners Club, this forum is for any owners of the GSD Breed and other breeds to unite at a common place and discuss everything Pet related." />
<meta name="keywords" content="GSD, German, German Shepherd, Puppy, Dog, GSD Breeding, Breeding, Dog Food, Barf, Pet, Pet Dog, Help, News, Food, Genetics, Behaviour, Training, Feeding, Grooming, German Shepherd Dog, Dogs, White GSD, White German Shepherd, Alsation, Blue, Black, Tan, Pet News, Automotive, General Chat, Advice, Teething," />
<link rel="shortcut icon" href="favicon.ico"/>
<script language="JavaScript" type="text/javascript" src="http://www.gsdoc.co.uk/Themes/default/script.js?fin11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://www.gsdoc.co.uk/Themes/rhino114";
var smf_images_url = "http://www.gsdoc.co.uk/Themes/rhino114/images";
var smf_scripturl = "http://www.gsdoc.co.uk/index.php";
var smf_iso_case_folding = false;
var smf_charset = "ISO-8859-1";
// ]]></script>
<link rel="stylesheet" type="text/css" href="http://www.gsdoc.co.uk/Themes/rhino114/style.css?fin11" />
<link rel="stylesheet" type="text/css" href="http://www.gsdoc.co.uk/Themes/default/print.css?fin11" media="print" />
<link rel="help" href="http://www.gsdoc.co.uk/index.php?action=help" target="_blank" />
<link rel="search" href="http://www.gsdoc.co.uk/index.php?action=search" />
<link rel="contents" href="http://www.gsdoc.co.uk/index.php" />
<link rel="alternate" type="application/rss+xml" title="German Shepherd Dog Owners Club - RSS" href="http://www.gsdoc.co.uk/index.php?type=rss;action=.xml" />
<style type="text/css">
#mainframe
{
width: 98%;
font-size: 80%;
}
</style><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="http://www.gsdoc.co.uk/Themes/rhino114/pngfix.js"></script>
<![endif]-->
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var myfontsize = '80';
function setfontsize(size)
{
smf_setThemeOption("myfontsize", size , null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("mainframe").style.fontSize = size + "%";
document.getElementById("font80").src = smf_images_url + ( size=='80' ? "/font80b.gif" : "/font80.gif");
document.getElementById("font90").src = smf_images_url + ( size=='90' ? "/font90b.gif" : "/font90.gif");
document.getElementById("font120").src = smf_images_url + ( size=='120' ? "/font120b.gif" : "/font120.gif");
document.getElementById("font140").src = smf_images_url + ( size=='140' ? "/font140b.gif" : "/font140.gif");
document.getElementById("font160").src = smf_images_url + ( size=='160' ? "/font160b.gif" : "/font160.gif");
myfontsize = size;
}
// ]]></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_cat = 1;
function showcat(mode)
{
smf_setThemeOption("showcat", mode, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("cat" + mode).style.display = "";
document.getElementById("cattab" + mode).className = 'chosen';
if (current_cat != mode)
{
document.getElementById("cat" + current_cat).style.display = "none";
document.getElementById("cattab" + current_cat).className = '';
}
current_cat = mode;
}
// ]]></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_leftbar = false;
function shrinkHeaderLeftbar(mode)
{
smf_setThemeOption("collapse_leftbar", mode ? 1 : 0, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("upshrinkLeftbar").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
document.getElementById("leftbarHeader").style.display = mode ? "none" : "";
current_leftbar = mode;
}
// ]]></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_rightbar = false;
function shrinkHeaderRightbar(mode)
{
smf_setThemeOption("collapse_rightbar", mode ? 1 : 0, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("upshrinkRightbar").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
document.getElementById("rightbarHeader").style.display = mode ? "none" : "";
current_rightbar = mode;
}
// ]]></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{
smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("upshrinkHeader").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
document.getElementById("myuser").style.display = mode ? "none" : "";
current_header = mode;
}
// ]]></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header_ic = false;
function shrinkHeaderIC(mode)
{
smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");
document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";
current_header_ic = mode;
}
// ]]></script>
</head>
<body>
<div id="mainframe">
<div id="leftframe"><div id="rightframe">
<div id="topframe">
<div id="fontsize-controls">
<img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/logo.jpg" alt="" /><br />
<form action="http://www.gsdoc.co.uk/index.php?action=search2" method="post" accept-charset="ISO-8859-1" style="margin: 0;padding: 0;">
<a href="javascript:void(0);" onclick="setfontsize('80'); return false;"><img id="font80" src="http://www.gsdoc.co.uk/Themes/rhino114/images/font80b.gif" alt="" /></a>
<a href="javascript:void(0);" onclick="setfontsize('90'); return false;"><img id="font90" src="http://www.gsdoc.co.uk/Themes/rhino114/images/font90.gif" alt="" /></a>
<a href="javascript:void(0);" onclick="setfontsize('120'); return false;"><img id="font120" src="http://www.gsdoc.co.uk/Themes/rhino114/images/font120.gif" alt="" /></a>
<a href="javascript:void(0);" onclick="setfontsize('140'); return false;"><img id="font140" src="http://www.gsdoc.co.uk/Themes/rhino114/images/font140.gif" alt="" /></a>
<a href="javascript:void(0);" onclick="setfontsize('160'); return false;"><img id="font160" src="http://www.gsdoc.co.uk/Themes/rhino114/images/font160.gif" alt="" /></a>
<input type="text" name="search" value="" />
<input type="submit" name="submit" value="Search" />
<input type="hidden" name="advanced" value="0" />
</form>
</div>
<h1><a href="http://www.gsdoc.co.uk/index.php">German Shepherd Dog Owners Club</a></h1>
<div id="menudiv">
<div id="menuinner">
<div id="myuser">Hello <strong>elliesmum</strong><br />[<a href="http://www.gsdoc.co.uk/index.php?action=pm">11/<strong>0</strong></a> PM]
<a href="http://www.gsdoc.co.uk/index.php?action=unread">Unread</a> /
<a href="http://www.gsdoc.co.uk/index.php?action=unreadreplies">Replies</a></div>
<ul class="menubox" id="menuboxie6">
<li class="chosen"><a href="http://www.gsdoc.co.uk/index.php"><span>Home</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=help"><span>Help</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=search"><span>Search</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=calendar"><span>Calendar</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=admin"><span>Admin</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=profile"><span>Profile</span></a></li>
<li><a href="http://www.gsdoc.co.uk/index.php?action=pm"><span>My Messages </span></a></li>
<li class="last"><a href="http://www.gsdoc.co.uk/index.php?action=logout;sesc=8c3e077990acf1e8419d58cc31412a36"><span>Logout</span></a></li>
</ul>
</div>
</div>
</div><div id="linktree">
<div id="innerlinktree">
<span class="topleft"><span class="topright"></span></span><a href="http://www.gsdoc.co.uk/index.php">German Shepherd Dog Owners Club</a>
<span class="botleft"><span class="botright"></span></span>
</div>
</div>
<div id="bodyarea2">
<div id="innerframe2">
<table width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="100%" align="left" valign="top" style="padding-top: 15px; padding-bottom: 10px;" >
<link rel="stylesheet" type="text/css" href="http://www.gsdoc.co.uk/chat/css/shoutbox.css" />
<script language="JavaScript" type="text/javascript">
var sb_current_header = false;
function ajax_shoutBox_collapse(mode)
{
smf_setThemeOption("sb_collapsed", mode ? 1 : 0, null, "8c3e077990acf1e8419d58cc31412a36");
document.getElementById("ajax_shoutbox_collapse").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");
document.getElementById("ShoutBox").style.display = mode ? "none" : "";
sb_current_header = mode;
}
</script>
<div class="tborder" style="margin: 10px 0 10px 0;">
<div class="catbg" style="padding: 5px 15px 5px 10px;margin:0 auto;">
<a rel="nofollow" href="#" onclick="ajax_shoutBox_collapse(!sb_current_header)"><img id="ajax_shoutbox_collapse" src="http://www.gsdoc.co.uk/Themes/rhino114/images/collapse.gif" alt="*" style="margin-right: 5px;" /></a>ShoutBox
</div>
<div id="ShoutBox">
<div class="tborder" style="margin: 1px 0 0 0;">
<div id="ajaxChatContent">
<script src="http://www.gsdoc.co.uk/shoutBox/js/chat.js" type="text/javascript" charset="UTF-8"></script>
<script src="http://www.gsdoc.co.uk/shoutBox/js/custom.js" type="text/javascript" charset="UTF-8"></script>
<script src="http://www.gsdoc.co.uk/shoutBox/js/shoutbox.js" type="text/javascript" charset="UTF-8"></script>
<script src="http://www.gsdoc.co.uk/shoutBox/js/lang/en.js" type="text/javascript" charset="UTF-8"></script>
<script src="http://www.gsdoc.co.uk/shoutBox/js/config.js" type="text/javascript" charset="UTF-8"></script>
<script src="http://www.gsdoc.co.uk/shoutBox/js/FABridge.js" type="text/javascript" charset="UTF-8"></script>
<div id="ajaxChatChatList"></div>
</div>
</div>
<div class="tborder" style="margin: 1px 0 0 0;">
<div id="ajaxChatContent">
<table>
<tr>
<td width="40%">
<div id="ajaxChatInputFieldContainer">
<input id="ajaxChatInputField" type="text" maxlength="1040" onkeypress="ajaxChat.handleInputFieldKeyPress(event);" />
<input type="button" id="submitButton" value="Shout" onclick="ajaxChat.sendMessage();" />
</div>
<div id="ajaxChatCopyright"><a href="https://blueimp.net/ajax/">AJAX Chat</a> © <a href="https://blueimp.net">blueimp.net</a> <a href="http://4tmu.ir/forum/index.php">Integrated with SMF</a></div>
<script type="text/javascript">
// <![CDATA[
ajaxChatConfig.ajaxURL = 'http://www.gsdoc.co.uk/shoutBox/?ajax=true&shoutbox=true';
ajaxChatConfig.baseURL = 'http://www.gsdoc.co.uk/shoutBox/';
ajaxChatConfig.sessionName = 'ajax_shout';
ajaxChatConfig.cookieExpiration = parseInt('365');
ajaxChatConfig.cookiePath = '/';
ajaxChatConfig.cookieDomain = '';
ajaxChatConfig.cookieSecure = '';
ajaxChatConfig.chatBotName = decodeURIComponent('ChatBot');
ajaxChatConfig.chatBotID = '2147483647';
ajaxChatConfig.allowUserMessageDelete = parseInt('1');
ajaxChatConfig.inactiveTimeout = parseInt('2');
ajaxChatConfig.privateChannelDiff = parseInt('500000000');
ajaxChatConfig.privateMessageDiff = parseInt('1000000000');
ajaxChatConfig.showChannelMessages = false;
ajaxChatConfig.messageTextMaxLength = parseInt('1040');
ajaxChatConfig.socketServerEnabled = parseInt('0');
ajaxChatConfig.socketServerHost = decodeURIComponent('www.gsdoc.co.uk');
ajaxChatConfig.socketServerPort = parseInt('1935');
ajaxChatConfig.socketServerChatID = parseInt('0');
ajaxChatConfig.domIDs['chatList'] = 'ajaxChatChatList';
ajaxChatConfig.domIDs['inputField'] = 'ajaxChatInputField';
ajaxChatConfig.domIDs['flashInterfaceContainer'] = 'ajaxChatFlashInterfaceContainer';
ajaxChatConfig.startChatOnLoad = false;
ajaxChatConfig.settings.autoFocus = false;
ajaxChatConfig.settings.wordWrap = true;
ajaxChatConfig.settings.maxWordLength = 11;
ajaxChatConfig.settings.blink = false;
ajaxChatConfig.nonPersistentSettings.push('autoFocus','wordWrap','maxWordLength','blink');
ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, false, true);
// ]]>
</script>
</td>
<td width="25%" valign="top">
<div id="bbCodeContainer">
<input type="button" value="b" title="Bold text: [b]text[/b]" onclick="ajaxChat.insertBBCode('b');" style="font-weight:bold;" />
<input type="button" value="i" title="Italic text: [i]text[/i]" onclick="ajaxChat.insertBBCode('i');" style="font-style:italic;" />
<input type="button" value="u" title="Underline text: [u]text[/u]" onclick="ajaxChat.insertBBCode('u');" style="text-decoration:underline;" />
</div>
</td>
<td valign="top">
<div id="emoticonsContainer" dir="ltr"></div>
</td>
</tr>
</table>
</div>
<div id="ajaxChatFlashInterfaceContainer"></div>
</div>
</div>
</div><h3 class="catbg" style="margin: 0; padding: 6px;">
<a href="http://www.gsdoc.co.uk/index.php?action=collapse;c=1;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#1"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/collapse.gif" alt="-" border="0" /></a> <a name="1" href="http://www.gsdoc.co.uk/index.php?action=collapse;c=1;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#1">General Forum</a>
</h3>
<table border="0" width="100%" cellspacing="1" cellpadding="5" >
<tr class="titlebg">
<td colspan="2">Board name</td>
<td width="6%" align="center">Posts</td>
<td width="6%" align="center">Topics</td>
<td width="22%" align="center">Last post</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=1.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=1.0" name="b1">Introduce Yourself</a></b><br />
Please post here to introduce yourself to other members.
</td>
<td class="windowbg" align="center">328</td>
<td class="windowbg" align="center">25</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=41">kizzy</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=124.msg3570#new" title="Re: hello">Re: hello</a><br />
on <b>Yesterday</b> at 10:08:18 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=2.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=2.0" name="b2">General Chat</a></b><br />
General chatter, in here anything goes!
</td>
<td class="windowbg" align="center">1729</td>
<td class="windowbg" align="center">29</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=16">Diesels mum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=222.msg3585#new" title="Re: Is anyone else fed up and reading...">Re: Is anyone else fed u...</a><br />
on <b>Today</b> at 03:09:14 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=3.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/on.jpg" alt="New Posts" title="New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=3.0" name="b3">Funny Stuff</a></b><br />
Post anything funny be it jokes or pictures.
</td>
<td class="windowbg" align="center">200</td>
<td class="windowbg" align="center">22</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=16">Diesels mum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=200.msg3587;boardseen#new" title="Re: Two Word Game ">Re: Two Word Game </a><br />
on <b>Today</b> at 03:36:00 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=19.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=19.0" name="b19">Car Stuff</a></b><br />
Looking for a more pet friendly car? Got a problem with your current car? or just show us your dog wagons all in here.
</td>
<td class="windowbg" align="center">93</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=38">Shamika</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=60.msg3409#new" title="Re: What car u got and why u love ur car">Re: What car u got and w...</a><br />
on January 19, 2010, 12:13:35 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=4.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=4.0" name="b4">Birthdays and Celebrations</a></b><br />
Is there a birthday?? or a special celebration?? let us know and we can all celebrate together!!
</td>
<td class="windowbg" align="center">53</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=16">Diesels mum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=211.msg3506#new" title="Re: It's mi Birthday .....">Re: It's mi Birthday ......</a><br />
on January 26, 2010, 12:58:12 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=5.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=5.0" name="b5">Rescues or Lost animals</a></b><br />
Know of a animal in need of a home? Looking to rescue any animal(s)? Lost you beloved best friend? Post it all in here.
</td>
<td class="windowbg" align="center">2</td>
<td class="windowbg" align="center">1</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=16">Diesels mum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=3.msg3345#new" title="Re: Rescues and adoptions">Re: Rescues and adoption...</a><br />
on December 04, 2009, 02:02:01 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=6.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=6.0" name="b6">Rainbowbridge</a></b><br />
Put in here any tributes to lost souls when they cross over the rainbow bridge to the forever green fields.
</td>
<td class="windowbg" align="center">47</td>
<td class="windowbg" align="center">4</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=37">kellydog</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=125.msg3345#new" title="Re: kelly 1998-2009">Re: kelly 1998-2009</a><br />
on December 25, 2009, 12:09:07 PM
</td>
</tr>
</table><h3 class="catbg" style="margin: 0; padding: 6px;">
<a href="http://www.gsdoc.co.uk/index.php?action=collapse;c=2;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#2"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/collapse.gif" alt="-" border="0" /></a> <a name="2" href="http://www.gsdoc.co.uk/index.php?action=collapse;c=2;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#2">GSD Forum</a>
</h3>
<table border="0" width="100%" cellspacing="1" cellpadding="5" >
<tr class="titlebg">
<td colspan="2">Board name</td>
<td width="6%" align="center">Posts</td>
<td width="6%" align="center">Topics</td>
<td width="22%" align="center">Last post</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=7.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=7.0" name="b7">Pictures & Videos</a></b><br />
Post all pictures and videos of your GSD's in here!!
</td>
<td class="windowbg" align="center">539</td>
<td class="windowbg" align="center">47</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=41">kizzy</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=221.msg3570#new" title="Re: Ellies been mowing the lawn">Re: Ellies been mowing t...</a><br />
on <b>Yesterday</b> at 10:16:19 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=8.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=8.0" name="b8">Training</a></b><br />
Got any usefull tips? In need of some advice and help? Then post it all in here
</td>
<td class="windowbg" align="center">60</td>
<td class="windowbg" align="center">9</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=41">kizzy</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=135.msg3345#new" title="Re: Welfare in Dog Training">Re: Welfare in Dog Train...</a><br />
on December 30, 2009, 09:26:51 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=9.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=9.0" name="b9">Food & Health</a></b><br />
Got any diet or health advice/issues? Post in here to get advice, help and recommendations.
</td>
<td class="windowbg" align="center">151</td>
<td class="windowbg" align="center">23</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=2">sarah</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=214.msg3509#new" title="Re: Dalton's poorly ear">Re: Dalton's poorly ear</a><br />
on January 26, 2010, 03:08:58 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=10.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=10.0" name="b10">Daily Life with GSD's</a></b><br />
Accomplished a target with your GSD? Won any shows? Just got a general story of owning a GSD then post them in here for us all to share!
</td>
<td class="windowbg" align="center">116</td>
<td class="windowbg" align="center">12</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=4">Grampac</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=216.msg3571#new" title="Re: woohoo me...">Re: woohoo me...</a><br />
on <b>Yesterday</b> at 06:54:01 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=11.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=11.0" name="b11">Puppys/Teenagers</a></b><br />
In need of any secific help for a pup or teen GSD? have a check in here!
</td>
<td class="windowbg" align="center">14</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=9">Jenny</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=117.msg3345#new" title="Re: Any tips for puppy teething ?">Re: Any tips for puppy t...</a><br />
on December 12, 2009, 01:14:25 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=12.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=12.0" name="b12">Adults/Seniors</a></b><br />
Got any tips on life with an adult or senior GSD and any tips too keep them young at heart?
</td>
<td class="windowbg" align="center">1</td>
<td class="windowbg" align="center">1</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=1">elliesmum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=38.msg3345#new" title="Arthitis">Arthitis</a><br />
on November 21, 2009, 10:19:44 PM
</td>
</tr>
</table><h3 class="catbg" style="margin: 0; padding: 6px;">
<a href="http://www.gsdoc.co.uk/index.php?action=collapse;c=3;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#3"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/collapse.gif" alt="-" border="0" /></a> <a name="3" href="http://www.gsdoc.co.uk/index.php?action=collapse;c=3;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#3">Non GSD Forum</a>
</h3>
<table border="0" width="100%" cellspacing="1" cellpadding="5" >
<tr class="titlebg">
<td colspan="2">Board name</td>
<td width="6%" align="center">Posts</td>
<td width="6%" align="center">Topics</td>
<td width="22%" align="center">Last post</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=13.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=13.0" name="b13">General Chat</a></b><br />
Want to share a story of life with a pet? Got an issue you need help with? Just want to share your love for an animal? Post it all in here!
</td>
<td class="windowbg" align="center">52</td>
<td class="windowbg" align="center">6</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=16">Diesels mum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=195.msg3400#new" title="Re: Oscar - dirty boy!">Re: Oscar - dirty boy!</a><br />
on January 18, 2010, 12:58:45 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=14.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=14.0" name="b14">Pictures & Videos</a></b><br />
Post pictures & videos of any other pets you have.
</td>
<td class="windowbg" align="center">98</td>
<td class="windowbg" align="center">8</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=9">Jenny</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=203.msg3379#new" title="Re: I wish I could fly...">Re: I wish I could fly.....</a><br />
on January 17, 2010, 06:06:51 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=15.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=15.0" name="b15">Training</a></b><br />
Got any usefull tips? In need of some advice and help? Then post it all in here.
</td>
<td class="windowbg" align="center">1</td>
<td class="windowbg" align="center">1</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=1">elliesmum</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=7.msg3345#new" title="Guidelines">Guidelines</a><br />
on November 21, 2009, 05:08:12 PM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=16.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=16.0" name="b16">Food & Health</a></b><br />
Got any diet or health advice/issues? Post in here to get advice, help and recommendations for any pet you have.
</td>
<td class="windowbg" align="center">35</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=9">Jenny</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=154.msg3345#new" title="Re: Yeast infections">Re: Yeast infections</a><br />
on January 15, 2010, 11:14:25 AM
</td>
</tr>
</table><h3 class="catbg" style="margin: 0; padding: 6px;">
<a href="http://www.gsdoc.co.uk/index.php?action=collapse;c=4;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#4"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/collapse.gif" alt="-" border="0" /></a> <a name="4" href="http://www.gsdoc.co.uk/index.php?action=collapse;c=4;sa=collapse;sesc=8c3e077990acf1e8419d58cc31412a36#4">Forum Help & Info</a>
</h3>
<table border="0" width="100%" cellspacing="1" cellpadding="5" >
<tr class="titlebg">
<td colspan="2">Board name</td>
<td width="6%" align="center">Posts</td>
<td width="6%" align="center">Topics</td>
<td width="22%" align="center">Last post</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=17.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=17.0" name="b17">How To?</a></b><br />
Stuck on how to do something on the forum? find the answer in here or post and we will answer ASAP
</td>
<td class="windowbg" align="center">21</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=4">Grampac</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=140.msg3345#new" title="Re: loading.....">Re: loading.....</a><br />
on December 19, 2009, 12:52:09 AM
</td>
</tr>
<tr class="windowbg2">
<td class="windowbg" width="6%" align="center" valign="top">
<a href="http://www.gsdoc.co.uk/index.php?action=unread;board=18.0"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.jpg" alt="No New Posts" title="No New Posts" border="0" /></a>
</td>
<td valign="top" class="windowbg2">
<b><a href="http://www.gsdoc.co.uk/index.php?board=18.0" name="b18">News & Annoucements</a></b><br />
All announcements about the forum will be found in here.
</td>
<td class="windowbg" align="center">35</td>
<td class="windowbg" align="center">5</td>
<td class="windowbg2 smalltext" valign="middle" width="26%">
<b>Last post</b> by <a href="http://www.gsdoc.co.uk/index.php?action=profile;u=41">kizzy</a><br />
in <a href="http://www.gsdoc.co.uk/index.php?topic=168.msg3345#new" title="Re: Shoutbox and Theme">Re: Shoutbox and Theme</a><br />
on December 27, 2009, 09:45:18 PM
</td>
</tr>
</table>
<div class="tborder" style="padding: 3px;"><table border="0" width="100%" cellspacing="0" cellpadding="5">
<tr >
<td align="left" class="smalltext">
<img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/on.png" alt="" border="0" width="20" height="18" align="middle" /> New Posts
<img src="http://www.gsdoc.co.uk/Themes/rhino114/images/img/off.png" alt="" border="0" width="20" height="18" align="middle" style="margin-left: 4ex;" /> No New Posts
</td>
<td align="right" class="smalltext">
<a href="http://www.gsdoc.co.uk/index.php?action=markasread;sa=all;sesc=8c3e077990acf1e8419d58cc31412a36">Mark ALL messages as read</a>
</td>
</tr>
</table></div>
<br />
<div class="tborder" id="infocenter">
<h3 class="titlebg" style="padding: 4px; margin: 0; text-align: center;">German Shepherd Dog Owners Club - Info Center</h3>
<table border="0" width="100%" cellspacing="1" cellpadding="4">
<tr>
<td class="catbg" colspan="2">Members</td>
</tr>
<tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="http://www.gsdoc.co.uk/index.php?action=mlist"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/icons/members.gif" alt="Members List" border="0" /></a>
</td>
<td class="windowbg2" width="100%">
<b><a href="http://www.gsdoc.co.uk/index.php?action=mlist">Members List</a></b>
<div class="smalltext">Searchable list of all registered members.</div>
</td>
</tr>
<tr>
<td class="catbg" colspan="2">Forum Stats</td>
</tr>
<tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="http://www.gsdoc.co.uk/index.php?action=stats"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/icons/info.gif" alt="Forum Stats" /></a>
</td>
<td class="windowbg2" width="100%">
<table border="0" width="90%"><tr>
<td class="smalltext">
<div style="float: left; width: 50%;">Total Topics: <b>218</b></div>Total Posts: <b>3575</b><br />
Latest Post: "<a href="http://www.gsdoc.co.uk/index.php?topic=200.msg3587;boardseen#new" title="Re: Two Word Game ">Re: Two Word Game </a>" (<b>Today</b> at 03:36:00 PM)<br />
<a href="http://www.gsdoc.co.uk/index.php?action=recent">View the most recent posts on the forum.</a><br />
<a href="http://www.gsdoc.co.uk/index.php?action=stats">[More Stats]</a>
</td>
<td width="32%" class="smalltext" valign="top">
Total Members: <b><a href="http://www.gsdoc.co.uk/index.php?action=mlist">33</a></b><br />
Latest Member: <b><a href="http://www.gsdoc.co.uk/index.php?action=profile;u=42">sarahj</a></b><br />
Your Personal Messages: <b><a href="http://www.gsdoc.co.uk/index.php?action=pm">11</a></b> New: <b><a href="http://www.gsdoc.co.uk/index.php?action=pm">0</a></b>
</td>
</tr></table>
</td>
</tr>
<tr>
<td class="catbg" colspan="2">Users Online</td>
</tr><tr>
<td rowspan="2" class="windowbg" width="20" valign="middle" align="center">
<a href="http://www.gsdoc.co.uk/index.php?action=who"><img src="http://www.gsdoc.co.uk/Themes/rhino114/images/icons/online.gif" alt="Users Online" /></a>
</td>
<td class="windowbg2" width="100%">
<a href="http://www.gsdoc.co.uk/index.php?action=who">0 Guests, 1 User</a>
<div class="smalltext">
Users active in past 15 minutes:<br /><a href="http://www.gsdoc.co.uk/index.php?action=profile;u=1" style="color: #FF0000;">elliesmum</a>, W3C Validator, Google spider
<br />
</div>
</td>
</tr>
<tr>
<td class="windowbg2" width="100%">
<span class="middletext">
Most Online Today: <b>5</b>.
Most Online Ever: 10 (December 18, 2009, 09:40:57 PM)
</span>
</td>
</tr>
</table></div>
</td>
</tr>
</table>
</div>
</div>
<div id="footer">
<div id="copywrite" class="smalltext">
<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by SMF 1.1.11</a> |
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2006-2009, Simple Machines LLC</a>
</span> |
<strong>Rhino</strong> design by <a href="http://www.blocweb.net" target="_blank">BlocWeb</a> |
<a href="http://validator.w3.org/check/referer" target="_blank">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">CSS</a>
<div class="smalltext">Page created in 0.284 seconds with 11 queries.</div>
<div class="smalltext">Google visited last this page <b>Yesterday</b> at 06:14:45 PM<div>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
window.addEventListener("load", smf_codeFix, false);
function smf_codeFix()
{
var codeFix = document.getElementsByTagName ? document.getElementsByTagName("div") : document.all.tags("div");
for (var i = 0; i < codeFix.length; i++)
{
if (codeFix[i].className == "code" && (codeFix[i].scrollWidth > codeFix[i].clientWidth || codeFix[i].clientWidth == 0))
codeFix[i].style.overflow = "scroll";
}
}
// ]]></script>
</div>
</div></div>
</div>
</div>
<div id="ajax_in_progress" style="display: none;">Loading...</div>
</body> </html>
