Pagecontent tag adding footer clear div - problem

I am trying to figure out how to remove the div that the pagecontent tag adds to my website. As you can see here the dark gray box under the product is added by a div labeled footer clear. When I remove that div, the layout problem goes away. Problem is I cannot find where to remove that code inside business catalyst.   I am using a .dwt and this is how that area looks in my code inspector,       
{tag_pagecontent}
Any ideas?    Thanks

Hi duke_shibby,
I'm not sure if I 100% understand what you're saying but did you try editing the Online Shop module template - Overall Layout? I know there is a div footer clear in there by default. You can get to this layout in the back-end by going to
- Site Manager > Module Template > Online Shop > Overall Layout
Carol | BCGurus.com | http://bcgurus.com/Business-Catalyst-Templates for only $7

Similar Messages

  • Clear div problem

    Hello
    I am having a problem with a clear div problem with IE7 and the top menu - in FF this site : http://frenzycardgames.com/ looks fine - the menu in IE is gone not too mention the two lines on either side of the the sidebars - if I take teh clear div out the menu goes way up in the upper right coner bu tis fine in IE - but the clear div back .. and the menu is gone in IE but fine in FF
    uuuggggg
    thanks
    R

    Start by fixing the code validation errors.  The likely culprit is an imbalance in <div> and </div> tags. Once you fix that problem, the clearing division should work as expected in all browsers.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ffrenzycardgames.com%2F
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Report in HTML web service... unnecessarity tags added

    My requirement is to generate a report in html format in sap and get it through a  web service.
    I need to invoke a sap web service which executes a report function and returns the report in HTML format.
    I am using an RFC BAPI which uses WWW_HTML_FROM_LISTOBJECT function to convert report to html.
    The problem is when the RFC is returning xml data with the html extra data is also being sent which are not of UTF8 charset format but windows-1252 charset.
    So I am unable to parse that xml.
    The extra tags added are <LIST_PAGES>...</LIST_PAGES>, <HYPER_TAGS>...</HYPER_TAGS>, <XFORMAT_DESCRIPTION>...</XFORMAT_DESCRIPTION>. I think these are being added by WWW_HTML_FROM_LISTOBJECT function.
    I don't want these tags to be sent... how can I solve it.
    I hope the question is clear... Please try to help me.
    Thank you.

    I managed to test the web service working from another APEX environment.
    Then I created Form and Report on Web Service page but when I tried to Submit the page to get the report filled with web service, it gave me this error:
    ORA-19025: EXTRACTVALUE returns value of only one node

  • Overlapping div problem

    I added a small div with a border just above the footer of a perfectly functioning page, and the border wants to surround practically the whole page. What happened?
    http://www.aptcoweb.com/dev/vip/index2.htm
    Here's what it was: http://www.aptcoweb.com/dev/vip/index.htm

    That's what happens you neglect to clear your floats from above.
    #join {
        clear: both;
    Nancy O.

  • Template/div problem

    Hello,
    I'm new to this forum and also to dreamweaver templates.
    Thanks in advance for any comments.
    Here's my situation: I've established a main.dwt template for
    the site banner, navigation, and footer, and other templates for
    each of several content areas. These content templates are based on
    the main template. The main template has a few editable regions,
    but only the "Section Template" region seems to be problematic.
    Into the "Section Template" region of the (nested) content
    templates, I've inserted html code consisting of a "links" div,
    followed by another editable region "Page Content." Then, in the
    html files based on these content templates, I insert html into the
    "Page Content" region, including two opening divs. The divs close
    outside the editable region (in the main template). This seems to
    be the problem. Dreamweaver highlights the "Page Content" region
    opening and closing tags in yellow, indicating that it is
    uneditable. Is there something about div tags needing to close
    within an editable region that I'm unaware of? Unfortunately, I
    need the footer div to be wrapped in the content div for layout
    purposes.
    The basic structure of the editable regions on the html file
    is shown.
    Many thanks for any input.
    confused;

    This is improperly nested HTML -
    <!-- InstanceBeginEditable name="Page content" -->
    <div id="content"><div id="text"> page text goes
    here
    <!-- InstanceEndEditable -->
    </div> (end of text div)
    The <!-- InstanceEndEditable --> comment would have to
    come AFTER the
    closing tag for the content div.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "emeraldcloud" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > I'm new to this forum and also to dreamweaver templates.
    Thanks in advance
    > for
    > any comments.
    >
    > Here's my situation: I've established a main.dwt
    template for the site
    > banner,
    > navigation, and footer, and other templates for each of
    several content
    > areas.
    > These content templates are based on the main template.
    The main template
    > has a
    > few editable regions, but only the "Section Template"
    region seems to be
    > problematic.
    >
    > Into the "Section Template" region of the (nested)
    content templates, I've
    > inserted html code consisting of a "links" div, followed
    by another
    > editable
    > region "Page Content." Then, in the html files based on
    these content
    > templates, I insert html into the "Page Content" region,
    including two
    > opening
    > divs. The divs close outside the editable region (in the
    main template).
    > This
    > seems to be the problem. Dreamweaver highlights the
    "Page Content" region
    > opening and closing tags in yellow, indicating that it
    is uneditable. Is
    > there
    > something about div tags needing to close within an
    editable region that
    > I'm
    > unaware of? Unfortunately, I need the footer div to be
    wrapped in the
    > content
    > div for layout purposes.
    >
    > The basic structure of the editable regions on the html
    file is shown.
    >
    > Many thanks for any input.
    > confused;
    >
    > <!-- InstanceBeginEditable name="Page content" -->
    > <div id="content"><div id="text"> page text
    goes here
    > <!-- InstanceEndEditable -->
    > </div> (end of text div)
    > <div id="footer"> footer goes here
    > </div> (end of footer div)
    > </div> (end of content div)
    >

  • None editable Div tag within a editable Div tag template

    I am using a template i created to build a website and the only editable Div is the 'Content'. Using this template i have created a 2nd template for a portfolio page. On my 2nd template i have a Div tag within the 'Content' Div tag with list of all the jobs i have  done with hyperlinked to photos. I want this list to be only editable on  the template so when i update the 2nd template rest of the files related to  this template get updated.
    Is it possible to have a none editable Div tag within an editable Div tag?
    I hope i have explained this well. Many thanks for your help

    Thank you for your respond.
    I have a main template with just the 'Content' Div Tag editable. Using this template i created anyother template for my portfolio page. Inside the editable Div Tag i have another Div Tag with 2 sets of tables for my portfolio lists. I want this Div tag to be only editable through the 2nd template only as i will have portfolio lists of over 30 pages/links.
    I selected the Div Tag with the 2 set of tables and selected 'Add Object to Library'. First message was that the CSS coding will not be copied but errors messages as follows;
    'While executing canInspectSelectio in phatfusion slideShow_FAB75CA2.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Ken Burns Slideshow.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Shadowbox3b Gallery_2528933A.htm, a JavaScript error occurred.'
    Everytime i click inside the Div Tag, i keep getting these messages.
    I went to the library and amended the list but only the 2nd template changed, not the related pages linked to the 2nd template.
    Is there a place where i can upload my page in this website so you can see it?
    Please see below the coding for the 2nd template for my portfolio pages;
    <!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"><!-- InstanceBegin template="/Templates/main_templateV4.dwt" codeOutsideHTMLIsLocked="false" -->
    <!-- saved from url=(0014)about:internet -->
    <!-- this and above comment should be removed for live, non-demo use -->
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <META NAME="robots" CONTENT="index, follow">
        <meta name="google-site-verification" content="a_way2ZMkNZuMTtOveF3o1bvtWsVMBQujbA5jw9i0Q0" />
        <META name="y_key" content="d38873598f3b3934" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>???s</title>
    <!-- InstanceEndEditable -->
    <link href="../_css/main.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
        <link href="../Galleria/galleria.css" rel="stylesheet" type="text/css" media="screen">
        <script type="text/javascript" src="../Galleria/jquery.min.js"></script>
        <script type="text/javascript" src="../Galleria/jquery.galleria-0.9.js"></script>
        <script type="text/javascript">
        $(document).ready(function(){ $('ul.gallery_demo2').galleria({nextText:'Next portfolio item'}); }) // activates the gallery
        </script>
        <style media="screen,projection" type="text/css">   
        p,.caption{
        font-size: 10px;
        color:#006;
        .demo2{
        position:relative;
        clear:both;
        background:black;
        width: 600px;
        .gallery_demo2{
        width: 600px;
        .gallery_demo2 li{
        width:68px;
        height:50px;
        border:thin solid #000;
        background:#111;
        padding-left: 5px;
        overflow: hidden;
        .gallery_demo2 li.active{
        border-color:#623;
        .gallery_demo2 li div{
        top:60px;
        left:0;
        border:3px solid #111;
        background:#111;
        .gallery_demo2 li img.thumb{
        opacity:.3;
        padding-left: 3px;
        .gallery_demo2 li.active img.thumb,.gallery_demo2 li:hover img.thumb{
        opacity:.99;
        </style>
        <!--[if lt IE 8]>
        <style media="screen,projection" type="text/css">
            .gallery_demo2 li img.thumb { filter: alpha(opacity=30) !important; }
            .gallery_demo2 li.active img.thumb, .gallery_demo2 li:hover img.thumb, .gallery_demo2 li img.hover { filter: alpha(opacity=100) !important; }
        </style>
        <![endif]-->  
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
        background-color: #FFF;
        background-image: url(../_images/background.jpg);
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div class="header2">
          <h4><strong>ARCHITECTURAL &amp; STRUCTURAL ENGINEERING SERVICES<br />
            PROJECT MANAGEMENT &amp; CONSTRUCTIONS</strong></h4>
        </div>
      <!-- end .header --></div>
      <div class="linkBar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html">ABOUT US</a></li>
          <li><a href="service.html" class="MenuBarItemSubmenu">SERVICES</a>
            <ul>
    <li><a href="service.html">Overview</a></li>
    <li><a href="planning.html">Planning Permission</a></li>
    <li><a href="building.html">Building Regulations</a></li>
    <li><a href="partywall.html">Party Wall Act</a></li>
              <li><a href="schedule.html">Schedule of Work</a></li>
              <li><a href="project.html">Project Management</a></li>
              <li><a href="structural.html">Structural Surveys</a></li>
            </ul>
          </li>
          <li><a href="portfolio.html">PORTFOLIO</a></li>
          <li><a href="contact.html">CONTACT US</a></li>
        </ul>
      <!-- end .linkBar --></div>
      <!-- InstanceBeginEditable name="mainContent" -->
      <div class="content">
        <h3>PORTFOLIO- website under construction</h3><!-- #BeginLibraryItem "/Library/Untitled.lbi" --><div class="portfolioText">
          <h2 class="textSubHeading">Commercial</h2>
          <div class="portfolioCommercial">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">AA Partner Ltd</td>
                <td width="181" height="20">Railing London Ltd</td>
              </tr>
              <tr>
                <td height="20">Pemon Ltd</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20">lhjffkhgkhg</td>
              </tr>
            </table>
    </div>
          <h2 class="textSubHeading"><br />
          </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading">Residential</h2>
          <div class="portfolioResidential">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">Batchworth Lane, <span dir="ltr">Northwood</span></td>
                <td width="181" height="20">Derrylands, Harrow</td>
              </tr>
              <tr>
                <td height="20">Pine Walk, Surrey</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20">teytdytyt</td>
                <td height="20"> </td>
              </tr>
            </table>
    </div>
        </div><!-- #EndLibraryItem --><div class="portfolioSlideshow">
          <p>Project Title Goes Here:</p>
          <div class="demo">
    </div>
    <div class="demo2">
    <ul class="gallery_demo2">
        <li class="active"><img src="../_images/portfolio/planning.jpg" alt="Planning sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/building.jpg" alt="Building Reg sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/structural.jpg" alt="Structural sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/fabrication.jpg" alt="Fabrication sample drawing" width="600" height="400"></li>
    </ul>
    </div>
        </div>
      <!-- end .content --></div>
      <!-- InstanceEndEditable -->
      <div class="footer">
      <table width="1025" border="0">
      <tr>
        <td width="500"><h6>??? </h6></td>
        <td width="10"> </td>
        <td width="500" align="right"><h6>???</h6></td>
      </tr>
    </table>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • New Div Problem

    Hey again. This time, I've encountered an issue where I have
    placed four divs into a main div container. The four inner divs are
    all behaving well and responding to my margin call-outs, and
    offetting from each other, or the top, as they should. However, I
    added a fifth div container (Main Content 5, highlighted in lime
    green) and it will not offset from the bottom of the "Graphic 3"
    container, even though I specified a 10px top margin. In DW design
    view I can see the 10px top margin overlapping the Graphic 3 div. I
    tried several fixes, but as I'm still learning, it is apparent I'm
    not hitting upon the correct solution. Here is the file online:
    http://www.vairhead.net/csstest/csstest.html
    And as long as I'm asking, perhaps someone knows why DW won't
    let me click in certain places when I want to add a div tag. Here's
    a graphic explaining that issue:
    http://www.vairhead.net/csstest/images/screenshot.gif
    Thanks once again-
    Mark

    Depending on the way that particular page element is located
    on the page,
    there may be no sensible pace to the "right".
    You are thinking about your layout with a Design view
    mentality. That's
    holding you back....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mark Buchler" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    >
    > Click on the div image - use right cursor key on
    keyboard
    > That will move cursor in the code to the right of the
    image - but
    > inside the existing div.
    >
    > Is that what you mean ?
    > --
    >
    > ~Malcolm~*...
    > ~*
    >
    >
    > Ideally what I wanted to do was this. Let's say I wanted
    to add a new div
    > container just to the right of the lime green container
    (main content 5).
    > Because DW's "Insert Div Tag" tool is available for use
    in "design" view,
    > I
    > might assume that all I had to do was to (1) click (to
    place) my cursor
    > just to
    > the right (and outside) of the lime green box, (2) click
    the Insert Div
    > Tag
    > toolbar icon, then (3) set my parameters for my new div
    in the popup pane
    > that
    > follows. But I can't seem to perform this operation.
    Whenever I try to
    > click
    > the cursor to the right of any of my existing divs, the
    cursor jumps to
    > another
    > seemingly random location in the layout. Now the reason
    I thought I could
    > do
    > things this way in the first place is because the
    "Insert Div Tag" popoup
    > pane
    > has a field INSERT->AT INSERTION POINT (a pulldown
    option). Following the
    > logic
    > of this, I assumed that I could choose my specific
    insertion point with
    > the
    > cursor, even if it meant clicking to the right of an
    existing div
    > container.
    > About the only time the cursor will click in and stay
    where I want it is
    > if I'm
    > clicking into a block of text.
    >
    > Flow of logic: I want a new div container to the right
    of the existing
    > green
    > one. --> Click to the right of the green container to
    set the insertion
    > point
    > of the new container.--> Set parameters in popup
    pane, then click OK.-->
    > New
    > div container appears to the right of the green one.
    >
    > But I guess this was not the plan of the DW software
    programmers, as it
    > doesn't seem to work this way!
    >
    > Thanks again-
    >
    >
    >

  • I just ran the most current Firefox update and now the program won't open. I keep getting an error for the XUL Runner that says "Platform version 6.0.2 is not compatible with minversion =6.0.1 maxversion 6.0.1. Restarting didn't clear this problem.

    I also did a System Restore and that didn't clear the problem, either.

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    Do a clean reinstall and delete the Firefox program folder.
    * http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/869812]]
    *[[/questions/869951]]

  • I updated to ios 5.1.1 and added icloud services. the problem is now whenever i connect my iphone to my PC, itunes does not recognize my phone. i need it to but it just does not connect..

    i updated to ios 5.1.1 and added icloud services. the problem is now whenever i connect my iphone to my PC, itunes does not recognize my phone. i need it to but it just does not connect..

    Try the standard fixes to rule out a software problem:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.
    If you still have the problem that points to a hardware problem. Yu can make an appointment at the the Genius Bar of an Apple store or try:
    fix for Home button

  • Adding product cleared the topic and title !!!!

    adding product cleared the topic and title !!!!
    not good i had a big paragraph.

    anyone have any idea about this, it's very frustrating

  • Update to windows 7, reintalling Ps. Will Adobe Bridge save the tags added to a photo automatically?

    I'm updating to windows 7 (xp before.) So I have to reinstall all programs. Will the tags (added with Adobe Bridge) be saved automatically with the photo's? Or do I have to export them somehow? Anyone?

    If you added tags in Bridge it added them to the image so they will transfer with image.  If they show in Bridge as in italatics it means they are not persistant.  Right click on keywork and choose make persistant.

  • Adding a new DIV file to my website in order to add instafeed.min.js

    Hi all,
    I am in the midst of a major upgrade/facelift to our website at http://mauiandsonsretail.com
    I added quite a few new things but only modifying the previous .css, div and html code.
    I was wondering, how can I add/create a new div to contain my instafeed on the top right corner, right under to the image of the shark fin of my site. (image below) with out disrupting other DIV. I know i am really new at and am hopeful that i will continue to learn thanks to all of your help!
    dario
    here is my code that did produce our instagram feed but i had trouble controlling the vertical layout of it. It just produced a stream of images going downward pushing anything too far down.
    <script type="text/javascript" src="js/instafeed.min.js"></script>
    <script type="text/javascript">
        var feed = new Instafeed({
            get: 'user',
            userId: ########,
      limit: "6",
      links: "true",
      resolution: 'low_resolution',
      accessToken: '########.###ede5.49cf######a224221ab4fffe####c65e6'
        feed.run();
    </script>

    Murray thank you so much! MurraySummers
    that's exactly what i needed, i went ahead and added the new div you provided and made some adjustments and its working!
    looks awesome, thank you so much Murray. Again super grateful!
    Dario
    www.mauiandsonsretail.com

  • I have the latest version but I am continually told that Firefox is running but not responding and that I need to close Firefox or restart my computer to clear the problem. Why is this happening?

    I have the latest version but I am continually told that Firefox is running but not responding and that I need to close Firefox or restart my computer to clear the problem. Why is this happening?

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs
    See also:
    * http://kb.mozillazine.org/Profile_in_use
    * https://support.mozilla.com/kb/Firefox+is+already+running+but+is+not+responding

  • When I watch a streaming HD video the picture is jittery. Could adding RAM solve the problem?

    When I watch a streaming HD video the picture is jittery. Could adding RAM solve the problem?

    hello ozltem, i think this is related to this bug in adobe's flash plugin: https://bugbase.adobe.com/index.cfm?event=bug&id=3223393 (apparently they are aware of the issue & can replicate it, but they are not fixing it because it doesn't have a high priority).
    as a workarounf you could try if [https://support.mozilla.org/en-US/kb/flash-113-crashes#w_solution-2-downgrade-to-flash-10-3 downgrading to flash 10.3] (which is still supported) or [http://forums.adobe.com/thread/1018071#TemporaryWorkaround disabling protected mode].

  • Footer not clearing DIV correctly in I.E7

    Hi
    I am having an issue with my footer DIV- set to clear both in the CSS. Not clearing the main DIV but only in IE7.
    The main DIV doesn't have a height specified in the CSS , as I want it to expand with the content.
    Any ideas?
    feel free to look at the page , please note background image-not my idea!
    http://www.sopasbeauty.co.uk/nails.html
    many thanks

    Um checking the code in IE7, it seems that the footer is displaying properly because your #container is set to height: 700px. But your content is longer then 700px and there fore breaking in IE7.
    I would remove the height on the container, and then add a clear/seperator outside the container.
    <body>
    <div id="container">
      <div id="header"></div>
      <div id="leftnav">
        <ul>
        </ul>
          </div>
      <div id="main">
        <div id="mainimage"></div>
      </div>
      <div id="rightcol"> 
        <div id="rightcolhead"> 
          <h2>Special offers </h2> 
        </div> 
        <div id="rightcoltext"> 
        </div> 
      </div> 
    </div>
    <div style="clear: both"></div>
    <div id="footer"><a href="contactus.html">Contact us</a> | <a href="sitemap.html">site map</a> | <a href="http://www.epproductions.co.uk/" target="_blank">webdesign</a> | <a href="links.html">links</a></div>
    </body>
    </html>

Maybe you are looking for