Below are the results of attempting to parse this document with an SGML parser.
... ng="1" cellpadding="5" align="center" bordercolor="#000099">
^
Error: there is no attribute "BORDERCOLOR" for this element (in this HTML version)
echo "<table width=\"215\" border=\"0\" cellpadding=\"1\" cellspacing= ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... echo "<table width=\"215\" border=\"0\" cellpadding=\"1\" ce ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... h=\"215\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" b ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... "0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#000099\" ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... \"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#000099\"><tr><th ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... llspacing=\"0\" bgcolor=\"#000099\"><tr><th class=\"navblue\">Previous ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... >Previous Surveys</th></tr><tr><td><table bgcolor=\"#ffffff\" width=\" ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... /th></tr><tr><td><table bgcolor=\"#ffffff\" width=\"215\" border=\"0\" ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... d><table bgcolor=\"#ffffff\" width=\"215\" border=\"0\" cellspacing=\" ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... "#ffffff\" width=\"215\" border=\"0\" cellspacing=\"0\" cellpadding=\" ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... "215\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... r=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\"><tr><td>< ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... r=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\"><tr><td>< ...
^
Error: character "\" is not allowed in the value of attribute "ALIGN"
... r=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\"><tr><td>< ...
^
Error: value of attribute "ALIGN" cannot be "\"CENTER\""; must be one of "LEFT", "CENTER", "RIGHT"
... \" cellpadding=\"2\" align=\"center\"><tr><td><ul>";
^
Error: start tag for "LI" omitted
for ($i=0,$k=0; $i<sizeof($poll_list); $i++) {
^
Error: character "(" not allowed in attribute specification list (possibly caused by a missing quotation mark ending a previous attribute value)
for ($i=0,$k=0; $i<sizeof($poll_list); $i++) {
^
Error: element "SIZEOF" not defined in this HTML version
echo "<li><a href=\"$refpage?poll_id=$poll_id\" title=\"$vote_butt ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... "$refpage?poll_id=$poll_id\" title=\"$vote_button\">$questio ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
echo "</td></tr></table>";
^
Error: end tag for "SIZEOF" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
for ($i=0,$k=0; $i<sizeof($poll_list); $i++) {
^
Error: start tag was here
echo "</td></tr></table>";
^
Error: end tag for "UL" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
... =\"0\" cellpadding=\"2\" align=\"center\"><tr><td><ul>";
^
Error: start tag was here
Sorry, this document does not validate as HTML 4.01 Transitional.
If you use CSS in your document, you should also check it for validity using the W3C CSS Validation Service.
Below is the source input I used for this validation:
1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2: "http://www.w3.org/TR/html4/loose.dtd"> 3: 4: <?php 5: require ("./poll/poll_cookie.php"); 6: ?> 7: <html lang="EN"><!-- #BeginTemplate "/Templates/csp.dwt" --> 8: <head> 9: <!-- #BeginEditable "doctitle" --> 10: <title>Central Scotland Police</title> 11: <!-- #EndEditable --> 12: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 13: <link rel="stylesheet" href="../Templates/csp.css" type="text/css"> 14: </head> 15: <body> 16: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 17: <tr> 18: <td bgcolor="#FFFFFF" align="center" height="3"> 19: <table border="0" cellspacing="0" cellpadding="0" width="100%"> 20: <tr> 21: <td class="navblue" valign="middle" nowrap> 22: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 23: <tr> 24: <td><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 25: </tr> 26: </table> 27: </td> 28: <td class="navblue" height="26"> </td> 29: <td class="navblue" valign="top"> 30: <div align="right"><img src="../purplecorner2.gif" width="25" height="26" align="top" alt="*"></div> 31: </td> 32: </tr> 33: <tr bgcolor="#FFFFFF"> 34: <td colspan="3" valign="middle" nowrap><img src="../whitespace.gif" alt="*" width="1" height="1"></td> 35: </tr> 36: </table> 37: </td> 38: <td rowspan="2" bgcolor="#FFFFFF" valign="bottom"> 39: <div align="left"><img src="../CSPLOGO.gif" width="150" height="77" alt="Central Scotland Police Logo"></div> 40: </td> 41: </tr> 42: <tr> 43: <td width="100%" class="navblue"> 44: <div class="csp"> Central Scotland Police</div> 45: <div class="csp2"> Together 46: for safer communities</div> 47: </td> 48: </tr> 49: </table> 50: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 51: <tr> 52: <td><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 53: </tr> 54: </table> 55: <table width="100%" border="0 " cellspacing="0" cellpadding="0" class="navblue"> 56: <tr> 57: <td nowrap><font color="#FFFFFF"> | <a href="../index.php" class="navblue">Home</a> 58: | <a href="../news/index.php" class="navblue">News</a> | <a href="../exec/index.html" class="navblue">Executive</a> 59: | <a href="../policing/index.html" class="navblue">Policing</a> | <a href="../recruitment/index.php" class="navblue">Recruitment</a> 60: | <a href="../area/index.html" class="navblue">Force Area</a> | <a href="index.php" class="navblue">Contacts</a> 61: | <a href="../links/index.html" class="navblue">Links</a> | <a href="../faq/index.html" class="navblue">FAQ</a> 62: | <a href="../about/website.html" class="navblue">About Site</a> |</font></td> 63: </tr> 64: </table> 65: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 66: <tr> 67: <td><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 68: </tr> 69: </table> 70: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 71: <tr> 72: <td width="50%"> </td> 73: <td align="right" class="navblue" valign="bottom"><img src="../purplecorner.gif" width="25" height="25" align="bottom" alt="*"></td> 74: <td width="50%" class="navblue" nowrap> 75: <p><font color="#E0EA08" face="Arial, Helvetica, sans-serif" size="+1"><b><a href="../safercentral/index.html" class="safer">Safer 76: Central</a></b></font> - <i><b><font color="#E0EA08" face="Arial, Helvetica, sans-serif">Together for safer communities</font></b></i></p> 77: </td> 78: </tr> 79: </table> 80: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 81: <tr> 82: <td> 83: <table width="100%" border="0" cellspacing="3" cellpadding="3"> 84: <tr> 85: <td> 86: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 87: <tr> 88: <td valign="bottom" align="left"> 89: <table border="0" cellspacing="0" cellpadding="0"> 90: <tr> 91: <td align="right" valign="top" class="navblue"><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 92: <td align="left" valign="middle" class="headingblue"><!-- #BeginEditable "Title" --> 93: Have Your Say... <!-- #EndEditable --></td> 94: <td align="left" valign="top" class="navblue"><img src="../purplecorner2.gif" width="25" height="26" alt="*"></td> 95: 96: </tr> 97: </table> 98: </td> 99: <td></td> 100: </tr> 101: <tr> 102: <td colspan="2"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 103: </tr> 104: <tr class="navblue"> 105: <td colspan="2"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 106: </tr> 107: <tr> 108: <td colspan="2"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 109: </tr> 110: <tr> 111: <td colspan="2" class="navblue"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 112: </tr> 113: </table> 114: </td> 115: </tr> 116: <tr> 117: <td><!-- #BeginEditable "Main%20Area" --> 118: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 119: <tr> 120: <td> 121: <table border="0" width="100%"> 122: <tr> 123: <td rowspan="2" valign="top"> 124: <p> If you need to contact Central Scotland Police for 125: any reason please feel free to call your local station 126: or Police Headquarters on the numbers below (urgent 127: reporting of crime etc dial 999).</p> 128: <form name="csp_feedback" method="post" action="csp_feedback.php"> 129: 130: <table border="0" cellspacing="0" cellpadding="0" align="center" width="80%"> 131: <tr > 132: 133: <td width="35%"></td> 134: <td class="navblue" width="25" align="right"><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 135: 136: <th bgcolor="#000099" class="navblue" width="250" nowrap>Contact 137: Us </th> 138: <td class="navblue" width="25" align="left"><img src="../purplecorner2.gif" width="25" height="26" alt="*"></td> 139: 140: <td width="35%"></td> 141: </tr> 142: <tr> 143: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 144: </tr> 145: <tr bgcolor="#000099"> 146: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 147: </tr> 148: <tr> 149: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 150: </tr> 151: <tr bgcolor="#000099"> 152: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 153: </tr> 154: <tr valign="top"> 155: 156: <td colspan="5" height="550"> 157: <div align="center">"Have Your Say..." 158: and send us your thoughts and comments. 159: <p>Please remember, this is not for reporting 160: criminal acts, if you wish to report a crime 161: contact your local police station, Crimestoppers 162: or go to <a href="http://www.online.police.uk" target="_blank">Online 163: Reporting of Minor Non-Urgent Crime</a>.</p> 164: <table border="10" cellspacing="1" cellpadding="5" align="center" bordercolor="#000099"> 165: <tr> 166: <td width="175" valign="top">Your Name:</td> 167: <td> 168: <input type="text" name="name" size="25"> 169: </td> 170: </tr> 171: <tr> 172: <td width="175" valign="top">Your Address 173: :</td> 174: <td> 175: <input type="text" name="address1" value="" size="25"> 176: <br> 177: <input type="text" name="address3" size="25"> 178: <br> 179: <input type="text" name="address2" size="25"> 180: </td> 181: </tr> 182: <tr> 183: <td width="175" valign="top">Your Telephone 184: Number:</td> 185: <td> 186: <input type="text" name="telephone" size="25"> 187: </td> 188: </tr> 189: <tr> 190: <td width="175" valign="top">Your Email 191: Address:</td> 192: <td> 193: <input type="text" name="email" size="25"> 194: </td> 195: </tr> 196: <tr> 197: <td width="175" valign="top">Your Comments:</td> 198: <td> 199: <textarea name="comments" rows="5" cols="25"></textarea> 200: </td> 201: </tr> 202: <tr> 203: <td width="175" valign="top"> </td> 204: <td> 205: <input type="submit" name="Send Your Comments" value="Submit"> 206: <input type="reset" name="Reset" value="Reset"> 207: </td> 208: </tr> 209: </table> 210: <br> 211: <br> 212: </div> 213: <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> 214: <tr> 215: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 216: </tr> 217: <tr bgcolor="#000099"> 218: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 219: </tr> 220: <tr> 221: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 222: </tr> 223: <tr bgcolor="#000099"> 224: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 225: </tr> 226: <tr valign="top"> 227: <td colspan="5" height="2"> 228: </td> 229: </tr> 230: </table> 231: </td> 232: </tr> 233: </table> 234: </form> 235: <p> </p> 236: </td> 237: <td align="center" valign="top" width="215"> 238: <table width="215" border="0" cellspacing="0" cellpadding="0"> 239: <tr> 240: <td> 241: <?php 242: include "./poll/booth.php"; 243: $php_poll->set_template_set("central"); 244: echo "<p><center>"; 245: if (isset($poll_id)) { 246: echo $php_poll->poll_process($poll_id); 247: } else { 248: echo $php_poll->poll_process("random"); 249: } 250: echo "</center></td></tr></table>"; 251: echo "<table width=\"215\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#000099\"><tr><th class=\"navblue\">Previous Surveys</th></tr><tr><td><table bgcolor=\"#ffffff\" width=\"215\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"center\"><tr><td><ul>"; 252: 253: $include_path="./poll/"; 254: chdir("$include_path/polldata"); 255: $hnd = opendir("."); 256: while ($file = readdir($hnd)) { 257: if (eregi("([0-9]+$)", $file)) { 258: $poll_list[] = $file; 259: } 260: } 261: closedir($hnd); 262: if ($poll_list) { 263: rsort($poll_list); 264: for ($i=0,$k=0; $i<sizeof($poll_list); $i++) { 265: $line = file($poll_list[$i]); 266: if (eregi("([0-9]+$)", $poll_list[$i], $regs)) { 267: $poll_id = $regs[1]; 268: } 269: list($question,$timestamp,$exp_time,$expire,$logging,$status) = split("\\|",$line[0]); 270: if ($status==2) { 271: continue; 272: } 273: $question = htmlspecialchars($question); 274: 275: echo "<li><a href=\"$refpage?poll_id=$poll_id\" title=\"$vote_button\">$question</a></li>\n"; 276: 277: $k++; 278: } 279: } 280: 281: echo "</td></tr></table>"; 282: ?> 283: </td> 284: </tr> 285: <tr> 286: <td bgcolor="#ffffff"> 287: <div align="center">There are currently 288: <?php echo $k; ?> 289: surveys in our database </div> 290: </td> 291: </tr> 292: </table> 293: </td> 294: </tr> 295: <tr> 296: <td valign="top"> </td> 297: </tr> 298: <tr> 299: <td colspan="2"> 300: <table border="0" cellspacing="0" cellpadding="0" align="center" width="80%"> 301: <tr > 302: <td width="35%"></td> 303: <td class="navblue" width="25" align="right"><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 304: <th bgcolor="#000099" class="navblue" width="250" nowrap>Headquarters 305: Address</th> 306: <td class="navblue" width="25" align="left"><img src="../purplecorner2.gif" width="25" height="26" alt="*"></td> 307: <td width="35%"></td> 308: </tr> 309: <tr> 310: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 311: </tr> 312: <tr bgcolor="#000099"> 313: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 314: </tr> 315: <tr> 316: <td height="1" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 317: </tr> 318: <tr bgcolor="#000099"> 319: <td height="5" colspan="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 320: </tr> 321: <tr> 322: <td colspan="5"> 323: <div align="center"><br> 324: <table width="50%" border="0" cellspacing="0" cellpadding="1" align="center"> 325: <tr> 326: <td height="59" width="467"> 327: <div align="center"><font size="3">Central 328: Scotland Police</font><br> 329: Police Headquarters<br> 330: Randolphfield<br> 331: Stirling, FK8 2HD</div> 332: </td> 333: <td width="159" height="59"> 334: <div align="center"><img src="hqbuilding.jpg" width="150" height="90" border="1" alt="Police Headquarters, Stirling"></div> 335: </td> 336: </tr> 337: </table> 338: <p>Telephone 01786 456000 / Fax 01786 451177<br> 339: </p> 340: </div> 341: <p align="center"><a href="mailto:mail@centralscotland.police.uk">mail@centralscotland.police.uk</a><br> 342: </p> 343: <table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"> 344: <tr> 345: <td width="15%" align="center"> 346: <div align="center"><font face="Arial, Helvetica, sans-serif" color="#FFFFFF"> 347: </font></div> 348: </td> 349: <td width="25" valign="top" bgcolor="#000099" align="center"><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 350: <th bgcolor="#000099" width="164" align="center" nowrap><b class="navblue">Local 351: Command Units</b></th> 352: <td width="25" valign="top" bgcolor="#000099" align="center"><img src="../purplecorner2.gif" width="25" height="26" alt="*"></td> 353: <td align="center" width="15%"></td> 354: <td width="15%"></td> 355: <td align="right" width="25" valign="top" bgcolor="#000099"><img src="../purplecorner3.gif" width="25" height="26" alt="*"></td> 356: <th bgcolor="#000099" class="navblue" width="103" nowrap>Phone 357: / Fax</th> 358: <td align="left" width="25" valign="top" bgcolor="#000099"><img src="../purplecorner2.gif" width="25" height="26" alt="*"></td> 359: <td width="15%"></td> 360: </tr> 361: <tr> 362: <td colspan="10" height="1"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 363: </tr> 364: <tr bgcolor="#000099"> 365: <td colspan="10" height="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 366: </tr> 367: <tr> 368: <td colspan="10" height="1"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 369: </tr> 370: <tr bgcolor="#000099"> 371: <td colspan="10" height="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 372: </tr> 373: <tr> 374: <td colspan="5">Alloa</td> 375: <td colspan="5"> 376: <div align="center">01259 723255 / 01259 722849</div> 377: </td> 378: </tr> 379: <tr> 380: <td colspan="5">Bannockburn</td> 381: <td colspan="5"> 382: <div align="center">01786 812222 / 01786 816551</div> 383: </td> 384: </tr> 385: <tr> 386: <td colspan="5">Bo'ness</td> 387: <td colspan="5"> 388: <div align="center">01506 822877 / 01506 828779</div> 389: </td> 390: </tr> 391: <tr> 392: <td colspan="5">Callander</td> 393: <td colspan="5"> 394: <div align="center">01877 330222 / 01877 331210</div> 395: </td> 396: </tr> 397: <tr> 398: <td colspan="5">Denny</td> 399: <td colspan="5"> 400: <div align="center">01324 823688 / 01324 825977</div> 401: </td> 402: </tr> 403: <tr> 404: <td colspan="5">Dunblane</td> 405: <td colspan="5"> 406: <div align="center">01786 822222 / 01786 822265</div> 407: </td> 408: </tr> 409: <tr> 410: <td colspan="5">Falkirk</td> 411: <td colspan="5"> 412: <div align="center"> 01324 634212 / 01324 413: 611504</div> 414: </td> 415: </tr> 416: <tr> 417: <td colspan="5">Grangemouth</td> 418: <td colspan="5"> 419: <div align="center">01324 482232 / 01324 666330</div> 420: </td> 421: </tr> 422: <tr> 423: <td colspan="5">Maddiston</td> 424: <td colspan="5"> 425: <div align="center">01324 712822 / 01324 712156</div> 426: </td> 427: </tr> 428: <tr> 429: <td colspan="5">Stenhousemuir</td> 430: <td colspan="5"> 431: <div align="center">01324 562112 / 01324 563345</div> 432: </td> 433: </tr> 434: <tr> 435: <td colspan="5">Stirling</td> 436: <td colspan="5"> 437: <div align="center">01786 456000 / 01786 456404</div> 438: </td> 439: </tr> 440: <tr> 441: <td colspan="5">Tullibody</td> 442: <td colspan="5"> 443: <div align="center">01259 723514 / 01259 219131</div> 444: </td> 445: </tr> 446: <tr> 447: <td colspan="10" height="1"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 448: </tr> 449: <tr bgcolor="#000099"> 450: <td colspan="10" height="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 451: </tr> 452: <tr> 453: <td colspan="10" height="1"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 454: </tr> 455: <tr bgcolor="#000099"> 456: <td colspan="10" height="5"><img src="../bluespace.gif" width="1" height="5" alt="*"></td> 457: </tr> 458: </table> 459: </td> 460: </tr> 461: </table> 462: </td> 463: </tr> 464: </table> 465: </td> 466: </tr> 467: </table> 468: 469: 470: <!-- #EndEditable --></td> 471: </tr> 472: </table> 473: </td> 474: </tr> 475: <tr> 476: <td> 477: <div align="center"><img src="../bannersplit.gif" width="706" height="70" alt="*"><br> 478: </div> 479: </td> 480: </tr> 481: <tr> 482: <td> 483: <div align="center"> 484: <p><br> 485: | <a href="../index.php">Home</a> | <a href="../news/index.php">News</a> 486: | <a href="../exec/index.html">Executive</a> | <a href="../policing/index.html">Policing</a> 487: | <a href="../recruitment/index.php">Recruitment</a> | <a href="../area/index.html">Force 488: Area</a> | <a href="index.php">Contacts</a> | <a href="../links/index.html">Links</a> 489: | <a href="../faq/index.html">FAQ</a> | <a href="../about/website.html">About 490: Site</a> |</p> 491: </div> 492: </td> 493: </tr> 494: <tr> 495: <td> </td> 496: </tr> 497: </table> 498: <table width="100%" border="0" cellspacing="0" cellpadding="0"> 499: <tr> 500: <td align="center" valign="middle" width="20%"><img src="../disable1.gif" width="79" height="68" alt="Positive About Disabled People Logo"> 501: </td> 502: <td align="right" valign="bottom"><img src="../flow2.gif" width="75" height="75" alt="*"></td> 503: <td align="center" class="navblue" nowrap>Central Scotland 504: Police<br> 505: Randolphfield, Stirling, Scotland, FK8 2HD<br> 506: Tel : +44 (0)1786 456000 - Fax : +44 (0)1786 451177</td> 507: <td align="left" valign="bottom"><img src="../flow.gif" width="75" height="75" alt="*"></td> 508: <td align="center" valign="middle" width="20%"><img src="../charter2.gif" width="75" height="69" alt="Charter Mark Award"></td> 509: </tr> 510: <tr> 511: <td align="center" bgcolor="#ffffff" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 512: </tr> 513: <tr> 514: <td align="center" class="navblue" colspan="5"><img src="../bluespace.gif" width="1" height="15" alt="*"></td> 515: </tr> 516: <tr> 517: <td align="center" bgcolor="#ffffff" colspan="5"><img src="../whitespace.gif" width="1" height="1" alt="*"></td> 518: </tr> 519: <tr> 520: <td align="center" class="navblue" colspan="5"><br> 521: <!-- #BeginEditable "Extra" --><!-- #EndEditable --><a href="http://jigsaw.w3.org/css-validator/"> 522: <img style="border:0;width:88px;height:31px" 523: src="../images/w3c/vcss.gif" 524: alt="Valid CSS!" width="88" height="31" border="0"></a> <img src="../bluespace.gif" width="1" height="15" alt="*"></td> 525: </tr> 526: </table> 527: </body> 528: <!-- #EndTemplate --></html>