Question
On my
WebHome, the menu
WebLeftBar is located at the bottom of the page instead of the top. All other pages are fine. What is causing this and how to fix? Thx
Environment
--
EdwardWJSmith - 05 Jun 2006
Answer
My first guess is that an element in the home topic has an extra closing
</div>. Is this a public site so I can have a look? Otherwise you can perhaps attach the generated raw html.
--
ArthurClemens - 05 Jun 2006
Thx Arthur. Here is the HTML (obtained from loading the web in question and selecting View > Source on the IE menu bar). Is this what you wanted?
--
EdwardWJSmith - 06 Jun 2006
Not exactly. I've attached the html as a
file. Now you can feed it to the
W3C validator
to view the
results
. You should do this with your live site url of course. But a quick glance shows that there is an html comment just before the end of the topic.
--
ArthurClemens - 06 Jun 2006
Thanks Arthur!!! Found the problematic
</div>.
--
EdwardWJSmith - 06 Jun 2006
I'm having the same problem, except it is happening on all of my webs. Just started after I upgraded from 4.0.0 -> 4.0.3 -> 4.0.4.
If I use the validator, the pages check out. I'm not sure what else to try.
--
ChrisGrier - 05 Jul 2006
Chris, make sure you get all new pattern skin css files. Some users have reported that they still got the 4.0.0 css files in
pub/TWiki/PatternSkin/.
--
ArthurClemens - 05 Jul 2006
Yes, that was it. I copied the new files out of the most 4.0.4 tgz and it works great now. Thanks!
--
ChrisGrier - 05 Jul 2006