• webv4 backround image or color add

    From Denn@1:229/2 to All on Thursday, May 02, 2019 08:34:24
    From: denn@OUTWEST.remove-bqy-this

    echicken informed me that modding the index.xjs file was a bad idea, he is right it is a bad Idea - my bad lol
    he also told me to edit or create a custom.css file in sbbs\webv4\root\css\ this actually works better than modding the index file. - thanks echicken.

    Ok here is the answer to your question
    in your sbbs\webv4\root\css directory open or create custom.css in plain text.

    if you just want to change background color put this line in your custom.css body {
    background-color: black;
    }
    you can change black to any html color green, red, blue, yellow etc..
    or you can use a HEX color ie.. #1e88e5 #00c853 #546e7a
    here is a good website to find HEX colors https://htmlcolors.com/


    or you can add a background picture as well below is an example

    body {
    background-image: url("http://yourbbs.com/pics/3d.jpg");
    }

    in sbbs\webv4\root create a folder any name you want to store your backgrounds. example sbbs\webv4\root\pics

    I use 1920 x 1080 pictures as my backgrounds.

    enjoy!

    ---
    þ Synchronet þ outwestbbs.com - the Outwest BBS
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)