> FND, in what way, pray tell, do you find my TW to have an 'odd'
> appearance. I thought to be pretty straight-forward: a menu and
> a fairly brief amount of copy in the tiddler display. Not a lot of
> fancy effects. I'm puzzled by your comment.
Here's a few things that make it unusual and a bit more difficult to
debug:
* The MainMenu has tabbed content
* The tiddler toolbar is gone
* The sidebar is gone
All of which makes it very difficult to determine what plugins, custom
templates, stylesheets, etc. are installed...
Normally, even when these elements are hidden, it is possible to view
the list of tiddlers by adding "#SideBarTabs" to the URL. But, in
your document
* The entire TW document is wrapped in a fixed-width iframe, which
prevents the #TiddlerName 'paramifier' usage from working!
In an attempt to bypass this, I tried viewing the page source to find
the name of the "real" TW document, and then constructed a URL using
*that* filename, e.g.,
http://obama.digitaldr.org/index2.htm#SideBarTabs
But... even that doesn't work, because you've apparently also deleted
some of the *shadow tiddlers* from the TW core code (by using a text
editor?)
I'd say that, given all of these non-standard elements, "bothersome"
is actually a bit mild of an assessment... :-)
-e