Announcement

Collapse
No announcement yet.

Add a footer to the bottom on page

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

    Add a footer to the bottom on page

    Hello! This is my first post to this forum. I have tried searching previous posts but I can't find the answer to the problem that I am really struggling with - can anyone help please?

    I have created a template of a site in Dreamweaver. I have registered the design with Actinic all fine no problems. Viewing the page in Actinic I have a list of products in a column. My problem is that I want to place a footer at the bottom of the page. However, if I include the footer in the dreamweaver template then the footer only goes at the bottom of the template rather than at the bottom of the page. Hence, the list of products carries on after the footer which looks a bit silly!

    I should also probably add that the footer design I want to use as also been created in Dreamweaver rather than with Actinic.

    Any help, guidance or suggestions would be greatly apprecaited!

    Thanks
    Ed.

    #2
    It depends how you want to do it.
    there is a variable you can use called "FooterText"
    which equates to
    Code:
    "<actinic:variable name="FooterText" />"
    this is set in the Settings, Site-Options, and then in the General-Tab
    Look in the Site-Section, its the third entry down. whatever you put in here comes out on every page.
    look in the help text for "Embedding html" if you have specific html code to use,
    Alternatively, you need to create a new layout for the bit of code you want at the bottom of the page - this layout is held within the Design Library in the section called "Layouts", look for "Page Areas" and then look at "Footer Area"
    If you want to do it slightly more interactively, then select one of your product pages, click on the design tab, and then use the icon in the bottom left hand corner of the Layout Code pane, keep click on this until you can't go further, (this gets you to the page layout template), then scroll down to the bottom of the code and you will see the variable called "Footer Text" being used, make changes here.

    Comment


      #3
      Thanks Kevin for this advice. I have tried to do this by inserting the code in design view as a test at teh end of the html code

      <actinic:variable name="HeaderFooter" value="Footer Text" />
      </div>
      <body>
      <p>This foot is a test</p>
      </body>

      However Actinic positions this footer text in the top left hand corner of the page. I think this must be because I have designed the main look of the page in Dreamweaver and have used layers to insert the design elements where i want to see them.

      I am wondering if I should be positioning the footer in the correct place on the page by definining another layer in Dreamweaver. However the problem is that the bottom of the page can be in a different position depending upon the number of products whereas I think I can only use layers in Dreamweaver to define a specific point on the screen rather than a relative point on the page.

      Hope this makes sense, and I do really appreciate your assistance.

      Regards,Ed.

      Comment


        #4
        Your code needs to come before the </body> tag - that tag marks the end of the page content. It's a miracle [and an error] that your code is showing up anywhere.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          Okay, I'm trying to do as instructed above but instead of getting the footer text I put in via the settings/site options/general/footer text I end up with the navigation bar/text I have at the top of the page appearing at the botton as well

          Can anyone help out?

          Thank you for your time and patience
          www.ecclestonanglingcentre.co.uk

          Comment


            #6
            Why not just put the footer into the outer layer in DW.

            Comment


              #7
              I was under the impression that I could not use DW to alter layouts in V8?

              I'm after creating a new list of suppliers at the bottom of each page. I've done this with V7 by creating a new fragment and creating text links into the site.......but, I'm getting a bit cheesed off with doing this for every page (even though it's just a case of copy & pasting) plus everytime I add a new supplier I've got to go through the full site copy & pasting again
              www.ecclestonanglingcentre.co.uk

              Comment


                #8
                I was under the impression that I could not use DW to alter layouts in V8?
                OUTER Layout is different to layouts.

                You can create an outer layout in DW this will then govern the overall design

                Comment

                Working...
                X