> Do I need to set some setting in IE6? I think the java is already
> enabled. My blog and other TW sites are just OK with IE6. I haven't
> tried with Opera or other browser.

I think it is only a wrong css rule assigned in your MarkupPostBody,
solve this problem only have to modify it:

remove the line "#contentWrapper {display:none;}"
or change it to "#contentWrapper {display:block;}",

I believe it would work on most browsers.


Although putting the styles into MarkupPostBody might be not
incorrect, it's not a way recommended.
I would suggest you creating a style sheet tiddler, copy and paste the
modified contents of MarkupPostBody and invoking it in StyleSheet as
the way Eric mentioned in the previous post.

--
Bram Chen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to