Announcement

Collapse
No announcement yet.

Empty Brochure Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Empty Brochure Page

    Hi All,

    I have a number of brochure pages on a clients site, all using the same layout/template. All of them are fine, bar one - the About Us page. If you try and view it online it just brings up a blank page....

    http://www.thetravellingsouk.com/acatalog/about-us.html

    It previews fine in Actinic, previews fine offline in IE and the 'Hide on Website' box definitely isn't ticked. Any ideas?

    Cheers
    Charlie

    _________________________
    B&M Design & Advertising Ltd
    www.bm-group.co.uk


    #2
    The source of that page is
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    </body>
    </html>
    So it's no wonder that nothing shows.

    Could you have an erronous about-us.html file in your Site folder that's causing this? If so delete it.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Right-click on the offending page and you will see that it is empty inside the 'Body' tags.
      I notice that it is 'XHTML 1.0 Transitional'
      Your Actinic site is '4.01 Transitional'.
      This leads me to think that the page was created outside of Actinic.

      I would:
      1. Make a Snapshot.
      2. Remove the page using FTP.
      3. Remove the page from Actinic. (You might want to save the content first to save re-typing).
      4. Good time to Compact the database.
      5. Redo the page in Actinic.
      6. Republish the site.

      Good luck.

      Comment


        #4
        Ha, Just pipped me at the post Norman.

        Comment

        Working...
        X