Your Page and CSS Code

March 15th, 2008

Okay, you want to tweak your Multiply Page. But you know less about CSS Codes. This is a brief layout or like an Anatomy of your Page with its corresponding CSS strings.

We have named the parts of your Multiply Page and it’s corresponding code in CSS. Some parts may not be named due to the available of space. If you have questions, just leave us a comment.

Click on The Image to Zoom it!
pageandcss thumb Your Page and CSS Code

Entry Filed under: simplyJACY,Tutorials

150 Comments Add your own

  • 1. kath  |  March 15th, 2008 at 5:39 am

    a big hELp foR mEh.. xuPer tHeinX fER diS…

  • 2. admin  |  March 15th, 2008 at 9:02 am

    hello kath!

    we have updated this post. and it should be fine now.

    if you have problems with your CSS, just leave us a note here.

  • 3. i need help.  |  March 17th, 2008 at 6:58 am

    please help me….i want to make my own background…as in…making my own..like making my background full of pink stuff and maybe my name..blah blah blah…please help me.tnx

  • 4. admin  |  March 17th, 2008 at 7:06 am

    to make your own background, you have to make your own image first with the stuff that you need. you can do so by using image-editing software like Photoshop, Paintshop and others.

    once you have an image already, you can set it as your background by hosting it online and putting the URL address on your CSS at the part that says:

    body {
    background: url(“urlofimage”);
    }

  • 5. nomar  |  March 31st, 2008 at 3:13 am

    hmmm just wanna ask.. how do i change font color of my multiply? cuz i have a black background.. and some texts are not visible :(

    this would really be a big help thank you

  • 6. simplyjacy  |  March 31st, 2008 at 7:01 pm

    depends on which fonts are you trying to change.

    basically, you can add them at the .itembox tag.
    the code should be:
    font-color: #fff

    let me know which font colors are you trying to change so i can tell you which part of the CSS you should add the font string.

  • 7. pauline  |  April 5th, 2008 at 3:08 am

    do i have to type the codes in a partucular order?

  • 8. simplyjacy  |  April 5th, 2008 at 5:11 am

    not necessarily.
    you may just copy the codes of the Base Themes.
    then make the necessary changes you want.
    start from there coz it’s easier than writing all those codes yourself.

  • 9. marieislikedyingforheelp  |  April 8th, 2008 at 10:09 pm

    Can you put the whole CSS CODE with the parts that i need to put??gett??Thaanks :D

  • 10. dia  |  April 14th, 2008 at 6:13 am

    hi,

    i already have a QT background but the problem is i wanted white background of multiply to be stripes as well…you can check out my multiply site to see what i mean. if you can tell me wherein i can edit the css codes and change it. super thanks!

  • 11. zalvaje36  |  April 14th, 2008 at 9:50 pm

    i can’t find the div reply bodread in my css code. =C

  • 12. Nyleve  |  April 15th, 2008 at 2:43 am

    Hi! hope you can assist me in making my own theme for my multiply. Many thanks

  • 13. simplyjacy  |  April 15th, 2008 at 4:55 pm

    If you are still new to cuztomizing your page. You can start by simply tweaking or changing the CSS of that particular Base theme that you are using. The common and simple base themes that are popularly used are Avlack, Shadowbox and Sandskrit. To get their codes, we have it here in another tutorial: Base Themes and Their Codes

    Then make this tutorial as your guide to know which part of the CSS to change depending on your need. If the CSS does not contain the code above, you can simply add the code at the very bottom.

  • 14. ajheaven17  |  April 19th, 2008 at 4:02 am

    help me please! i have my theme but there’s this blue tingy on the theme.. and i don’t where it came from

  • 15. ajheaven17  |  April 19th, 2008 at 4:05 am

    open my profile and check it out.. i totally ruins my profile

  • 16. ajheaven17  |  April 19th, 2008 at 4:14 am

    wow it’s oki now.. i did it! i fixed my problem =)

  • 17. simplyjacy  |  April 19th, 2008 at 3:36 pm

    sorry if i was too late to help.
    i’m glad that you fixed the problem yourself.
    if there are any more help needed, just let us know.

  • 18. pebbles  |  April 21st, 2008 at 9:07 am

    wow, thanks for this!! :) i’ve been trying to make my own theme with CSS. Unfortunately, i have NO idea how to make one. I have no idea on how to deal with CSS, but i know HTML. Guess i need to learn on my own, hahaha! :) but this is great help, thankss!! :)

  • 19. simplyjacy  |  April 23rd, 2008 at 4:47 am

    hey sweetie!

    it won’t be long until you will have your 1st theme. hopefully this post will give you a good start.
    if you have questions, don’t hesitate to leave them here.

    i’ll try to reply as soon as i can.

  • 20. Nickrbine  |  April 24th, 2008 at 7:33 am

    how do i change the arrows on the right bar of avlack theme… and the ads… the color of the ads or if better the removal of those google ads

    i tried changing all the colors i see om the avlack base theme but to no avail

    and how do i change the icons…

  • 21. Nickrbine  |  April 24th, 2008 at 7:37 am

    please help me. please. please.. please.

  • 22. Nickrbine  |  April 24th, 2008 at 8:05 am

    ohh i solved the arrow problem… just the ads.. and icon left :/

  • 23. simplyjacy  |  April 24th, 2008 at 5:41 pm

    i saw your site and it looks good so far…
    i’m glad you figured it out yourself.

    regarding the google ads, it is against the rules of Multiply to make those ads invisible, discreet or whatsoever. it is for the reason that these ads make the service free. so, just leave it at that. we don’t want to put you into trouble just because of that.

    as for the arrow images, you can insert this code (usually at the end) and put the url of your image at the bold text

    .railbody ul li {
    list-style-image: url(http://urlofimage);
    }

    .railbody ul li:hover { list-style-image: url(http://urlofimage);
    }

    the first line of code is the customization of the default icon.
    the second line is the customization of the icon upon hover or when your mouse touches it.

  • 24. jaims  |  May 2nd, 2008 at 1:18 pm

    uhm, may i know what’s the right size of an image as a background for avlack?

  • 25. tine  |  May 4th, 2008 at 9:23 am

    what’s the size of the banner if my theme is avlack?in adobe photoshop to be exact.thank you very much.this site’s very nice. :]

  • 26. zinniegeorgie  |  May 16th, 2008 at 4:21 am

    hi! I wanted to make the text entries of my welcome message centered.. but i dnt know how.. can you please help me.. thanx!

  • 27. marie  |  May 19th, 2008 at 2:50 am

    zinniegeorgie:
    uhm, easy as pie!
    TEXTHERE

    `kayy? if that`s what you mean :D

  • 28. akbar  |  May 20th, 2008 at 1:58 am

    can i some of CSS that it make for change my font at banner and in my site also

  • 29. kevin  |  May 21st, 2008 at 3:43 am

    why is that, when i pasted the code of the theme in my CCS, it always says “invalid or unexpected property ‘ ) repeat-y top left’ in style ‘table.globalnav’” (in red label),,,,how can i successfully post the code of thr theme i want???..plzz.answer,,,thanx a lot

  • 30. Teza  |  May 23rd, 2008 at 11:45 pm

    Hi, i am trying to use the baby boy theme for my site but when i uploaded my personalized banner..it was too small. i am not sure where i’m doing it wrong. can you help me fix it? thanks!

  • 31. chy  |  May 29th, 2008 at 5:56 am

    how do you change the color of the links in the railbody? :D

  • 32. Claudia  |  May 30th, 2008 at 2:48 pm

    I customizei my page using one of the examples posted here, but there are some errors occurring. I wonder how can I change the borders on my page of photos.

    Someone can help me?

  • 33. whisper  |  June 2nd, 2008 at 10:53 am

    I am having trouble getting the zoom to work on the above jpeg.When I click on the image to get it to zoom it opens another page with even smaller images..
    Could anyone help me with this?

    This is all harder than I thought it would be.

  • 34. simplyjacy  |  June 5th, 2008 at 10:24 am

    hello whisper!
    when that new webbrowser open and shows you a smaller image, simply click on that image in the new window again and you will see the full image.
    web browsers do that for ease of viewing images.

  • 35. anna  |  June 5th, 2008 at 6:37 pm

    hi! can you help me? im really interested in making my own theme. but the thing is i really as in zilch, nada , clue on how to start or where. can you provide me with a skeleton or a step by step guide? i hope its not too much to ask. thanks.

  • 36. simplyjacy  |  June 5th, 2008 at 7:52 pm

    hello Anna! We have just made a new Tutorial that will address your request. You can find it here:
    Step-by-Step Guide on Making Your Own Theme

    thanks for leaving a comment!

  • 37. angel  |  June 14th, 2008 at 7:24 am

    where can i find the exact code for colors?hehe..

  • 38. simplyjacy  |  June 14th, 2008 at 7:12 pm

    refer to this Tutorial to find the correct Hex Codes for the colors:

    Hex Color and HTML Codes

  • 39. brair7rose  |  June 22nd, 2008 at 10:46 pm

    I’ve noticed that you didn’t name the WHITE background beneath the item boxes… i was wondering how i could set it to transparent so my own backgroud could be seen…

    thanks

  • 40. Claire  |  June 23rd, 2008 at 6:23 am

    Hi! Please help me on this small problem of mine. Something went wrong with my CSS, and now the image at my rail – the one on top of my headshot – is hidden behind my headshot! I only saw it now because only its top part is visible :( Please help me get it back to its original position! Thank you!

  • 41. faye.  |  June 29th, 2008 at 5:10 am

    hey. just wanna ask. uhm.
    what part of the code will i customize if i want to change the backround? (not the body background but the background in the box.)

    hope you understand.
    ANSWER IMMEDIATELY PLEASE!

    thanks. :)

  • 42. simplyjacy  |  July 8th, 2008 at 7:18 pm

    put it in the .itembox {background: url();}

  • 43. da  |  July 11th, 2008 at 12:21 pm

    thanks for this!!! ;D

  • 44. eve  |  July 16th, 2008 at 1:15 am

    i really really needed help for the layout am currently using.. Is it possible that i could take off the shadow on the pictures ? its like smoke all over the pictures. i wanted to be clear. pls help me how to edit the codes.

    Thank you so much!

  • 45. lalala  |  July 19th, 2008 at 12:12 pm

    what’s the code for putting a border around the “body”?

  • 46. tourist309  |  July 31st, 2008 at 11:24 am

    Hey! Why is the menu bar (where the home blog photo etc. is located) at the back of the body?

    And what is the exact size of the body?

    Please Help!

    THANKS!! ^_^

  • 47. simplyjacy  |  August 4th, 2008 at 3:14 pm

    it would be best if you can show me in pictures what you guys meant.

    as for the exact size of the body, there is actually no exact size because it automatically adjusts to its content.

  • 48. rowena  |  August 10th, 2008 at 11:16 pm

    hi! help please..
    i want to change my font text color in my blog, video, photos but cant hardly find where to edit it.:D

    i got my boxes colore green and the text blended on it that it cant hardly see.. this is my site http://www.rowenaajero.multiply.com.

    thanks!

  • 49. rowena  |  August 10th, 2008 at 11:33 pm

    oh i get it now!
    thanks to you.
    i learned it also in your made layout themes.:)

  • 50. rowena  |  August 10th, 2008 at 11:43 pm

    waahhh!
    not yet!
    hehe

  • 51. simplyjacy  |  August 11th, 2008 at 10:45 pm

    hello Rowena! i’m very impressed with your work. good job! as for your concern, the answer is just on the image.

    look for this code on your CSS: .itembox
    inside that string, look for the element:
    color: #666;
    change the #666 to your desired color hex like #fff for white.
    that should solve it!

    i hope that you will be a theme contributor in http://www.Multiplytweaks.com in the future! we will be looking forward to that.

  • 52. rowena  |  August 12th, 2008 at 1:00 am

    hi simplyjacy!
    oh my golly!
    am so new and starting in learning codes…
    thank you so much!!

    and thank you also that you appreciate my work. ehehe. am only trying here. hehe. anyways, it will be nice if someday i could see mine in your gallery. everything there were so good!:)

    thanks again!
    this site is such a big help!
    more power to you guys!

  • 53. simplyjacy  |  August 12th, 2008 at 10:05 am

    hello Rowena!

    i’m very much impressed with your work. right now, we are looking for web developers to make some upgrades to our site so that new designers like you can easily upload their themes.

    it would be great to see your themes here. you will be a good asset. take care and hope to see you here more often.

  • 54. cierra  |  August 20th, 2008 at 7:49 am

    how do you do in the text area??

  • 55. Mr. D  |  August 20th, 2008 at 11:32 am

    how do I change the position of images?
    or simply how do I move the icons, boxes, etc. using the CSS code?

  • 56. simplyjacy  |  August 20th, 2008 at 2:02 pm

    hi cierra!

    what are you planning to do with the textarea? if you want to change the background just add this:

    textarea {
    background: url(“urlofimage”);}

  • 57. simplyjacy  |  August 20th, 2008 at 3:08 pm

    Mr. D,

    what particular images, icon and boxes are you referring to?

  • 58. xepher YFC  |  August 22nd, 2008 at 11:16 am

    excuse me, i can’t see my
    a.toptsel, a:visited.toptsel and a.topt, a:visited.topt

    help

  • 59. ramedogfx  |  August 23rd, 2008 at 11:29 am

    Wow simplyjacy you’re not that simple, you name should goes = Superjacy!:) Thank you SO MUCH! for the big help. Ill fix it soon as im done redesigning my page. Thank you So much. A big thumps up for you :)

  • 60. simplyjacy  |  August 24th, 2008 at 10:25 pm

    That’s really flattering Ramedogfx! I’m glad to be of help. Just remember that if you do need assistance, you can find me and your answers here in the site.

    Thanks!

  • 61. cho  |  August 25th, 2008 at 10:43 am

    Hi simplyjacy,

    i’d like to ask how do I change the color of the links of the names in the comments box of my albums. My contacts’ names are in white and the background is light grey so its not readable at all.

    Would appreciate your help on this one.
    Thanks!

  • 62. simplyjacy  |  August 25th, 2008 at 12:08 pm

    hello cho!

    sorry for the delay of my reply. i must admit i got lost in there too and i have to refresh myself and see if i got things right.

    look for this string in your CSS. if you don’t have it, you can simply add it:

    /*Name inside the comment box*/
    div.replyboxstamp a {
    color: #000000;
    }
    div.replyboxstamp a:hover {
    color: #000000;
    }

    the color on that string is black. you might want to change it depending on your preference.

  • 63. cho  |  August 27th, 2008 at 2:18 pm

    thank you jacy! that really helped! now i can read the names of my friends against the grey background.

    unfortunately though, the same thing happened with the names of my contacts who wrote comments in some of my albums…got any tips?

    thanks again and i hope im not giving you too much trouble.

  • 64. simplyjacy  |  August 27th, 2008 at 2:31 pm

    that code i gave you controls the comment CSS. regardless it will be in the albums or guestbook, so long as it is a comment user link, then it is how it will appear.

    what do you intend to do?

  • 65. cho  |  August 28th, 2008 at 7:36 am

    i think i was just too impatient. last night it wasn’t like that. i think its just my computer or something. i just checked it now, and its okay. i can read the names now since they’re in black.

    thanks!

  • 66. simplyjacy  |  August 28th, 2008 at 1:45 pm

    you know where to ask for help in case you need them. just visit us more often.

  • 67. claiRe  |  August 29th, 2008 at 8:09 am

    hey. THANKS FOR THIS!!!
    very helpful! :)

  • 68. rea  |  September 13th, 2008 at 2:07 am

    hi, i just want to know what the code is for the white background of the theme in the image and how to customize the “submit” and “preview” buttons. thanks

  • 69. ramedogfx  |  September 14th, 2008 at 10:28 am

    hi Jacy and the rest of you, I just wanna ask whats the color for the Welcome area. What is the css code coz mine is text = black on black background so its not visible. What is the css code for this welcome area box?

  • 70. simplyjacy  |  September 14th, 2008 at 12:07 pm

    hello Joseph!

    the Welcome area is the same area as the Blogs, Review boxes in the homepage. so to be able to fix your issue, you just have to add this tag of code:

    color: #ffffff;

    to the .itembox string.

  • 71. paolo  |  September 16th, 2008 at 2:35 am

    Hi! where can i find a list of %elements (ex.border, margin, height, background) for each item that can be customized. Not all the customizable elements are indicated in the base themes. Thanks!

  • 72. Creole  |  September 16th, 2008 at 9:33 pm

    Hi there! I’m currently working on my own theme. Everything looks pretty ok except for the “Photos” section as seen here. How can I put the word “photos” on top of the photo box?

    Also, how can I put the guestbook box inside a scroll-frame?

    Thanks!

  • 73. tahli  |  September 19th, 2008 at 10:46 am

    hi. i just want to know what these codes are for:

    .rolloverfordnd ,
    padding: 0px; ,
    position: absolute; ,
    line-height: 1.2em;
    display: block; ,
    float: left; ,

    and also, what would be the codes if i want to change the icons in my theme. thank you. :)

  • 74. mark  |  October 3rd, 2008 at 7:36 am

    omg. thank you so much. :)

  • 75. gillea  |  October 7th, 2008 at 8:28 am

    where can i find the css thingy???

  • 76. cho  |  October 8th, 2008 at 4:59 pm

    Hi Jacy!

    Gosh, how do you find the time to answer all of our questions?!? Really appreciate what you’re doing here.

    Anyway, I’d like to ask if you know the standard width of the main content area. I’d like to create my own background for that and I’d like my dimensions to be exact.

    Thanks jacy! Great help the last time. Working on my 2nd tweak on the theme now. Got bored on the last one. This is really becoming fun!

  • 77. cho  |  October 8th, 2008 at 6:04 pm

    And one more thing, Jacy hehe. Which dictates the appearance of the navigation bar links (Home, Blog, Photos, Links)? I’ve already changed the position to center instead of left aligned but now I want to change the size and color of the text but I can’t find or figure out the code for that. Know the code for that?

    Thanks again! Please check out my page! its amateur, still working on it, but id like to know what you think!

  • 78. simplyjacy  |  October 22nd, 2008 at 4:46 pm

    hey cho!

    sorry it took me awhile to reply. i’ve been busy with the move and stuff.

    let me go ahead and answer your question for other people’s reference since you have figured it out yourself.

    there is actually no specific size of the main content area. it will automatically adjust on the amount of contents you put in it. to put a background it it, the safest is to use use the repeating or tiled background.

    as for the size and colors of the navigation bar links (Home, Blog, Photos, Links), these are controleld by the code:
    a.toptsel –> for selected tab
    a.topt –> for the rest that are not selected.

  • 79. cho  |  October 22nd, 2008 at 7:21 pm

    Thanks jacy! Seriously, this site really helped me a lot in learning about CSS codes and other stuff. I can’t believe I haven’t promoted this site yet! when i have the time, I’ll make sure to let my contacts know about this site! thanks also for dropping me a line in my guestbook! i appreciate it! thanks! hope you are adapting well! (just assumed that you moved residences as i have no idea of what you have been up to lately! haha!) but goodluck and take care!!! more power to multiplytweaks.com!

  • 80. Teri  |  October 25th, 2008 at 11:45 am

    Yea I would like to know how to make a Forrset Theme.

  • 81. Kristy  |  October 30th, 2008 at 6:20 am

    Hi , I’m new in this matter…could you show me how to move the subnavigator down? it lies just above my banner..
    Thx a lot for your help.

  • 82. simplyjacy  |  October 30th, 2008 at 1:38 pm

    Hello Kristy!
    it would’ve been better if you included the URL of your multiply site so i can check on the codes.

    try to check on this code:
    div#subnav {
    border: none;
    background: none;
    height: 20px;
    position: relative;
    top: 345px;
    }

    if you increase the value of the “top” that would increase the margin from the top. so you might want to increase it to move it below your banner.

  • 83. simplyjacy  |  October 30th, 2008 at 1:39 pm

    thanks Cho!

    to give you a heads up, we are working on developing and improving this site. that way, new theme makers can upload their own themes here easily.

    if that will be realized, i hope to see yours here.

  • 84. Kristy  |  October 30th, 2008 at 11:29 pm

    Hi Jacy, thank you very much for your fast response.

    I applied your suggestion, and It’s moved down, thanks. But now i lost the characters on it (home etc). I tried to change the font color in a.toptsel, but nothing happened.

    this is my site http://claudiakristy.multiply.com/
    still look like a mess. I am embarassed actually;)

    still need a lot of study on this stuff. I hope you want to help me;)

    thx a lot for your help…..

  • 85. simplyjacy  |  October 30th, 2008 at 11:45 pm

    hi Kristy!
    nice looking theme you got. you shouldn’t be embarrassed. so far this is what we got. what do you think of this? Kristy’s CSS

    what i did is, I got rid of the string “top: 345px;” from your div#subnav.

    i also changed the color of the atopt into pink.

    let me know if there’s anything i can do to help.

  • 86. Kristy  |  October 31st, 2008 at 3:23 am

    Wow…it’s so cool….you even straightened up the mess;) thanks a lot….

    you’re wonderful!! I will try to study about CSS much more….;)

  • 87. Kristy  |  October 31st, 2008 at 4:03 am

    Hi Jacy, sorry to bother you again…;)
    How to get rid of my page owner title without changing another?
    Thx a lot…;)

  • 88. Kristy  |  October 31st, 2008 at 6:30 am

    I think I’ve already found it….thanks before;)

  • 89. simplyjacy  |  October 31st, 2008 at 1:11 pm

    good job, sweetie!

    see? it just takes patience to know things about CSS. you know where to find help when you need it. and btw, thank you for linking us!

  • 90. doodie  |  November 2nd, 2008 at 2:59 pm

    thank you very much for this, it’s such a big help. do you have multiply page labels for mykonos theme?

  • 91. daniel  |  November 8th, 2008 at 8:31 am

    can you teach me how to create a theme using the ANDROS BASE THEME? please! i really inspire your creations! and i love ANDROS!

  • 92. simplyjacy  |  November 9th, 2008 at 6:06 pm

    hi doodie!

    most of the codes are similar to other base themes. you can use this as a guide. but simply use the mykonos base theme.

    some differ so if you have specific questions, just leave us a note here.

  • 93. simplyjacy  |  November 9th, 2008 at 6:08 pm

    hi Daniel!

    so you want to tweak Andros Base theme? the codes are actually similar with whatever base themes you use.

    use the above image to guide you in tweaking the codes from Andros Base.

    there are some differences though so if you encounter problems, just leave us a specific question here.

  • 94. jana  |  November 12th, 2008 at 6:58 am

    hey this might be a weird question but how do i get the url of my picture? thanks!

  • 95. simplyjacy  |  November 12th, 2008 at 6:30 pm

    most photo hosting sites have the url ready for you to copy. but if in case this is not availabe this is how to do it step-by-step:

    Right-click on the image > Properties

    copy the Location (on Firefox) or URL (on IE).

    that’s the url of your image.

  • 96. Tropical Pam  |  November 13th, 2008 at 3:53 pm

    I have the code to add the icons in the rail body
    but I can remove the ones that are in the standard theme how do I do that? they both show up one me :(

  • 97. simplyjacy  |  November 14th, 2008 at 2:46 pm

    thanks for dropping by. howabout adding this code to your CSS and insert the url of your image where it is called for.

    .railbody ul li {
    list-style-image: url(“urlofyouricons”);
    }
    .railbody ul li:hover { list-style-image: url(“urlofyouricons”);
    }

    the first string will replace the default icons. the second string will show your icons when the link is being hovered upon.

    hope this helps! if you have any questions, drop us a line here.

  • 98. nicole  |  November 15th, 2008 at 5:41 am

    pls help me with my layout.. hmm.. i cant get the codes right ehh.. my banner have this div#subnav banner in the middle of it. pls view my profile.. thanks!

  • 99. simplyjacy  |  November 16th, 2008 at 3:52 am

    it would be best if you include the link to your page. that way i can see what went wrong.

    but basically, all you have to do is to increase the margin of your di#subnavc from the top. if your code doesn’t have this, insert this code insidet he string:

    margin-top: 100px;

    change the value to reach the desired location of the navigation bar. the higher the value, the lower the bar will go. do trial and error on this one.

  • 100. anne  |  November 24th, 2008 at 5:54 am

    what do you call the white part portion? Im using the base theme Outburst and I can’t change the color or put any background..

  • 101. freudz  |  November 25th, 2008 at 10:46 pm

    hi there.. just wanna ask how to change the background color in my “tags” items… it’s black and i can’t read anything.. i want to change it just like in my content wrapper.. thanks..

    heres the link:
    http://freudz.multiply.com/tag/churches

    thanks..

  • 102. kreafy05  |  November 28th, 2008 at 2:44 am

    where can i post my designed themes?

  • 103. simplyjacy  |  November 28th, 2008 at 11:30 pm

    hi!
    thanks for the interest of posting your designed themes. as of the moment, we are working on making updates of the site so it will be easier for designers like you to make posts.
    visit us every now and then and we’ll email you when it becomes ready.
    more power!

  • 104. simplyjacy  |  November 29th, 2008 at 2:31 pm

    in order t o change the background of the tags, just add this code on your custom CSS:

    div.relatedlinks {
    background: #fff;
    }

    this will change the background of the entire tag row. if you want to change the font color, just add this string inside the parentheses color: #000;

    if you only want the tag itself to have a different background, use this code instead:
    div.relatedlinks a {
    background: #fff;
    }

  • 105. simplyjacy  |  November 29th, 2008 at 2:35 pm

    please include the link to your site so i can see which one you’re referring to.

  • 106. noe  |  December 4th, 2008 at 5:40 am

    i have a problem with my page. my banner on top is misaligned with the rail on the right and the area where photos, guestbook, blog etc., are placed..i am new with css and i just tried to edit the css from a theme i got from multiply’s theme site.

    what i want is for all of the area below my div.owner_nav to be of the same width..

  • 107. freudz  |  December 4th, 2008 at 11:22 pm

    thanks jacy….

    more power to you..

  • 108. simplyjacy  |  December 5th, 2008 at 1:15 am

    hi Noe!
    so far, you did a good job. all it takes is the alignment. to fix it, look for the code page_start and change the width value to 658px which is the width of the div.owner_nav. change also the border value from 11px to 10px.

    to align the rail, change the width value of the .railstart to 152px and delete the string padding: 15px; at the .railbody.

    that should basically align everything. if you encounter any problems, just leave us a comment

  • 109. noe  |  December 5th, 2008 at 10:14 am

    thank you very much, jacy!! everything is now adjusted perfectly.

  • 110. jozvel  |  December 17th, 2008 at 8:51 am

    hey, how do i remove the border in mykonos theme? coz

  • 111. simplyjacy  |  December 20th, 2008 at 1:11 am

    look for these strings of code in your CSS and change the border: 5px to 0px:
    div.owner_nav
    div#page_start
    div#ownedfooter

  • 112. freudz  |  December 20th, 2008 at 1:24 am

    hi jacy.. its me again freudz.. just want to ask how to make three colums of photo sets in my photos page… when i had it personalized i ended up having two columns.. thanks…

    heres the link:
    http://freudz.multiply.com/photos

  • 113. mae  |  December 22nd, 2008 at 4:31 am

    what does “div#page_start” shows?

  • 114. mae  |  December 22nd, 2008 at 4:34 am

    my menu (home, potos, blog) won’t show up too..

    i hope you could hep. thanks. :)

  • 115. Mico  |  December 23rd, 2008 at 10:34 am

    its a big help thankyou.. ^^

  • 116. stu  |  December 27th, 2008 at 3:15 am

    how do you fit an image to the body background?

    i keep on adjusting the size but i cannot seem to get the exact size.

    how do u strectch it to fit the body?

    help pls.. thanks

  • 117. ayvih  |  December 28th, 2008 at 9:58 am

    Hello! I’m customizing my husband’s multiply site and the information here helped me along the way. I have one problem though, there’s an area in the theme where I can’t seem to change the color to blend in with the rest. Can you please help me? Please visit http://www.paulvincentphoto.multiply.com to see what I mean.

    Btw, I’m using Outburst as base theme.

    Thank you very much and have a blessed New Year!

  • 118. private  |  January 1st, 2009 at 11:06 am

    Hello. This is a big help for me, but there are some missing codes. So, I can’t understand some codes. But it’s okay for me. Now, my problem is how to put a scroll and a picture just below the railend. Because I saw a site with a scroll below it’s railend. Just like this site http://oreogirl.multiply.com/ take a look at it. And can you please email me at [email protected] the codes on how to do this. I also want to know how to make a layout just like this layout http://marielski.multiply.com/ . It’s so cool I like it. Basta I expect your mail to me. Thanks. if possible you can add me in Y!M to teach me if I don’t understand some codes. Sorry for my expectations but I’m just 11. So I’m so sorry. I just want to be a good theme author. Okay that’s all. Thank you very much. Anyways, nice site. It helps me a lot :) )

  • 119. secret:)  |  January 1st, 2009 at 11:10 am

    Thanks. A big help for me.

  • 120. someone.  |  January 2nd, 2009 at 3:32 pm

    help me. i made my own layout and copy paste it from note pad.. and when i saved my layout… it wont apear.

  • 121. Blahh. :D  |  January 3rd, 2009 at 2:14 am

    Hey! Good day. How can i make my comment box with colors. :) please teach me some codes. :) Thanks . Email me. :D

  • 122. Chami Viray  |  January 4th, 2009 at 12:32 pm

    Hi! I just want to know how to change the grey font of avlack to black. I’ve been trying to look for the css codes but to my avail there were none who succeeded. :(

  • 123. admin  |  January 7th, 2009 at 4:45 pm

    if you’re using other base themes like Shadow box, the div#page_start shows the middle part of the page between the header and the footer.

  • 124. admin  |  January 7th, 2009 at 4:50 pm

    i tried your code on our testing site and it shows the menu.
    you need to put contents on each page so the menu would show up. so if you start adding a blog entry, the “blog” menu will show up.

  • 125. simplyjacy  |  January 7th, 2009 at 5:30 pm

    can i have a link to your site so i can see what you mean?

  • 126. simplyjacy  |  January 7th, 2009 at 5:36 pm

    you did a good job with the site!
    is it the guestbook part that you want to blend with the rest?

    since outburst does not have that code to control it, just add this at the bottom of your CSS

    .replybox {
    background: transparent;
    border: 0px #fff;
    }

    you can change the values to your desire. you can even control the font style and others.

  • 127. simplyjacy  |  January 7th, 2009 at 6:23 pm

    look for this code in your CSS: .replybox
    if you dont’ then add it at the bottom of you code.
    then add the other strings like background, font-style, font-style. the code should basically look like this:
    .replybox {
    background: #fff;
    font-style: arial;
    font-size: 20px;
    border: 1px #000;
    }

  • 128. simplyjacy  |  January 7th, 2009 at 6:26 pm

    okay which grey text are we referring to here?

  • 129. mae  |  January 9th, 2009 at 1:03 pm

    oh i see..thanks a lot. :D

  • 130. :D  |  January 10th, 2009 at 1:07 am

    hi its me again, i cant find the part saying div#owner_nav all i can see is div.owner_nav

  • 131. simplyjacy  |  January 10th, 2009 at 1:22 am

    hi! sorry my mistake. that should be the code. look for the background: url(“http”); and replace the http part with the url of your image.

  • 132. emay  |  January 14th, 2009 at 7:05 am

    hello, can anyone help/teach me about changing the font size of my page title. please help me

  • 133. emay  |  January 14th, 2009 at 7:13 am

    Sorry! what i mean is for my site title.
    This is my code:

    h3#page_owner_title {
    font-style:Arial;
    }

    please help me… please…please…tnx

  • 134. ivan  |  January 15th, 2009 at 10:52 am

    thanks

  • 135. JC  |  January 19th, 2009 at 7:38 am

    Uhm. I’d like to ask. How do you add a background image to your guestbook typing area. I’d really like to know.

  • 136. Rumah Batik  |  January 21st, 2009 at 9:32 pm

    Hi,

    I really need your assistance:
    1. how can i change font type & size of my site
    2. how to make space when you posting something in your site. I try press space button, but still appear in exsisting paragraph.

    Appreciated for your help
    Thanks!

  • 137. ara  |  October 17th, 2009 at 12:34 am

    hi. i have been trying to change the font color when people leave me comments in the photo’s portion coz since the the background is yellow and the font is white i can barely read it. hope you can help me out. which part in the css do i change for me to change it to a darker color (here’s the link http://laruaninc.multiply.com/photos/album/9/Marvel_Heroes_Pinball_Machine)

    really hope you can help me out.

    thanks.

  • 138. lei torreja  |  December 21st, 2009 at 12:39 pm

    I don’t know exactly where i went wrong here… (please check http://healena.multiply.com) the width of the content area of my blog and other nav menu didn’t change in IE but in Firefox it seems ok….(idk if it’s because i hid the rail part?? ) …please…please…help…thanks

  • 139. jason  |  January 26th, 2010 at 4:10 am

    hello.

    in our site, http://panxenia.multiply.com I want to change the Font Color of the item box titles because they are only visible when you hover the mouse over it.

    I am using a linear view front page.

    Regards,

    Jason

  • 140. kristy  |  March 2nd, 2010 at 11:18 am

    hi..i want to change the color of fonts, like in “about me”. “photo”, and “blog”. not at the titles, but the contain it self. it makes my eyes tired.

    i fell in love with this theme, but somehow I want some modification. I have tried to do by myself the css, but randomly change all the color: #….., didn;t make any sense.

    Could you please help me?

  • 141. kennykennyflowery  |  March 16th, 2010 at 1:45 am

    pano po ung hndi gagalaw ung background pic khit iscroll ung web page?thanks!

  • 142. iaeriel  |  March 20th, 2010 at 7:44 pm

    Hello, I just want to ask how to make the middle part, where the contents are in a different color? HELP PLEASE~ :D

  • 143. STAR  |  April 6th, 2010 at 11:50 am

    FYI for those who are interested, in order to change the font color of the links in your rail, you should edit this code:

    a, a:visited, a:link { color: #COLOR; }

    replace the COLOR with the code of the color you want. (you can check the Hex Color and HTML Codes page in this site for reference)

  • 144. mikee  |  April 20th, 2010 at 8:04 am

    Good day! Is this also applicable for RED FROG as a base theme?

  • 145. Grace  |  April 24th, 2010 at 4:59 am

    Hi! May I ask how to change the name of the Navigation Bar? the regular are just “home” “photo” “calender”.
    Can you please Help me how to change it? Thanks.

  • 146. Chad  |  July 23rd, 2010 at 8:25 am

    Hi i’d like to know if there is a way for the home page to display more albums? Right now it only limits the display of two albums even if there are more. I was hoping to have all the albums displayed on the home page and not just in the album page. How do I do this?

  • 147. kimberly  |  August 30th, 2010 at 11:27 am

    hello.. can someone help me about how to make a theme like this.. ?? http://shop4kikay.multiply.com/ .. i really want to learn how to do that.. especially the navigation bar at the left & the quick links at the lower right.. please.. i need it for my online shop.. so much thankies!! :) )

  • 148. isha  |  September 5th, 2010 at 11:11 am

    what will i do if the ‘edit’ ‘add photos’ selection below the thumbnails of an album is unclicable, greyed out, and simply under the previous/next links?

    I cant seem to adjust it/click it even if i adjusted the position of prev/next links.. =(

  • 149. Edith Yu  |  February 2nd, 2012 at 2:35 am

    I really need someone who can help me hands on with the basics of customizing multiply site. How much will be the professional fee? thanks so much

  • 150. Hocky  |  April 11th, 2012 at 10:46 pm

    Hi, I’ll be very glad if you could tell me how place custom header image (I’ve already made) on my Multiply store http://mediatechshop.multiply.com
    Thank’s a lot for your help.

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

May 2012
S M T W T F S
« Jan    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Most Recent Posts