• Hey, I was ust wondering – in the theme I made for my website…my footer doesn’t show up where I would like it to. Instead, it shows up all the way over to the left of the page. Do you know how I can fix that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Well.. might help if you show a link, let us have a visual of where it is, and explain where you want it. My telepathy skill doesn’t seem to be working ??

    Thread Starter loveboxx

    (@loveboxx)

    haha..im sorry! the link is allured.nu.

    i would like it to be underneath the main content area, at the bottom of the page…

    Just above your

    footer code is the following:

    </body>
    </html>

    Then the closing body and html tags appear again further down. That can’t be right.

    As for alignment, put your footer in a div with an id, and then see https://bluerobot.com/web/css/center1.html for the CSS to use.

    I noted something on your site that you need to fix as it’ll cause problems. It’s the comments added, they have mulitple dashes and that’s not allowable.

    Comments should be like this:
    <!-- This is a comment -->
    And they can contain characters:
    <!-- ******* Comment ********** -->
    But they cannot cotain instances of multile (2 or more) hyphens except at the beginning and close of the comment:
    <!-- This is -- not -- alowable -->
    <!---------- Nor is this --------->

    Not sure it’s related to your issue, but it is something I noticed.

    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer?’ is closed to new replies.