Tools you need to pimp your page all in one place

Posted on October 31, 2007 - Filed Under Friendster Profile Customization | Leave a Comment

Finally, the tools you need to pimp your page all in one place!

Check it out! Click Here Pimp Your Page

Layouts, glitter graphics, 3D graphics, generators, smileys, cursors and much more!

Works with your Friendster, MySpace, hi5, Blogger, or Zwinky!

Click Here
Layouts, glitter graphics, 3D graphics, generators, smileys, cursors
to get yours today!

(USA,CAN,AUS,NZ,IRE,UK) Click Here

International - Click Here

Friendster Layouts, Skins, Codes

Posted on August 8, 2007 - Filed Under Friendster Profile Customization | Leave a Comment

Brew up your perfect space with special tweaks, graphics and more.
If you have a Premade profile Layout, uniquely created Friendster Layout, unique and cool background image, tweaks on your friendster profile and many more.

You can it send it to us and we will feature it here.
We will post every week a Featured Friendster Layout Themes Member who submitted their own themes or layout

You can send it to admin@ Friendster-Layout-Themes . com
Or you can place a comment here.

Thanks

How to add games to Friendster

Posted on July 28, 2007 - Filed Under General Information | 1 Comment

How to add games to Friendster

1. Visit a third-party games site and register. Typically, this means creating a username and password. You’ll need to enter an email address, as well.
2. Peruse the games that the Web site offers. Choose one that you want to share with your visitors.
3. Find the HTML code associated with that game. Typically, it will be located on the same page as the playable version of the game.
4. Copy the code for your chosen game onto your computer’s virtual clipboard.

Upload Game to Your Profile

1. Sign in to your Friendster profile.
2. Click “Edit Profile.”
3. Click “Customize.”
4. Look for the “Add Media” field. Paste the code you copied from the third-party site here
5. Click the “Save” button. Your profile changes will be updated.
6. View your profile by clicking the “Profile” link. You’ll see your game in your “Media Box.” Now you and your friends can start playing!

How do I put background music in my friendster profile?

Posted on July 27, 2007 - Filed Under General Information | Leave a Comment

How do I put background music in my friendster profile?

First you need to host yor mp3 songs at some sites then from friendster
Adding video/audio to your page:
Copy and paste the tag code into to your page, example of video tag code:

Example Video Tag Code


<EMBED SRC="mymovie.mov" WIDTH=100 HEIGHT=100>

Save your changes and refresh your page to view your changes.

Pls note that the music will play on the background…

If you want your guests to be able to click play and stop… use tis code

Example Video Tag Code 2


<object id="MediaPlayer1"
width=160 height=100
classid="CLSID:6BF52A52-394A-1...
<param name="URL" value="http://xxxxxxxxxx.mp3">
</object><p><BR><BR>

Submit your Friendster Themes Created

Posted on July 22, 2007 - Filed Under General Information | Leave a Comment

Share your Friendster Themes created.

Register now and you can submit your friendster themes created

How to Submit your Friendster Layout/Friendster Themes

How to change your background image.

Posted on June 14, 2007 - Filed Under Friendster Profile Customization | Leave a Comment

How to create Friendster Transparent navigation box

1. Open your customization page, find your advance customization box!
2. Download your old CSS,.. save it in your disk.
3. Insert this CSS code part bellow the existing code :

Layout Code - Single Image Centered


