- sfondo image.rar
- (111.96 KiB) Downloaded 129 times
How to add background image in the responses
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: How to add background image in the responses
open colours.css
find:
add after:
is that how you wanted it ?
pic:
find:
Code: Select all
.content {
color: #333333;
Code: Select all
min-height: 150px;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
background-repeat: no-repeat;
background-position: center;
pic:
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: How to add background image in the responses
ok so you took out the no-repeat and used repeat.
happy?
happy?
- Galandas
- BBCoder III
- Posts: 147
- Joined: 07 Mar 2010, 00:08
- BBCodes: 35
- Favourite BBCode: player yahoo
- Favourite MOD: Mod Rey
- Location: italy
- Contact:
Re: How to add background image in the responses
I put the image taken from another site not yet arrived solution..............
this is the result of your suggestion
this result here and I want to get
[thumbnailpop]http://i37.tinypic.com/t6bdhy.jpg[/thumbnailpop]
this is the result of your suggestion
Code: Select all
/* Content container styles
----------------------------------------*/
.content {
color: #333333;
min-height: 300px;
background-image: url("{T_THEME_PATH}/images/rowbck.gif");
background-repeat: repeat;
background-position: center;
}
this result here and I want to get
[thumbnailpop]http://i37.tinypic.com/t6bdhy.jpg[/thumbnailpop]
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: How to add background image in the responses
so im lost
you can try some repeat css codes
this repeat will display the image once:
this repeat will just carry on:
this repeat will just go across the page:
this repeat will go down the page:
im totally lost here sorry
you can try some repeat css codes
this repeat will display the image once:
Code: Select all
background-repeat: no-repeat;
Code: Select all
background-repeat: repeat;
Code: Select all
background-repeat: repeat-x;
Code: Select all
background-repeat: repeat-y;
- Galandas
- BBCoder III
- Posts: 147
- Joined: 07 Mar 2010, 00:08
- BBCodes: 35
- Favourite BBCode: player yahoo
- Favourite MOD: Mod Rey
- Location: italy
- Contact:
Re: How to add background image in the responses
I know that are used repeat so I tried them all, anyway thanks so much
see this style as it did?
http://www.awesomestyles.com/phpbb3-sty ... n&version=
see this style as it did?
http://www.awesomestyles.com/phpbb3-sty ... n&version=
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: How to add background image in the responses
Got ya ,sorry your english isnt as bad as mine
here :
and phpBB3 doesnt support css3 ,you need to use a js ,javascript.
here :
and phpBB3 doesnt support css3 ,you need to use a js ,javascript.
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers