|
uCoz Community Archives Locked Design #985 |
Design #985 |
Now how to only let left and right side to be changed in next step without changing other backgrounds:
The first thing that you must do before you are able to change Background ONLY on left and right side Follow these steps correct go to CSS and paste the following code after /* General Style */
Code #background {width:100%;height:100%;text-align: center; background:#ffffff center repeat;} Find: Code <td valign="top" style="padding:0px 10px 0px 10px;"> Change to:
Code <td id="background"valign="top" style="padding:0px 10px 0px 10px;">
Now how to change Background on left and right side correctly: Find: Code <body style="background:#FFFFFF; margin:0px; padding:0px;"> Change the colour:
Code #FFFFFF ---> #your colour Change the white background to an Image
Code <body style="background:#FFFFFF; margin:0px; padding:0px;"> --->: <body style="background:url ('Your IMage') repeat#FFFFFF; margin:0px; padding:0px;"> note: you can use
If you have more questions ask them here Best regards To busy building a passive income online ;)
Post edited by Animorph - Wednesday, 2010-12-08, 3:42 PM
|
It works perfectly, thanks a lot
Added (2010-12-08, 2:17 PM) |
Pufi, it works with colours i recently tested it
Code <body style="background:url('http://website.do.am/img/bg.png') repeat #colour; margin:0px; padding:0px;"> i will PM you my test site where you can see the result To busy building a passive income online ;)
|
Pufi, find
Code $GLOBAL_CLEFTER$ </td> Directly under that you will find the code that you are looking for note: the "code" is on all modules , so i suggest that you use replace feature go to CP ---> Main » Customize design » Quick replacement Replacement mode: multiline Find: Code <td valign="top" style="padding:0px 10px 0px 10px;"> Replace by:
Code <td id="background"valign="top" style="padding:0px 10px 0px 10px;"> To busy building a passive income online ;)
Post edited by Animorph - Thursday, 2010-12-09, 5:24 PM
|
Pufi,
in you FAQ template you need to find this
Code <td valign="top" style="padding:0px 10px 0px 10px;"> and change it to this:
Code <td id="background" valign="top" style="padding:0px 10px 0px 10px;"> note: if the background is not changed on a module you need to do it manually , just that you know
i found the problem that you have , save your CSS again , you still have the default CSS in FAQ template this needs to be Code <link type="text/css" rel="StyleSheet" href="/.s/src/css/985.css" /> this Code <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> and then it will work To busy building a passive income online ;)
Post edited by Animorph - Thursday, 2010-12-09, 7:06 PM
|
| |||
| |||