Working on site, but need help with some code!

Discussion in 'HTML & Website Design' started by Klaas Koopman, Feb 9, 2006.

  1. #1
    Hi all,

    I'm currently working on koopmanmedia .com / testing ( remove the spacing )

    I've been helped by some other people but they couldn't help me much further so...

    - How do I get the logo and the footer ( both at the bottom of the page ) to be fixed on the bottom?
    - I tried a php include for the menu on the left side, but somehow the buttons aren't showing up, how can I fix this problem?

    Thanks all in advance!
     
    Klaas Koopman, Feb 9, 2006 IP
  2. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Am I correct in think that you want the logo from the top of the screen to be placed in the footer?

    Or

    The the logo on the left of the screen to be placed in the footer in the same column?.

    As for the menu on the left I don't see one (is there 4/5 links in the menu with an image for the background?)

    If I think it is 4/5 links with and image for the background you need to supply the correct URL for the images and anchor URL

    What you have is below:

    file:///C|/Documents%20and%20Settings/Klaas%20Koopman/Bureaublad/Web%20Design/Website%20Projecten/Koopman%20Media/Backend/09-02-2006/images/menu1.gif
     
    Blame Me, Feb 9, 2006 IP
    Klaas Koopman likes this.
  3. Klaas Koopman

    Klaas Koopman Well-Known Member

    Messages:
    895
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Thanks I got the menu there now!

    Now:
    - How do I get them to be aligned at the top left corner?
    - How do I get the logo in the bottom left at the bottom?
    - How do I get the footer at the bottom?
     
    Klaas Koopman, Feb 9, 2006 IP
  4. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Find this bit of code in the file (its above the 5 images for your menu) and add the bit in bold.

    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="201" valign="top" bgcolor="#E4E4E4">

    I'll work on the other two but I have to go out for a few hours. I should get back to you asap.

    Its been along time since I used tables in page layouts. You might want to think about moving on to css for this.
     
    Blame Me, Feb 9, 2006 IP
  5. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Right I think I got it:

    Add this css style to the top of your page under the body style

    td.menubg{
    background-image: url(address of the image/3_13.gif);
    background-attachment: scroll;
    background-color:#e4e4e4;
    background-repeat: no-repeat;
    background-position: bottom;
    }
    And add this to the code (bit in bold) I told you to change before:

    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td class="menubg" width="201" valign="top" bgcolor="#E4E4E4">
     
    Blame Me, Feb 9, 2006 IP
  6. Klaas Koopman

    Klaas Koopman Well-Known Member

    Messages:
    895
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #6
    hey thanks a lot! The menu is on the right spot now, but the footer is not and the logo under the menu should be at the bottom aswell!
     
    Klaas Koopman, Feb 10, 2006 IP
  7. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Tell me is this the way you want it?
    http://www.dkinweb.com/testing_site/test3_css.htm

    It works on Mac IE, Firefox, Opera and Safari.

    Its mostly css and div tags but I had to use a table to get some part correct, but it is a little bit cleaner than the code you have used.

    Let me know if you see any problems with IE for the PC.
     
    Blame Me, Feb 10, 2006 IP
  8. Klaas Koopman

    Klaas Koopman Well-Known Member

    Messages:
    895
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #8
    looking good! but few things I'd like different oh and another thing I gotta learn how to do this myself, so send you a pm!
     
    Klaas Koopman, Feb 10, 2006 IP