Help! My page looks messed up!

This page deals with problems that may have occured as pages on the site were moved from Plone

Closing div and span tags

Some pages look a bit like this - the page 'ends' prematurely

and the sidebar is located somewhere down the bottom

 

In this case - check the HTML of the page, using the 'Source' button in your text editor. The reason why this is happening is that <div> and <span> tags are not closing properly. For every <div> or <div class=" "> tag that exists in the code there should be a </div> tag to 'close' it, and the same for span tags.

Some pages (especially more complicated pages like front pages) got extra stuff imported with it, and that stuff had a lot of div tags, increasing the likelihood of this happening. See below:

Once this is cleaned up, then the page is back to normal :)

Missing images

Often the image is still there on the filesystem, but the link to it is somehow broken, so you need to search around in your country filesystem for it and relink it.

One common reason - the structure of the site has been changed from subfolder (e.g. srichinmoycentre.org/jp) to subdomain (e.g jp.srichinmoycentre.org)

Most links in the site were changed to reflect this new structure, but a few still have the old structure:

http://www.srichinmoycentre.org/jp/sri_chinmoy/art

They can be changed to http://jp.srichinmoycentre.org/sri_chinmoy/art

Other causes

If that doesn't sort it out, there is probably some additional custom styling or CSS on your pages that was not brought into the new site, and you will need to contact us to work something out.