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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Customising the background in a browser

  • 26-09-2004 9: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, Registered Users 2 Posts: 7,740 ✭✭✭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