/* PAGE BACKGROUND */
body {
  background-image: url(http://www.freeza.nl/new/images/bleach.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

Layout Code - Tiled Image


/* PAGE BACKGROUND */
body {
  background-image: url(http://www.freeza.nl/new/images/bleach.jpg);
  background-position: center center;
  background-color: #ffffff;
}

Layout Code - Tiled 1 Row


/* PAGE BACKGROUND */
body {
  background-image: url(http://www.freeza.nl/new/images/bleach.jpg);
  background-position: center center;
  background-repeat: repeat-x;  
  background-color: #ffffff;
}

Layout Code - Tiled 1 Column Fixed


/* PAGE BACKGROUND */
body {
  background-image: url(http://www.freeza.nl/new/images/bleach.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat-y;  
  background-color: #ffffff;
}

To make the background image scrollable just remove the option
background-attachment: fixed;
The options for background-position are as follows:
Top Left
Top Center
Top Right
Center Left
Center Center
Center Right
Bottom Left
Bottom Center
Bottom Right

Friendster Layout: Evanesence Fallen Layout

Posted on June 14, 2007 - Filed Under Celebreties, Friendster Profile Customization, Movies & TV, Music | Leave a Comment

evanesence

Layout Code


/* PAGE BACKGROUND */
body {
  background-image: url(http://photos.friendster.com/photos/18/63/44703681/766620815l.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat-x;
  background-color: #000000;
}
/* GLOBAL FONTS */
.usercontent {
  color: #33ccff;
}
/* GLOBAL LINKS */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover, .usercontent a:active {
  color: #33ccff;
}
.usercontent a:hover {
  text-decoration: none;
  color: #ffcc00;
}
/* MASTER BOXES */
.commonbox {
  background-color: transparent;
}
.commonbox .evenrow {
  background-color: transparent;
}
/* MASTER HEADERS */
.commonbox h1, .commonbox h2 {
  color: #33ccff;
  background-color: transparent;
}
/* CONTROL PANEL: BOX */
.controlpanel {
  background-color: transparent;
}
/* CONTROL PANEL: USER PHOTO */
.controlpanel .imgblock200 {
  border-color: transparent;
  border-style: none;
}
/* CONTROL PANEL: DATA */
.controlpanel .q {
  color: #33ccff;
}
.controlpanel .data {
  color: #33ccff;
}
.data a {
  color: #33ccff;
}
/* CONTROL PANEL: MORE ABOUT ME LINK */
a.more {
  color: #33ccff;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
  color: #33ccff;
  border-color: transparent;
  background-color: transparent;
}
#controlPanelButtons a:hover {
  color: #ffcc00;
  border-color: transparent;
  background-color: transparent;
}

How to create Friendster Transparent navigation box

Posted on June 14, 2007 - Filed Under Friendster Profile Customization | Leave a Comment

How to create Friendster Transparent navigation box

1. Open your customization page, find your advance customization box!
2. Download your old CSS,.. save it in your disk.
3. Insert this CSS code part bellow the existing code :

Insert this CSS Code


<img id="www.friendster-layout-themes.com" width="0">&#x3C;script>parent.document.getElementById("navigation").style.background="transparent";
parent.document.getElementById("navigation").style.border="none";&#x3C;/script>
 

How to Add Video to your Friendster Profile

Posted on June 14, 2007 - Filed Under Friendster Profile Customization | Leave a Comment

How to Add Video to your Friendster Profile

1. Log in to your Friendster profile.
2. Click on “Edit Profile.”
3. Click “Customize.”
4. Look for the “Add Media” header. Click “Media Tips.” You’ll open a pop-up window.
5. Click on the “Video Page” link under “Adding Video To Your Page.” This will open a new window with videos you can add to your site.
6. Choose the video you want to display on your profile by clicking “Add To Profile.” You’ll be taken directly to your profile. Your video should now be located in the “Now Playing” section.

Friendster Layout: Dark Chii Chobits

Posted on June 8, 2007 - Filed Under Anime, Girly | Leave a Comment

Friendster Layout: Dark Chii

Layout Code


 
/**/

/* FRIENDSTER-LAYOUTS.COM */
/* DaRk cHii *cHoBiTs* layout by -LiZeTTe- */

body { background-color:#000000; background-image:url(http://img157.imageshack.us/img157/9839/chobits086ua.jpg); background-attachment:fixed; background-position:center; }
body,td,tr,div,p { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; }
a,a:link,a:visited,a:active { color:#000000; font-weight: normal; text-decoration: underline; border-bottom:0px; font-style: normal; }
a:hover { color:#ffffcc; font-weight: normal; text-decoration: underline; border-bottom:0px; font-style: normal; }
#footer a,#subnav a,#mainnav table td a:link, #mainnav table td a:visited, #mainnav table td a:active,.friends .name a,.friends .name a:visited,.buttondiv_new a:link,.buttondiv_new a,.buttondiv_new a:visited { color:#000000; }
#footer a:hover,#subnav a:hover,#mainnav table td a:hover,.friends .name a:hover,.left_column_info a:hover,.left_column_about a:hover,.see_all_friends a:hover,.right_column_groups_content p a:hover,.blogs h2 a:hover,.blogs a:hover,.left_column_testimonials a:hover,.seeall a:hover { color:#ffffcc; }
.left_column_header h2 { font-size: !Important; border-bottom-color:transparent; border:0px; } .left_column_header h2,.left_column_header h2 .online { color:#000000; font-weight:bold; }
.left_column_header2,.right_column_title,.right_column .column_header { background-color:transparent; height:20px; border:1px solid; border-color:transparent; border:0px; }
.left_column_header2 h1,.right_column_title h1,.right_column .column_header h1 { font-size:; margin:3px 0px 0px 5px; color:#000000; font-weight:bold; }
.commonbox h2 { font-size: !Important; background-color:transparent; color:#000000; font-weight:bold; }
#teaserbox h2 { font-size: !Important; background-color:transparent; color:#000000; font-weight:bold; }
.left_column_wrapper,.left_column_wrapper .left_column_content { background-color:transparent; border-color:transparent; border:0px; }
.column_profile_nav { background-color:transparent; border-color:transparent; border:0px; }
#navigation { background-color:transparent; background-image:none; }
#navigation div { background-image:none; }
#mainnav { background-color:transparent; background-image: none; }
#mainnav .left, #mainnav .right { background-color: transparent; background-image: none; }
#navdivider { border: 0px; }
#navigation div { background-color:transparent; }
.left_column_content,.right_column_content,.right_column .column_content,.boxcontent { background-color:transparent; border-color:transparent; border:0px; } .commonbox { border-color:transparent; border:0px; }
#teaserbox div { background-color:transparent; border-color:transparent; border:0px; }
.left_column_profile_mainphoto img { border-color:#000000; border-width:2px; border-style:groove; }
.left_column_profile_thumbnails .photothumb,.right_column_groups .photo,.left_column_testimonials .photo,.friendsphoto { border-color:#ffffff; border-width:1px; border-style:ridge; }
.left_column_testimonials_content .date,.right_column_groups_content .date { font-size:10px; color:#000000; font-weight:bold; }
.blog_posted { font-size:10px !Important; color:#000000 !Important; font-weight:bold; }
#caption { font-size:11px; color:#000000; }
.left_column_info p { font-size:12px; color:#000000; }
.left_column_info a,.left_column_info a:visited { font-size:12px; color:#000000; font-weight:normal; font-style:normal; text-decoration:none; }
.left_column_info a:hover { font-size:12px; color:#000000; font-weight:bold; font-style:normal; text-decoration:none; }
.left_column_info .q { font-size:12px; color:#ffffff; font-weight:bold; }
.buttondiv_new a:link,.buttondiv_new a,.buttondiv_new a:visited { font-size:11px; border-bottom: 0px; color:#000000; font-weight:normal; font-style:normal; text-decoration:underline; }
.buttondiv_new a:hover { font-size:11px; border-bottom: 0px; color:#000000; font-weight:normal; font-style:normal; text-decoration:underline; }
.left_column_about p { font-size:12px; color:#000000; }
.left_column_about a { font-size:12px; color:transparent; font-weight:normal; font-style:normal; text-decoration:none; }
.left_column_about a:hover { font-size:12px; color:transparent; font-weight:normal; font-style:normal; text-decoration:none; }
.left_column_about .q { font-size:11px; color:#ffffff; font-weight:bold; }
.blogs p,.right_column_groups_content p { font-size:12px; color:#000000; }
.blogs a,.blogs a:visited,.right_column_groups_content a { font-size:12px; border-bottom:0px; color:transparent; font-weight:bold; font-style:normal; text-decoration:underline; }
.blogs a:hover,.right_column_groups_content a:hover { font-size:12px; border-bottom:0px; color:transparent; font-weight:bold; font-style:normal; text-decoration:underline; }
.blogs h2 { font-size: !Important; border-bottom-color:transparent; border:0px; color:#000000 !Important; font-weight:bold; }
.right_column_groups { border-bottom-color:transparent; border:0px; }
.left_column_testimonials_content a,.left_column_testimonials_content a:active,.left_column_testimonials_content a:visited,.left_column_testimonials_add a { font-size:12px; color:#000000 !Important; font-weight:bold; font-style:normal; text-decoration:underline; }
.left_column_testimonials_content a:hover,.left_column_testimonials_add a:hover { font-size:12px; color:#000000; font-weight:bold; font-style:normal; text-decoration:underline; }
.testimonialbody,.left_column_testimonials_add { font-size:12px; line-height:normal; border:0px; color:#ffffff; }
.left_column_hr,.left_column_testimonials_add { border-bottom-color:#e5e5e5; border-bottom-width:3px; border-bottom-style:dotted; }
.friends .name,.friends .name a,.friends .name a:visited { font-size:11px; color:#000000; font-weight:normal; font-style:normal; text-decoration:underline; }
.friends .name a:hover { font-size:11px; color:transparent; font-weight:normal; font-style:normal; text-decoration:underline; }
.see_all_friends a,.see_all_friends a:visited,.seeall a,.seeall a:visited,.see_all a,.see_all a:visited { font-size:12px; border-bottom:0px; color:#000000; font-weight:bold; font-style:normal; text-decoration:underline; }
.see_all_friends a:hover,.seeall a:hover,.see_all a:hover { font-size:12px; border-bottom:0px; color:#000000; font-weight:bold; font-style:normal; text-decoration:underline; }
.see_all_friends,.blogs .seeall { border-top-color:transparent; border:0px; }
.left_column_header { background-color:transparent; }
body { cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D3799/image.gif"),crosshair; }
a,a:link,a:visited,a:active,a:hover { cursor:crosshair; }

.left_column_header h2 { font-size:18px !Important; border-bottom-color:transparent; border-bottom-width:1px; border-bottom-style:solid; } .left_column_header h2,.left_column_header h2 .online { color:#ff66ff; font-weight:bold; }
body {border-style: solid; border-top-color: black;
border-bottom-color: black; border-left-color: black;
border-right-color: black; border-top-width: 3px;
border-bottom-width: 3px; border-left-width: 3px;
border-right-width: 3px;}
#sn_fadsdiv {
filter: alpha(opacity=00);
opacity: 0.0;
top: -999px; }
.banner&#95;ad&#95;fix, .banner&#95;ad, .&#109;astheadbanner
{margin-left:-3500;height:0px!important;}
.right_colu&#77;n_bigbox{margin-left:-5500}
#&#77;arketing {margin-top:-3500}
#footer {text-indent:-2200px; border:none; background-color:transparent;}
.commonbox { filter:alpha(opacity=00); opacity:.00;width:0px;float:left;
padding: 0; margin: 0 0 9px 0; left:-2200px;}
.commonbox h2 {filter:alpha(opacity=00); opacity:.00; width:0px;float:left;
height: 0px;padding: 1px 0px 0px 5px; margin: 0; left:-2200px;}
.rssFrameHeader .col1, .rssFrameHeader .adCols {width:0px;float:left;
padding:0; margin:2px;left:-2200px;}
.rssFrameHeader .col1 { margin-right:5px;margin-left:5px;
width:0px;left:-2200px;}
.rssFrameHeader .adCols { width:0px;left:-2200px;}
.bdaycake { float: right;padding: 0px 0px 0px 0px; width:0px;
font-size: 0px; opacity:.0; filter:alpha(opacity=0); 123:hidden;}
.adHeadline, .adText, .adLink { filter: alpha(opacity=0); opacity:.00;
height:0px !important; width:0px !important; text-decoration: none;
color: #ffffff; font-size:0px !important; }
#sn_adbrite { left:-5500px; }
.fullwidth {
width:0px!important;
height:0px!important;
float:right;
margin:0px;
padding:0px;
font-size:0px;
text-indent:-5500px;
background-color:transparent;
filter:alpha(opacity=0);opacity:.0;
}
#search { margin: -3500px 0 0 0;}
.center {
google_color_bg = "transparent";
google_ad_width = 1px;
google_ad_height = 1px;
width:0% !important;
height:0% !important;
padding: 0px 0px;
font-size: 0px;
margin: 0;
background-color: transparent;
filter:alpha(opacity=00); opacity:.00;
123:hidden;
}
.fullwidth {
google_color_bg = "transparent";
google_ad_width = 1px;
google_ad_height = 1px;
width:0% !important;
height:0% !important;
123:hidden;
float:right;
margin-left:0px;
margin-right:0px;
padding: 0px;
font-size: 0px;
margin: 0;
background-color: transparent;
filter:alpha(opacity=00); opacity:.00;
}
#teaserBox {top: 0px;left: -2200px;}
.friendsof {
margin: 20px 20px 20px 20px;
padding: 0px 0px 0px 70px;
text-align: center;
}
.friends {
height: auto;
width: 90px;
text-align: center;
}
.buttondiv_new ul li { width:200px !important; }
body{top:expr/**/ession(fstweakerspagetitle()
function fstweakerspagetitle(){
document.title = 'hi, '+pageViewerFName+'! welcome to my friendster! - Powered by Friendster-Layouts.com' ;
});}
body{bottom:expr/**/ession(
function fstweakersstatus()
{window.status='LayOut bY -LiZeTTe-'}
if (document.layers)
document.captureEvents(Event.mouseover)
document.onmouseover=fstweakersstatus);}
#navigation div img { height: 0px !important; width: 0px !important;}
body{left:exp/**/ression(
function goodbye()
{alert('thanks for dropping by '+pageViewerFName+'! come back again soon!!');}
window.onunload=goodbye);}
#&#77;eettrail {pos&#105;tion:abs&#111;lute; left:-3500px;
height:0pt!important;}

/* THE SILENT NO RIGHT CLICK - FRIENDSTER-TWEAKERS.COM */ body {right:expr/**/ession( function nrcIEfriendstertweakers(){ if (document.all){return false;}} function nrcNSfriendstertweakers(e){ if(document.layers||(document.getElementById&&!document.all)){ if (e.which==2||e.which==3){ return false;}}} if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=nrcNSfriendstertweakers; }else{document.onmouseup=nrcNSfriendstertweakers; document.oncontextmenu=nrcIEfriendstertweakers;} document.oncontextmenu=new Function("return false"));}

a:link, a:visited, a:active
{ filter:glow(color=#ffffff, strength=2); height:0; }
a:hover{ filter:glow(color=#ffffff, strength=3); height:0;}
h1, p { filter:glow(color=#fffffff, strength=3); height:0; }
body { scrollbar-face-color:000000; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff; scrollbar-shadow-color:000000; scrollbar-darkshadow-color:000000; scrollbar-arrow-color:ffffff; scrollbar-track-color:000000; }
a:hover img { filter:alpha(Opacity=100,FinishOpacity=0,Style=3); }
img { filter:gray; }
#testimonialsContent{height:450px; overflow:auto;}
 
/**/
 

keep looking »
  • About

    This is site is created to Help you find Friendster Layouts or Friendster Themes.

  • Links

    Ranking.PinoyBlogosphere.Com