This free multiply theme is from Raquel Banaag of City Glamour Themes. The theme shows a photo of a girl’s legs in tights and ballet shoes. The pink background decorated with silver animated flowers complements well with the banner.
(more…)
August 12th, 2008
This free multiply layout is courtesy of Ruby De Castro. The entire page has a canvass texture that gives you an artistic feel to it. The banner has random smudges of paint and a beautiful painting of a face. The rest of the theme has a grunge effect to it. The entire layout involves the colors of black, pink, red and gray. The colors chosen are in harmony with each other.
(more…)
August 12th, 2008
Wanna your own contact form into your MP site. it’s easy.
first
visit this site for register. –> http://kontactr.com/signup/
after submit and activate account via your email.
then login in http://kontactr.com/login/.
after login, you directly refer into several embed code that can use for website.
choose Embed Widget (first box)

copy all the code and paste it in notepad.
leave it for a moment.
(more…)
August 12th, 2008
This free multiply layout is from one of our talented designers- Raquel Banaag. It has a banner of Holly Hobbie in casual denim and blue ruffled top, wearing cap.
It’s pink and purple frame complements with the rest of the backgrounds used, as well as the icons and avatars.
(more…)
August 11th, 2008

This free multiply layout is one of the sought after themes. It is designed by one of our active contributors, Netskie. It features gray and white checkered backgroud with kawaii elements on it. The page has a notebook look to it that will give you a feel of having your own online journal. Most fonts are in pink and it has customized buttons. Credits and recognition goes to the following people who made this theme possible:
pop-art ~ for the girl in the background.
marielski ~ for the spring of the notebook.
mooncandy ~ for other random images.
karen ~ for the heart in the titlebox.
This theme has its BEST VIEW IN FIREFOX | 1024 x 768
(more…)
August 10th, 2008
We have been receiving comments asking for a step-by-step guide on how to set-up or make your own theme. We have provided several tutorials and this post will simply layout the steps you need to do and direct you to each specific tutorials. Let this be your simple guide to start making your own theme by constructing your own CSS.
(more…)
June 5th, 2008
This free multiply theme has a banner of Hello Kitty and her friend picking stars. The starry background in blue complements the banner. The animated falling stars accents the background, reply box area and the side rail which make the theme very bubbly.
(more…)
April 10th, 2008
This free multiply layout is in comparison to the Orange theme for boys that Netskie has made. It has a damask green background. The banner consists of various images printed in one same color-green of which the background is in horizontal green and white stripes. The page body has a notebook look to it.
(more…)
April 9th, 2008
A textarea is an element on a webpage that you can type into. In Multiply lay-out commonly used as commenting areas, and guestbook. All browsers have defaults styles for textareas which vary. You can take control of your textareas and style them with CSS.
in example of my lay-out, there is a writing : “Thanks for commenting” at bottom right box.
well you can do this with css and of course with your own style.

first you should know that there is two syntax (command) for comment box in multiply lay-out, dh ; [.replybox textarea] and [textarea].
for [.replybox textarea] just leave it, dont mess it. we just play here with [textarea] syntax
for text background in comment box, use it with images. you can create it with your favorite image editor,such as photosop, etc.
after you’ve make text images, see the size of your created text images. i recomend that size of that text image is not larger than 400px.85px.
upload that text-image in your fav image hosting, otherwise you can upload it in multiply photos-album. make a note link that given for text-image.
leave it for a while.
then copy paste this css code and insert it in your custom css.
textarea {
background-image: url(http://YOUR LINK TEXT-IMAGE);
background-position: bottom right;
background-repeat: no-repeat;
background-color: #fff; /* this background-color is adjusted with your background text-images */
}
do preview and if your text-image in comment box is right in position, well done.
but if not, you must be edit your text-images and adjust it with width and height of your comment box.
after edit it, do preview again and if it’s correct, save it.
that’s it.
want more modified of your comment box?
ok, we can make more nice for submit button and Preview & Spell Check button.
just copy this css code below and paste it into your custom css ;
input {
border: 1px solid #ffffff;
margin: 0;
padding: 2px;
color: #444444;
}
input:hover {
border: 1px solid #000000;
margin: 0;
padding: 2px;
color: #444444;
cursor: pointer;
}
you can be a creative person to modify this 2 buttons. just change border color. otherwise you can change font-type, font-style, or font-weight
in input:hover, thats for command if cursor points the button. and yes, you can create it too.
here is additional css code for font :
font-family: "Verdana","Lucida Sans",Sans-Serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
you can insert that css code of font into input or input:hover syntax.
there is one more trick for comment box, but it only works in IE6 browser and above.
you can insert this css code ;
input:focus, textarea:focus {
background-color: #eee;
}
this css code is used for matching any element that has keyboard input focus. Keyboard input focus describes any element that’s ready to receive user input. It can apply to a form control.
just try it. and i believe this :focus code make your multiply more cool.
March 26th, 2008
This free multiply page theme is best for Easter but can also be use everyday. The theme has an animated text in the banner that says, “Each day is a new beginning…” The background is solid orange. This theme has a layered style look which is inspired by one famous Multiply Designer- Rosalyn. The banner is an image of a chick which popped out of the shell and a flower. The page body has a vertical yellow stripes background. The itemboxes have opacity that gives it a clean look. It has customized icons and animated cursor.
(more…)
March 20th, 2008