General Discussion Undecided where to post - do it here. |
Reply to Thread New Thread |
![]() |
#21 |
|
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? |
![]() |
![]() |
#22 |
|
|
![]() |
![]() |
#23 |
|
hmm so where i come from, no answer is a yes 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. |
![]() |
![]() |
#24 |
|
I've never touched a style sheet before, but I know a bit of HTML so I fiddled with some basic things. 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! |
![]() |
![]() |
#25 |
|
I've never touched a style sheet before, but I know a bit of HTML so I fiddled with some basic things. ![]() |
![]() |
![]() |
#26 |
|
|
![]() |
![]() |
#27 |
|
|
![]() |
![]() |
#29 |
|
|
![]() |
![]() |
#30 |
|
|
![]() |
![]() |
#31 |
|
here's mine
http://www.yougamers.com/me/nivekz/ still trying to figure out this CSS stuff any ideas for a background? |
![]() |
![]() |
#32 |
|
|
![]() |
![]() |
#33 |
|
I think this is one of the coolest forum extra's around... ![]() hey should rename it to GeekSpace. |
![]() |
![]() |
#34 |
|
|
![]() |
![]() |
#35 |
|
|
![]() |
![]() |
#36 |
|
|
![]() |
![]() |
#37 |
|
|
![]() |
![]() |
#39 |
|
|
![]() |
![]() |
#40 |
|
Mine so far: I like it though. ![]() |
![]() |
Reply to Thread New Thread |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|