Tue, 2008-08-12 13:45
One of our members went looking for a 2005 article I wrote, only to find the content was missing. There's a title and a signature—just nothing in between, and no comments.
I was going to edit the post to link to the article on my site. I found the text intact on the edit screen/textarea, but it would not show in view; it does show to be updated.
What happened, Tony?
cheers,
gary
Wed, 2008-08-13 13:19
#1
That's really weird, I can't
That's really weird,
I can't figure out what is going on just now, I'll have too have a look tomorrow.
Thu, 2008-08-14 00:02
#2
It was something from point
It was something from point [5] which I have posted below.
I don't exactly no what was going on. :shrug:
[5]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta name="generator" content=" HTML Tidy for Linux/x86 (vers 1st August 2004), see <a href="http://www.w3.org" rel="nofollow">www.w3.org</a>" /> <meta name="editor" content="Emacs 21" /> <meta name="author" content="Gary Turner" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>White Space Tests</title> <style type="text/css"> /*<![CDATA[*/ html, body { margin: 0; padding: 0; } #block-links a, #hacked-li a, #hacked-link a { display: block; } /*hide from ie-mac\*/ * html #hacked-li li { height: 1px; } /* end hack */ /* \*/ * html #hacked-link a { height: 1px; } /* */ /*]]>*/ </style> </head> <body> <ul id="plain"> <li>list item</li> <li>list item</li> <li>list item</li> <li>list item</li> </ul> <ul id="inline-links"> <li><a href="#">some inline link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> </ul> <ul id="block-links"> <li><a href="#">some block link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> </ul> <ul id="hacked-li"> <li><a href="#">some block link</a> hacked li</li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> </ul> <ul id="hacked-link"> <li><a href="#">some block link</a> hacked link</li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> <li><a href="#">some link</a></li> </ul> </body> </html>