DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Style Support
*****************************************************
#Post#: 14577--------------------------------------------------
can someone just please help.
DIR By: yolandi
Date: October 13, 2014, 2:36 am
---------------------------------------------------------
i have been trying to do this forever and because i have no
coder friends or any money to pay someone i cant do this. i just
want to know the line of code to make the whole background of a
forum look like this
HTML http://i.imgur.com/Xv93mXN.jpg
i have been looking forever and nothing helps.. i don't know
code and dont want to learn sadly
#Post#: 14579--------------------------------------------------
Re: can someone just please help.
DIR By: CreateAForum
Date: October 13, 2014, 6:23 am
---------------------------------------------------------
Here is example editing css
--- Code ---
body {
background-image: url("gradient_bg.png");
}
--- End Code ---
You need to add background-image: url("yourimagefile.png"); to
the body tag in the css
#Post#: 14586--------------------------------------------------
Re: can someone just please help.
DIR By: yolandi
Date: October 13, 2014, 1:36 pm
---------------------------------------------------------
where do i put this exactly? i put it in headers but it just
shows the text not the image that obviously doesnt work.
#Post#: 14587--------------------------------------------------
Re: can someone just please help.
DIR By: CreateAForum
Date: October 13, 2014, 1:52 pm
---------------------------------------------------------
No in the css after you modify the style/edit style
#Post#: 14588--------------------------------------------------
Re: can someone just please help.
DIR By: yolandi
Date: October 13, 2014, 2:23 pm
---------------------------------------------------------
i am pathetic at this.. i guess im just going to have to find
someone to do it for me for free or save up to pay someone
because i dont even know where to put the line of code
#Post#: 14589--------------------------------------------------
Re: can someone just please help.
DIR By: CreateAForum
Date: October 13, 2014, 10:26 pm
---------------------------------------------------------
You can pm me an admin user and will take a look.
#Post#: 14593--------------------------------------------------
Re: can someone just please help.
DIR By: Tropical_Wannabe
Date: October 15, 2014, 4:38 pm
---------------------------------------------------------
Admin>Style Manager>Select "modify style" next to the style your
using.
Press F3 on your keyboard, in the search box type 'background'
Your looking for this:
--- Code ---
/* Set a fontsize that will look the same in all browsers. */
body
{
background:
url(
HTML http://images.smfboards.com/caf/themes/light_green/images/theme/bg.png);
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 0;
}
--- End Code ---
Simply replace this string
(
HTML http://images.smfboards.com/caf/themes/light_green/images/theme/bg.png)
HTML http://images.smfboards.com/caf/themes/light_green/images/theme/bg.png);<br
/>[your string will look different unless your using the
light_green style], with the direct location of your background.
Post a link to your forums so we can see how it turned out.
Good luck!
*****************************************************
Page 1 of 1