Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormadalyn
    • CommentTimeJun 24th 2008 edited
     
    I just am not getting something. I'm so sorry. I read the instructions, but I am not that bright at html and layers and embedding.
    I have the html to this page. Could you look at it and tell me what I'm doing wrong please? The html is too long so I have to add on next post i think

    I'm using a template to create a site. Inside the template is an inline style sheet (layer) that I want to embed plogger gallery into. I'm using microsoft expression web with a template.
    • CommentAuthormadalyn
    • CommentTimeJun 24th 2008 edited
     
    thanks for your help!
    • CommentAuthormadalyn
    • CommentTimeJun 24th 2008 edited
     
    I'm now working on changing a few things. I appreciate all your help.
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 24th 2008 edited
     
    It looks okay to me, madalyn. What seems to be the problem?

    If it's not working, two things first:

    1. Is the file that this code from a .php file extension? If not, change it to .php (if it is .html or .htm or something else).
    2. Is Plogger installed in the root folder of your website or in a subfolder? If in a subfolder, you will need to change your "include" function path to show your server where the 'gallery.php' file of Plogger is located. For example, if your code above is in a file called 'http://www.mysite.com/photos.php' and you install Plogger in 'http://www.mysite.com/plogger/', you would need to use the first line include function like this:<?php include(dirname(__FILE__)."/plogger/gallery.php"); ?>