Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Customising the background in a browser

Options
  • 26-09-2004 10:03pm
    #1
    Closed Accounts Posts: 3,357 ✭✭✭


    Can anyone tell me if its possible to override the default background on a web page with your own?

    Basically I want the background of every site/page I visit to be overridden with one that matches the skin of my browser.

    Im using opera btw


Comments

  • Registered Users Posts: 7,739 ✭✭✭mneylon


    I don't use Opera, but some browsers allow you to have a custom stylesheet that overrides the webpages you view. You might want to look into that.


  • Closed Accounts Posts: 2,525 ✭✭✭JustHalf


    Easily done with a personal stylesheet:

    body {
    background-image: url(whatever) !important;
    }

    but it's a really silly thing to do unless you want to set all the colours of everything that sits on top of this background aswell.


Advertisement