Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

theme.php background images?

Asked Modified Viewed 3,322 times
R
RedModerator
R
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
asked
Member

Is there a way to make the default background color from the themes.php a background image instead of a color?

Also, this question is optional cause I can find out myself with a little time: is it possible to have a background image positioned on the left side of the screen with a code like this:
background-image:url(http://i210.photobucket.com/albums/bb16/entertheumbra/UBGRED.png);
background-repeat:repeat-y;
               background-position:left;
               background-attachment:fixed;
               background-color:;
}

But then have another code similar to that one that repeats on the RIGHT side horizontaly at the same time as the left? If this question needs clarification, please ask.
0 replies

5 posts

U
unknown
U
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

background: url(image url) white repeat-y 0% 0% fixed;

background-image
background-color
background-repeat
background-position
background-attachment

for more information: W3
0 replies
R
RedModerator
R
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Member

I already have that code on my site. If you visit my site you can see it in work in maintenance mode at http://umbra.netfast.org.

I need to figure out how to make this:
// theme settings
$body_text = "#ffffff";
[color=red]$body_bg = "#000000";[/color]
$theme_width = "980";
$theme_width_l = "180";
$theme_width_r = "180";


a background image code. I tried this:
$body_bg = "url(http://i210.photobucket.com/albums/bb16/entertheumbra/UBGREDFIL.png)";
but it did not work...

[URGENT HELP NEEDED] Please Reply!
Edited by RedModerator on 13-07-2007 21:14,
0 replies
D
DubSev
D
DubSev 10
......................................
let's go f***ing mental! la la la la...
  • Senior Member, joined since
  • Contributed 285 posts on the community forums.
  • Started 5 threads in the forums
answered
Senior Member

Modify the next line in subheader.php

<body bgcolor='$body_bg' text='$body_text'>\n";

0 replies
R
RedModerator
R
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Member

what do I modify that to...?
0 replies
R
RedModerator
R
  • Member, joined since
  • Contributed 57 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Member

In other words, I want this black border:

http://i210.photobucket.com/albums/bb16/entertheumbra/UBORDERBLK.png

on both the far left and right of my site with this repeated image:

http://i210.photobucket.com/albums/bb16/entertheumbra/UBGREDFIL.png

in between, so it will look like this with my site in center:
i210.photobucket.com/albums/bb16/entertheumbra/UBORDERBLK.pngi210.photobucket.com/albums/bb16/entertheumbra/UBGREDFIL.pngi210.photobucket.com/albums/bb16/entertheumbra/UBORDERBLK.png

Go to my site at http://umbra.netfast.org and you will see my background on one side (as the image seen here: http://i210.photobucket.com/albums/bb16/entertheumbra/UBGRED.png) and you will see half of what I want to make.
Edited by RedModerator on 14-07-2007 04:05,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet