inherit
166817
0
May 24, 2011 9:59:02 GMT -8
niall001
1
May 2011
niall001
|
Post by niall001 on May 22, 2011 8:24:12 GMT -8
Hi. I'm just trying to put together a board and I'm working on my first skin. I've chosen yellow as a background colour as I wish the box at the top of the screen (the one containing the logo and "you have x new messages" messages). I've chosen a background image that is a faded series of photographs. The problem is that the bottom of the image tile and its side, you can see yellow lines from the background colour. Any ideas how to get rid of these yellow lines? needatutor.proboards.com/index.cgi
|
|
inherit
72282
0
Feb 22, 2019 7:29:04 GMT -8
Smangii
what's this?
4,772
February 2006
smangii
|
Post by Smangii on May 23, 2011 19:46:00 GMT -8
Hi, add this code in your global headers:
<style type="text/css"> body { background-color: #FFFFFF; } .welcomebg { background-color: #FFFF00; } </style>
|
|