View Single Post
Old 2006-10-16, 07:09 AM   #7
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Johnny found your problem.

If you turn off Javascript in your browser and visit your new page example, you'll see the sidebar appear.

Look at the code he highlighted, you'll notice there is a <noscript /> tag which is causing your troubles. Remove that and all your sidebar text appears.

Your older pages use <noscript> and </noscript> tags instead of the <noscript /> tag you have on the new pages.

You need to lose (or change) that <noscript /> tag to make your sidebar appear on your new pages.
__________________
"If you're happy and you know it, think again." -- Guru Pitka

Last edited by Simon; 2006-10-16 at 07:12 AM..
Simon is offline   Reply With Quote