CMS help pages

Print this page
You are here: Home > [Developers] > Known bugs

Known bugs

Image tags

The WIDTH and/or HEIGHT must come after the SRC but must not be the last parameter, otherwise the image will not be resized by the CMS. You will only notice this if you check the size of the image on the published site.

BAD: <img src=image.jpg alt="" width=200 height=100>

BAD: <img width=200 height=100 src=image.jpg alt="">

GOOD: <img src=image.jpg width=200 height=100 alt="">

Page name

"..." in page name creates error when published.

GIF sizes

CMS will show user-selectable GIFs resized, but published website will show at full size (as CMS does not resize GIFs).

Cannot delete a file

CMS will show a file as being 'in use' and not allow deletion if the filename is a substring of a file that really is in use.

E.g.: You cannot delete 'directions.doc' if there is a file in use called 'officedirections.doc'

Images cannot be centred in CMS but OK on live site

The doctype must be the first line in the page template.

Link to home page in path is incorrect when submenu on home folder

Best to avoid the home page being a folder as this can make navigation confusing. If unavoidable then workaround is to set home page filename as 'Home', set home page link text as 'Home' and add 'home.htm' to IIS.