1
wishdragon
background
  • 2005/3/15 21:54

  • wishdragon

  • Just popping in

  • Posts: 44

  • Since: 2005/1/13


Arg. Can someone review the page source on my site and see if anything jumps out at them about why my background image is only covering a small portion of the page please?

This seems to only happen when there is a module atached to the page.Least I believe it happened right after I installed the modules.

http://ridersofthewind.com/irth/modules/news/

2
tjnemez
Re: background
  • 2005/3/15 22:59

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


try this:

body {
background-image: url("themes/warcraftv2/bg2.jpg");
background-repeat: repeat-y;
margin: 8px;
padding: 0;
font-family: Tahoma;
font-size: 9pt;
}

or

body {
background-image: url("themes/warcraftv2/bg2.jpg");
background-repeat: tile;
margin: 8px;
padding: 0;
font-family: Tahoma;
font-size: 9pt;
}

3
wishdragon
Re: background
  • 2005/3/15 23:13

  • wishdragon

  • Just popping in

  • Posts: 44

  • Since: 2005/1/13


nope :( just made it al white :(

4
tjnemez
Re: background
  • 2005/3/15 23:22

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


ok, try this, it works for me:


body {
background-image: url(bg2.jpg);
background-repeat: repeat-y;
margin: 8px;
padding: 0;
font-family: Tahoma;
font-size: 9pt;
}

or

body {
background-image: url(bg2.jpg);
background-repeat: tile;
margin: 8px;
padding: 0;
font-family: Tahoma;
font-size: 9pt;
}

5
tjnemez
Re: background
  • 2005/3/15 23:28

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you need to add the above to your style.css

6
wishdragon
Re: background
  • 2005/3/15 23:33

  • wishdragon

  • Just popping in

  • Posts: 44

  • Since: 2005/1/13


argh, i dont know what the brain fart is :( only way it displays at all is the way i have it now, but doesnt fill the page :(

7
wishdragon
Re: background
  • 2005/3/15 23:34

  • wishdragon

  • Just popping in

  • Posts: 44

  • Since: 2005/1/13


just saw your next post. so im adding that to the css as well as the thme or just css?

8
tjnemez
Re: background
  • 2005/3/15 23:36

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


should only have to add to css

9
wishdragon
Re: background
  • 2005/3/15 23:37

  • wishdragon

  • Just popping in

  • Posts: 44

  • Since: 2005/1/13


there we go that was prob. was trying to fx it in theme and didnt do anything to the css.

my thx :)

Login

Who's Online

96 user(s) are online (60 user(s) are browsing Support Forums)


Members: 0


Guests: 96


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits