Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS FOOTER ICONS NOT SETTING LEVEL — ARRRRRR HELP PLEASE! – SOLVED!

  • This topic is empty.
Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #117686
    hendrix940
    Participant

    Chris I know I did something wrong. I pasted the above code into the .CSS file and this is what it gave me:

    #117687
    chrisburton
    Participant

    You have .copyrights as well in your CSS. Remove that whole thing.

    #117688
    hendrix940
    Participant

    okay, checking…

    #117689
    hendrix940
    Participant

    Bam! Got it! Thanks Chris for the help! We appreciate you going the extra mile man! Kevin, also thank you for the help!

    #117691
    chrisburton
    Participant

    @hendrix940 No problem. You might want to play around with the line-height a little to center the images with the text. You will need to set a height in order to do that.

    #117693
    hendrix940
    Participant

    and I would ad that by putting “line-height: ___;” on the #footer img … correct?

    #117695
    chrisburton
    Participant

    @hendrix940 I have the solution. Just give me a second to rewrite the code

    #117696
    hendrix940
    Participant

    yes sir.

    #117697
    chrisburton
    Participant

    @hendrix940

    #footer {
    display: block;
    width: 920px;
    height: 25px;
    margin: 0 auto;
    }

    #footer .copyrights {
    color: #066;
    letter-spacing: 1px;
    font: 10px/25px Georgia, “Times New Roman”, Times, serif;
    }

    #footer a {
    text-align: right;
    float: right;
    }

    #footer img {
    display: inline;
    margin-left: 10px;
    vertical-align: middle;
    text-align: right;
    }

    #117700
    hendrix940
    Participant

    You’re a master of coding @chrisburton … thank you!! worked great!

    #117702
    chrisburton
    Participant

    Glad I could solve it for you.

Viewing 11 posts - 16 through 26 (of 26 total)
  • The forum ‘CSS’ is closed to new topics and replies.