GreyWing Posted March 29, 2011 Share Posted March 29, 2011 Hi guys, A new user and slowly getting to grips with it all, slowly lol. Anyway, I'm struggling to get rid of a piece of background on my site. Anyway, my test page is at http://www.that.co.uk/test50 and the problem background is the blue bit half way down the screen. Does anyone have any idea on how to get rid of this and make it #FFFFFF I have tried searching for the colour in the css files but can't see it anywhere. Cheers Graeme 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 30, 2011 Share Posted March 30, 2011 It's connected to this bit: <iframe width="100%" scrolling="auto" height="1200" frameborder="0" align="top" class="wrapper" src="http://that.co.uk/extra/" name="iframe" id="blockrandom"> This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe> The style declaration on the included page has this (templates/portal/style.css): body{background-color:#369;background-image:url(images/bg_background.gif);background-repeat:repeat-x;margin:0;padding:0;} #369 is the color, in shorthand. 0 Quote Link to comment Share on other sites More sharing options...
GreyWing Posted March 30, 2011 Author Share Posted March 30, 2011 Cheers mate, no wonder couldn't find it. You just saved me an age in looking for it. All the best Graeme 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 30, 2011 Share Posted March 30, 2011 No worries, happy to help. You might consider using Firefox browser with the firebug addon installed. Extremely helpful in troubleshooting design issues. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted March 30, 2011 Share Posted March 30, 2011 No worries, happy to help. You might consider using Firefox browser with the firebug addon installed. Extremely helpful in troubleshooting design issues. Agreed These days I use Firebug daily and it's by far the best Firefox addon I've used. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.