LOGO
General Discussion Undecided where to post - do it here.

Reply to Thread New Thread
Old 06-21-2007, 03:33 AM   #21
TpDoctorOneTp

Join Date
Oct 2005
Posts
384
Senior Member
Default
I've never touched a style sheet before, but I know a bit of HTML so I fiddled with some basic things.

This is where I've gotten so far.
http://www.yougamers.com/me/ruzhyo/
How do I make the background a picture?
TpDoctorOneTp is offline


Old 06-21-2007, 03:44 AM   #22
flanna.kersting

Join Date
Oct 2005
Posts
422
Senior Member
Default
I love the video you have on your page
flanna.kersting is offline


Old 06-21-2007, 03:51 AM   #23
nabsgood

Join Date
Oct 2005
Posts
385
Senior Member
Default
hmm so where i come from, no answer is a yes

btw, can somebody tell me how to reset my page ?
I canīt even access it anymore ? (the edit part)
Nice.

Here's a solution that, while not pretty, should work:
1. Open your page (you should be logged in)
2. Write "javascript:document.forms.form_aboutme_freetext_e dit.stylesheet_reset.checked=true;document.forms.f orm_aboutme_freetext_edit.submit();" in the address line (without the quotes, of course) and press enter

This should reset your stylesheet. If you have something in the old stylesheet you want to save, you can see it by viewing the source of the non-working page before you reset.
nabsgood is offline


Old 06-21-2007, 04:12 AM   #24
nabsgood

Join Date
Oct 2005
Posts
385
Senior Member
Default
I've never touched a style sheet before, but I know a bit of HTML so I fiddled with some basic things.

This is where I've gotten so far.
http://www.yougamers.com/me/ruzhyo/
How do I make the background a picture?
Here's something to get you started. In the style sheet find the following bit:
Code:
Code
body {     margin: 0px;     padding: 0px;     background: #000000 url(/images/layout/bg_04.gif) top center repeat; }

The background-line here determines the background for the body-element. The first part is the background color as a hex triplet (#rrggbb, #000000 is black, #ffffff is white). This color is shown wherever the background image or some other element isn't.

Now, if you wish to use an image of your own, you put the url to the image between the brackets after "url" (you currently have to host this somewhere else). The words "top center repeat" control where the background image is positioned and whether it's just displayed once or repeated.

The default background image is http://www.yougamers.com/images/layout/bg_02.jpg ,repeated horizontally and vertically, producing the pattern you see at the edges of the page. Now, if you wanted a picture displayed just once in the top right corner, you'd put "top right no-repeat" instead of "top center repeat" and so on.

See http://www.w3schools.com/css/css_background.asp for info on positioning your background image.

Hope this helps!
nabsgood is offline


Old 06-21-2007, 04:14 AM   #25
Nurse_sero

Join Date
Oct 2005
Posts
562
Senior Member
Default
I've never touched a style sheet before, but I know a bit of HTML so I fiddled with some basic things.

This is where I've gotten so far.
http://www.yougamers.com/me/ruzhyo/
How do I make the background a picture?
That's an awesome video - I had great fun just playing "Name That Game!"
Nurse_sero is offline


Old 06-21-2007, 04:17 AM   #26
TpDoctorOneTp

Join Date
Oct 2005
Posts
384
Senior Member
Default
Thanks for the info and especially thanks for the compliments on the video.
TpDoctorOneTp is offline


Old 06-21-2007, 04:27 AM   #27
aspinswramymn

Join Date
Oct 2005
Posts
471
Senior Member
Default
Javascript, CSS, and Flash embeds are allowed? Wow, time to exploit!
aspinswramymn is offline


Old 06-21-2007, 05:05 AM   #28
skydaypat

Join Date
Oct 2005
Posts
441
Senior Member
Default
Javascript, CSS, and Flash embeds are allowed? Wow, time to exploit!
+1[dots] [surrender]
skydaypat is offline


Old 06-21-2007, 05:25 AM   #29
Frierlovene

Join Date
Oct 2005
Posts
458
Senior Member
Default
If you guys want to remove content (ie the welcome stuff), just use "display: none;" for the CSS.
Frierlovene is offline


Old 06-21-2007, 08:44 AM   #30
Peapeuddedbaw

Join Date
Oct 2005
Posts
426
Senior Member
Default
I think this is one of the coolest forum extra's around...

after all the negative talk, the hard heads trying to customize to change... there is light!

I like it, very cool and well thought.

Cheers ! [thumbup]

Now all I gotta do is spend time on it and develop some skills.
Peapeuddedbaw is offline


Old 06-21-2007, 09:19 AM   #31
casinobonusfrees

Join Date
Oct 2005
Posts
413
Senior Member
Default
here's mine
http://www.yougamers.com/me/nivekz/

still trying to figure out this CSS stuff
any ideas for a background?
casinobonusfrees is offline


Old 06-21-2007, 09:21 AM   #32
naturaherbal

Join Date
Oct 2005
Posts
332
Senior Member
Default
They should rename it to GeekSpace.
naturaherbal is offline


Old 06-21-2007, 03:08 PM   #33
Nurse_sero

Join Date
Oct 2005
Posts
562
Senior Member
Default
I think this is one of the coolest forum extra's around...
It was around in beta form a while back in April but folks didn't seem that keen on the idea - give 'em a carrot in the shape of a spangly new laptop and...

hey should rename it to GeekSpace.
Now don't be giving people any ideas!
Nurse_sero is offline


Old 06-21-2007, 03:49 PM   #34
nabsgood

Join Date
Oct 2005
Posts
385
Senior Member
Default
To be honest, the ability to modify CSS, which really let's you make the page your own, was added just recently.

Oh and unless I'm mistaken, -tags are filtered out from the user editable text to cut down potential abuse.
nabsgood is offline


Old 06-21-2007, 03:54 PM   #35
aspinswramymn

Join Date
Oct 2005
Posts
471
Senior Member
Default
You should give the people the ability to add their own div layers. Or at least give us the ability to fully edit the already existing ones.
aspinswramymn is offline


Old 06-21-2007, 03:56 PM   #36
Thomaswhitee

Join Date
Oct 2005
Posts
503
Senior Member
Default
We have a load of cool features coming for the users homepages.. Not yet, but soon! Keep your eyes open.

Cheers,

Nick
Thomaswhitee is offline


Old 06-22-2007, 03:18 AM   #37
capeAngedlelp

Join Date
Oct 2005
Posts
538
Senior Member
Default
We have a load of cool features coming for the users homepages.. Not yet, but soon! Keep your eyes open.

Cheers,

Nick
well when that day come then I will make mine.
capeAngedlelp is offline


Old 06-22-2007, 03:37 AM   #38
nabsgood

Join Date
Oct 2005
Posts
385
Senior Member
Default
got my native american theme updated, still more to come ehe

I like your page. It has character.
nabsgood is offline


Old 06-22-2007, 07:40 AM   #39
Matajic

Join Date
Oct 2005
Posts
501
Senior Member
Default
Mine so far:

http://www.yougamers.com/me/erikl85/
Matajic is offline


Old 06-22-2007, 07:59 AM   #40
CatLuvkaLover

Join Date
Oct 2005
Posts
368
Senior Member
Default
I've seen that grass/bamboo before.. from a signature in the past?

I like it though.
CatLuvkaLover is offline



Reply to Thread New Thread

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

All times are GMT +1. The time now is 10:01 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.0 PL2
Design & Developed by Amodity.com
Copyright© Amodity