I am trying to edit a forum template to look like the rest of the site. The template is pretty spot on but I need to change the way the background is displayed.
The template designer basically has the forum background set in the body tag style (line 5,6):
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #666666;
background-image: url('./images/background.gif'); background-repeat:repeat-y; background-position: top center;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}I want a horizontal gradient to match the rest of the site:
Code: Select all
background-image: url(./images/bodyground-gradient.jpg);
background-repeat: repeat-x;
...
Any ideas?
Ed
~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: