TTLB is working again, and a tech tip
The Truth Laid Bear finally fixed the Gunbloggers group, which had been broken since New Year’s.
If you want to show your TTLB status on your blog but like to keep your page XHTML-compliant, here’s how to change the link code to make it valid XHTML.
Your original link code looks like this:
<script language="javascript" src="http://truthlaidbear.com/MyDetails.php?url=http://www.unforgivingminute.com/blog/&style=javascript">
</script>
Modify it so it looks like this (changes are in bold):
<script type=”text/javascript” src=”http://truthlaidbear.com/MyDetails.php?url=http://www.unforgivingminute.com/blog/&style=javascript”>
</script>



