How to Personalize Footer

February 9th, 2008

How to have a personalize footer with your name on it?

The answer: You have to make your own footer image.


If you can make a banner, you sure can make a footer youself! And yes, with your name stamped on it. I will be basing my tutorial on this theme that I made - Hannah Montana.

As you can see above is the footer image I made for that theme. How did i achieve this?

    1. Using photoshop, i opened a new document with the dimensions 770px by 254 px. The width is the same as the width of the page-body and the banner. You can have your own dimensions but what’s important is, it has to be the same width as your page body.
    2. I basically use the same background of the page-body to achieve proper blend for the entire theme. Then i open the elements like the pictures and swirls and pasted them on the my document. You can drag the elements wherever you want them to be by using the Move Tool.
    3. Using the Text Tool, I stamped my name along with www.MultiplyThemes.com on it.
    4. Then I hit File > Save for Web Devices (Alt+Ctrl+Shift+S on my Keyboard) and save the image as a JPEG file.

Once you have made this banner image. You can now upload it on your Multiply or Photobucket (whatever your image hosting site is) and then get the URL. If you upload your images in Multiply, make sure you zoom it in before you get the Image Location or URL. When it is zoomed in already, you can Right Click on your mouse, Select Properties and then copy the URL.

Now for the CSS. We will then try to put the image on our theme. This is the code i use for the footer of the Hannah Montana theme:

    div#ownedfooterc {
    background: url(”URL OF YOUR IMAGE”);
    background-color: transparent;
    width: 770px;
    border: 10px solid #86492e;
    border-top: none;
    height: 254px;
    margin-bottom: 40px;}

As you have noticed, I have added the width and height of my code to perfectly fit my image. If your image’s height is different, change the values of the width in your CSS. Once you have done it, click on Save and you’re good to go!

If you have any questions or suggestions on this tutorial, feel free to drop me a comment below.

Entry Filed under: Tutorials, simplyJACY

23 Comments Add your own

  • 1. nissi  |  March 5th, 2008 at 12:54 pm

    hi, i had this background that i made using adobe.. i want this to be the lay out of my multiply.. how can i do that? a big THANKS

    [Reply]

  • 2. simplyjacy  |  March 5th, 2008 at 3:45 pm

    so, you had this image that you want to use as background?

    usually, the background image can be put up by hosting it online and get the url. copy the url and paste it at the code below:

    body {
    background: url(”http://urlofyourimage”);
    }

    [Reply]

  • 3. esioul  |  March 12th, 2008 at 6:05 am

    …I’ve created my own footer after fooling around with the photoshop tool I used…

    when it come to the code, I get lost. I did everything you told in the directions but the image won’t show up.

    help.

    [Reply]

  • 4. simplyjacy  |  March 12th, 2008 at 12:50 pm

    what base theme are you using?
    if you’re using avlack, you may put this code if it’s not on your CSS:

    div#ownedfooter {background-color: transparent;
    height: 300px; /*<–height of your image*/
    width: 760px; /*<– width of your image*/
    border: none;
    background: url(http://urllocation) no-repeat;
    }

    [Reply]

    Phil Reply:

    If you’re using base theme MOD, what are the sizes?

    [Reply]

    simplyjacy Reply:

    for Base Theme MOD, the width is 740px; the height doesn’t matter. you can simply change the height on the CSS to match the height of the image that you made.

    [Reply]

    Farhana Reply:

    Hi,

    I am using avlack for my multiply site and I tried using this code for the footer and it didn’t exactly turn out right. It fact it only show 1/4 of the background pic. can you help (www.banzaishoots.multiply.com) It looks like it’s been cut off..

    Can I email you my codes to see where I’ve gone wrong?

    [Reply]

    simplyjacy Reply:

    you don’t need to email me the codes. i was trying to check your site on multiply but it seems that multiply is not loading for now.

    if it works on your end, look for the this code:
    div#ownedfooter {background-color: transparent;
    height: 310px;
    height: 130px;
    width: 780px;
    border: none;
    background: url(’http://farm4.static.flickr.com/3196/3058868180_54c9323ffb_o.png’) no-repeat;
    }

    delete the height and replace it with this:
    height: 200px;

    [Reply]

  • 5. tine  |  May 15th, 2008 at 11:04 am

    Hi!what’s the size of the banner if your base theme is avlack?thanks!

    [Reply]

  • 6. badz  |  June 13th, 2008 at 1:52 am

    u hAvent mEntion whEre wiLl i paSTe thE coDE

    [Reply]

  • 7. simplyjacy  |  June 14th, 2008 at 12:35 am

    paste the code in Custom CSS.
    if you already have a CSS, paste it in the bottom.

    [Reply]

  • 8. luisa  |  June 18th, 2008 at 12:52 pm

    can u do this using paint.net?

    [Reply]

  • 9. simplyjacy  |  June 18th, 2008 at 3:20 pm

    yes luisa you can!

    [Reply]

  • 10. niKa  |  July 4th, 2008 at 3:55 pm

    how do i remove the blue parts on the sides of my banner. i want to make it transparent so that the bodu background will stand out more

    [Reply]

  • 11. jenn  |  October 18th, 2008 at 12:53 am

    i cant get it.. i followed all your steps but it wont appear.. HELP!

    [Reply]

  • 12. aivy  |  October 22nd, 2008 at 3:24 am

    can somebody teach me how to customize the body? can you give me the codes for that and also the codes for the customize guestbook..please help me..

    [Reply]

  • 13. Teri  |  October 25th, 2008 at 1:48 pm

    I have a question. How do I change the heading under the groups? I have the heading saying guest book. I want to change it to groups.

    [Reply]

    simplyjacy Reply:

    just like you change it on a personal page. click on Customize My Site and click on Edit on that box that said “guestbook” and change it.

    [Reply]

  • 14. ika  |  November 12th, 2008 at 9:32 am

    hey… um… could you teach me on how to make a banner… as much as possible, can you make it a step-by-step process??? :)
    like:
    > how to start making one using photoshop
    > size of the banner to fit my page
    >how to make it long…. to fit my page, etc…
    i really have trouble making one…. thank you… and btw, i really like your advices, they are so helpful….. :)

    [Reply]

    simplyjacy Reply:

    I’ll take that into consideration. However, making a banner is similar to making a footer. The only difference is pasting it on the particular part of the CSS.

    in Avlack, the typical width of the banner is 780px. the height doesn’t matter. you can adjust the height in the code to fit the height of the image.

    [Reply]

  • 15. grace  |  November 14th, 2008 at 9:47 pm

    mas naiintindihan ko tutorials mo.

    [Reply]

  • 16. dan  |  December 12th, 2008 at 10:18 am

    Hi, i have a question how do i change the font color of my layout and how do i make borders at the sides?

    [Reply]

  • 17. dan  |  December 12th, 2008 at 10:20 am

    i using the newspaper base theme,

    [Reply]

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Calendar

January 2009
S M T W T F S
« Oct    
 123
45678910
11121314151617
18192021222324
25262728293031

Most Recent Posts