Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Customising the background in a browser

  • 26-09-2004 10:03PM
    #1
    Closed Accounts Posts: 3,354 ✭✭✭


    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, Registered Users 2 Posts: 7,742 ✭✭✭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