74 replies [Last post]
Anonymous
Anonymous's picture
Guru
calgary,alberta
calgary,alberta

If you want to change your background in your profile you need to

  1. have the background picture hosted somewhere (I assume you can use a friendster photo album).
  2. Right click on the photo and copy the url to your clipboard
  3. go to your profile and click "•edit profile"
  4. click on the "Customize (new)" tag
  5. go to the "Advanced users: Personalize your profile with CSS" field
  6. type this into the field:
    body { 
    background-image: url(http://photos.friendster.com/photos/61/62/21722616/16585444624305m.jpg); 
    }
    except you will use the url in your clipboard from step 2 (unless you want Poopdeck Pappy and Ned as your background Laughing out loud
  7. hit the "Save" button
  8. go to "My Settings"
  9. Switch "Safe Mode" to "Yes"
  10. Hit the "Save" button
  11. Switch "Safe Mode" to "No"
  12. Hit the "Save" button again
  13. Check out your profile

Some more things I think I should add:

  • No, I (we) will not make you a background. Most of the people here are professionals, work long hours and get paid to do what they do and have no reason to take food out of their families mouths to take the time to do something that you should be doing without some form of compensation. BTW, don't ask, you won't like the price. Wink
  • No, I (we) will not decode cryptic questions that are not clear, concise and to the point. Read this (not optional).
  • No, I (we) will not sign up for a freindster account just to view your updates.

Smile

Enjoy your stay. We will help you if you at least try to help yourself, I promise.

[/][/]
Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Triumph you're a star, I was half joking when I mentioned the fact that you were able to find out how friendster dealt with customizing their code.

This should prove very helpful to friendster members and I do hope that they make use of it.

I am making this sticky so that they may easily find it and perhaps pass the link on to other friendster members.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

Keep in mind that none of this customization will be visible to those that are not friendster.com members. They will see your profile in "plain vanilla".

Only current and logged in members can see the changes you've made. Smile

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Smile quite the expert now Wink

So you getting into this friendster thang.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

Hugo wrote:
Smile quite the expert now Wink

So you getting into this friendster thang.Pappy has his first friend! Laughing out loud

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

Some more things I think I should add:

  • No, I (we) will not make you a background. Most of the people here are professionals, work long hours and get paid to do what they do and have no reason to take food out of their families mouths to take the time to do something that you should be doing without some form of compensation. BTW, don't ask, you won't like the price. Wink
  • No, I (we) will not decode cryptic questions that are not clear, concise and to the point. Read this (not optional).
  • No, I (we) will not sign up for a freindster account just to view your updates.

Smile

Enjoy your stay. We will help you if you at least try to help yourself, I promise.

[/]
dorothy
Offline
newbie
Last seen: 17 years 27 weeks ago
Joined: 2005-09-23
Posts: 1
Points: 0

Attention: Friendsters members. How to modify your profiles

hey triumph your great!!
thanks to your post!

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

dorothy wrote:
hey triumph your great!!
thanks to your post!
:oops: Aww. Shucks. :oops:

sober_jammer
Offline
newbie
Last seen: 17 years 26 weeks ago
Joined: 2005-09-30
Posts: 1
Points: 0

Re: Attention: Friendsters members. How to modify your prof

i have changed the background the way you have stated here. bt the prob i have nw is that the background is the pic in small tiles. hw can i make the small tiles become one big tile instead?
tanks

Triumph wrote:
If you want to change your background in your profile you need to
  1. have the background picture hosted somewhere (I assume you can use a friendster photo album).
  2. Right click on the photo and copy the url to your clipboard
  3. go to your profile and click "•edit profile"
  4. click on the "Customize (new)" tag
  5. go to the "Advanced users: Personalize your profile with CSS" field
  6. type this into the field:
    body { 
    background-image: url("http://photos.friendster.com/photos/61/62/21722616/16585444624305m.jpg"); 
    }
    except you will use the url in your clipboard from step 2 (unless you want Poopdeck Pappy and Ned as your background Laughing out loud
  7. hit the "Save" button
  8. go to "My Settings"
  9. Switch "Safe Mode" to "Yes"
  10. Hit the "Save" button
  11. Switch "Safe Mode" to "No"
  12. Hit the "Save" button again
  13. Check out your profile

[/]
Tyssen
Tyssen's picture
Offline
Moderator
Brisbane
Last seen: 8 years 24 weeks ago
Brisbane
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8201
Points: 1386

Re: Attention: Friendsters members. How to modify your prof

body { 
background-image: url("http://photos.friendster.com/photos/61/62/21722616/16585444624305m.jpg"); 
no-repeat; }

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

No-repeat is likely to produce one rather small background tile though, isn't it ?
Although this is speculation without sight of code or image.

sober_jamer what size is the background image ? if it is meant to cover the background as one image it will need to approximate the screen size and to not be repeated. If it is an abstract pattern that needs to fill the screen it needs to be a pattern that is suitable for repeating.

It might help - if the image is not too large in file size - if you posted it here for us to look at.
Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

roytheboy
roytheboy's picture
Offline
Guru
North Wales, UK
Last seen: 9 years 36 weeks ago
North Wales, UK
Timezone: GMT+1
Joined: 2004-09-18
Posts: 2233
Points: 41

Re: Attention: Friendsters members. How to modify your prof

sober_jammer wrote:
hw can i make the small tiles become one big tile instead?

You can't scale images in CSS. You'll need to do that in PhotoShop or a similar image editor.

Life's a b*tch and then you die!

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

Ah, I think I've outlived my usefulness to the friendsters:

http://www.cubancouncil.com/friendster/

Oh, I felt like a king for a week. Laughing out loud

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

You were king for a week! but you have been deposed Sad

However look at the figure for page views on this topic 19,711 Shock that should make you feel a little as though it was a worthwhile effort Smile

Someones been reading it, lets just hope that it helped them.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

Hugo wrote:
...look at the figure for page views on this topic 19,711 Shock that should make you feel a little as though it was a worthwhile effort Smile
Holy Methuselah!!!

Quote:
Replies( 13 )
Views( 19782 )

The replies to views ratio is a bit skewed though. Laughing out loud

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 6 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Attention: Friendsters members. How to modify your profiles

Triumph wrote:
Ah, I think I've outlived my usefulness to the friendsters:

http://www.cubancouncil.com/friendster/

Oh, I felt like a king for a week. Laughing out loud

Good, let's point them there and never hear from them again Laughing out loud

Verschwindende wrote:
  • CSS doesn't make pies

gen-ohh
Offline
newbie
Last seen: 17 years 26 weeks ago
Joined: 2005-10-04
Posts: 1
Points: 0

i still cant see it all..

hi guys i just wanted to ask a simple help. i can see part of the background image but it seems to be hidden. how can i make it "transparent" so that when i scroll down, the full image is seen and it doesnt move. im not really computer savvy so i hope somehow, u'll know what i mean. thanks!

Anonymous
Anonymous's picture
Guru

Re: i still cant see it all..

gen-ohh wrote:
hi guys i just wanted to ask a simple help. i can see part of the background image but it seems to be hidden. how can i make it "transparent" so that when i scroll down, the full image is seen and it doesnt move. im not really computer savvy so i hope somehow, u'll know what i mean. thanks!
Link me to the page and I'll take a look. Smile

adlerlee
Offline
newbie
Phil
Last seen: 17 years 26 weeks ago
Phil
Joined: 2005-10-05
Posts: 1
Points: 0

Attention: Friendsters members. How to modify your profiles

me too...the background is at the back Evil Evil Wink

http://www.friendster.com/user.php?statpos=headernav

Anonymous
Anonymous's picture
Guru

Attention: Friendsters members. How to modify your profiles

adlerlee wrote:
me too...the background is at the back Evil Evil Wink
Uh, where do you want your BACKground to show? Laughing out loud

Sorry, but that link does not work. It is the friendster home page and not a profile.

Milque
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-06
Posts: 1
Points: 0

Attention: Friendsters members. How to modify your profiles

Quote:
Ah, I think I've outlived my usefulness to the friendsters:

http://www.cubancouncil.com/friendster/

Oh, I felt like a king for a week.

Is it just me, or is that link not working? I've tried so many times, but I just can't get through. And people have been saying that that link helps a lot. It bugs me so... Do you know why?

roytheboy
roytheboy's picture
Offline
Guru
North Wales, UK
Last seen: 9 years 36 weeks ago
North Wales, UK
Timezone: GMT+1
Joined: 2004-09-18
Posts: 2233
Points: 41

Attention: Friendsters members. How to modify your profiles

I expect the server is down.

Life's a b*tch and then you die!

jherrwin
Offline
newbie
Cayman Island
Last seen: 17 years 25 weeks ago
Cayman Island
Joined: 2005-10-05
Posts: 2
Points: 0

i want my background to be transparent

hi guys i just wanted to ask a simple help. i can see part of the background image but it seems to be hidden. how can i make it "transparent" so that when i scroll down, the full image is seen and it doesnt move. im not really computer savvy so i hope somehow, u'll know what i mean. thanks!
Back to top

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Can you please read and follow the instructions in this topic carefully:

http://www.csscreator.com/css-forum/ftopic13065.html&highlight=

jherrwin would you also be careful about double posting questions, sometimes you have to wait for a few seconds before the form is submitted.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

jherrwin
Offline
newbie
Cayman Island
Last seen: 17 years 25 weeks ago
Cayman Island
Joined: 2005-10-05
Posts: 2
Points: 0

help me

how can i center my background pictures in my profile,because it is tiles type sir. and i want to be transparent and also it will not affected the picture in the background

thanks

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 6 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Attention: Friendsters members. How to modify your profiles

body {
background: url{your-image-here.gif} no-repeat fixed center center;
}

Verschwindende wrote:
  • CSS doesn't make pies

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

hello....
can anyone teach me how to change the font color & make the font bold?

khen_sathan15
Offline
newbie
Last seen: 17 years 26 weeks ago
Joined: 2005-10-04
Posts: 1
Points: 0

Attention: Friendsters members. How to modify your profiles

:oops: Sorry to all , I still didn't got the point..

#-o I'm so stupid!

:-s Can u teach me how again how to fix friendster?

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

@Aniz

color:red;
font-weight:bold;


However you will need to know where to apply these rules.

I am assuming your a friendster member; if this is the case then you will need to follow the instructions outlined in the posts designed to help you in the 'Off Topic' section, specifically the instructions on how to add code to your profile (forgive me if I do not repeat what has already been written)

When you have that information you will need to add this code to the 'modify CSS box' on your profile:

  
body {  
font-weight:bold;  
color:blue;  
}

You must enter this exactly as written. substituting whatever colour you want in place of the 'blue'.

This bit of code will change all the page text color and make it bold.

As you are asking a general question this is the best answer that can be given without knowing whether it is specific part you want changed

This will only work if no other colors have been specified elsewhere in the existing friendster CSS style sheets. If you find that some colors do not change then you will need to identify which part of the page it is and apply the code to that item.

btw it is not necessary to use large text or to make it bold when you post on this forum.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

@ khen_sathan15

What do you not understand?
What are you trying to do?

It's impossible to help you if you do not help us understand what it is that your attempting to do that is not working. So you will need to give us a little more information.

The instructions we have provided are quite complete and about as easy to understand as we can make them, you just need to follow them step by step.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

hugo, sorry if wrote in large fonts n bold....
i did what u told me but why is the font colors not changed?
the font has been bold, just the colors have not changed...
is my code correct? ~>>

body {
background-image: url(http://img.photobucket.com/albums/v283/Aniz_ZafeeRa/fs22.jpg);
no-repeat; }
body {
font-weight:bold;
color:blue;
}
body #container *
{
background-color:transparent;
background-image:Get Lucky;
border:Get Lucky;
}

the background-image & border i wrote Get Lucky because i want it to be green...
can i do that?

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Aniz,

The reference to 'Get lucky' will not work 'Get Lucky' is a skin or a theme.
In other words it applies an overall look to your profile that is already made for you and which you select using the buttons at the bottom of the page. Selecting one of these means that any code you have entered will be lost.

If you want all the page to have one color for the text and the other changes to work you will need to try this:

 
 
body { 
background-image: url(http://img.photobucket.com/albums/v283/Aniz_ZafeeRa/fs22.jpg) 
no-repeat; } 
 
body #container * { 
font-weight: bold; 
color:blue; 
background-color:transparent; 
border-color:green; 
}


Change colours for whatever you like; border-color will add back borders for the boxes, if you don't want them to be visible change it to 'none'
You can not have background-image specified in the way you have done I put in background-image:none because friendster uses some images on the title bars.
In your code you had an error on the background image with an ; before the no-repeat also make sure there is a space between ) and no-repeat

If you want the various boxes to be different I suggest that you choose one of the skins and then if you want to customize it it may be possible.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Anonymous
Anonymous's picture
Guru

can't seem to make it work

computer language is not really my lingo, i'm just following what the post said but it's not working. my background pic is not there. it's what i used to have that keeps on popping at the background, means friendster generated bacground.

Anonymous
Anonymous's picture
Guru

Re: can't seem to make it work

love wrote:
computer language is not really my lingo
Then you should probably leave your profile as it was given to you. CSS requires at least a basic understanding of computers and coding.

Anonymous
Anonymous's picture
Guru

somebody help me..

How to change the border's colour??
My background not nice!!! U try view my profile--Henryania

xkenn300
Offline
newbie
wala
Last seen: 17 years 25 weeks ago
wala
Joined: 2005-10-09
Posts: 1
Points: 0

yahoooo

try nyo to!!!yahoo.............[/b]

adishe
Offline
newbie
gensan
Last seen: 17 years 25 weeks ago
gensan
Joined: 2005-10-09
Posts: 2
Points: 0

Hey!!

can u help me how to make the smal tiles in my profile to be just a single big ones???

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

thanx hugo Wink

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

one more thing hugo,
how can i make the background to stay still while i scroll down my profile?
sorry for asking too many questions...i new to this CSS thingy...

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Aniz you will need to change your background image code to this:

body {
background: url(http://img.photobucket.com/albums/v283/Aniz_ZafeeRa/fs22.jpg)
no-repeat fixed;
}

If that doesn't work try:

body {
background-image: url(http://img.photobucket.com/albums/v283/Aniz_ZafeeRa/fs22.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
}

Let us know how you get on.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

i've done it...it works...thanx again hugo Laughing out loud

if u wanna check my profile,
search
that's if u want to... Wink

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Glad it worked Aniz thanks for letting us know, which version worked for you?

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Aniz
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-08
Posts: 9
Points: 0

Attention: Friendsters members. How to modify your profiles

i took the second one...

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Ok good to know which worked on the friensdster site, thanks.

Hugo.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

jems
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-09
Posts: 9
Points: 0

hi!

Hi there! just wanna ask whats the command to change cursor on friendster. :?:

Laughing out loud

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 6 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Re: hi!

jems wrote:
Hi there! just wanna ask whats the command to change cursor on friendster. :?:

Laughing out loud

Please do not post the same question more than once; it has been answered in your other thread.

Verschwindende wrote:
  • CSS doesn't make pies

blind
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-09
Posts: 1
Points: 0

Attention: Friendsters members. How to modify your profiles

how do u make the boxes transparent?

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 6 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Attention: Friendsters members. How to modify your profiles

Please try reading instructions, they're there for a reason.

http://www.csscreator.com/css-forum/ftopic13141.html

it said at the top of the forum "READ THIS BEFORE POSTING"; had you read it you would have found the answer to your question.

Evil

Verschwindende wrote:
  • CSS doesn't make pies

ohmygodbear
Offline
newbie
Last seen: 17 years 25 weeks ago
Joined: 2005-10-10
Posts: 1
Points: 0

wat is url?

erm...i m new here...wat is url?

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 12 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Attention: Friendsters members. How to modify your profiles

Uniform Resource Locater.

It's how you find your way around the internet, it's the thing you see in that narrow window at the top of your browser.

For any more info I suggest you use the incredibly useful search engine Google

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 6 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Attention: Friendsters members. How to modify your profiles

Whats with all the odd attachments?

Verschwindende wrote:
  • CSS doesn't make pies