Topic: To edit background in the post entry and author
Hello, I would change the background on the whole outlined part (in red)...
Could you please explain me how to do it?
Thank you!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 additions → To edit background in the post entry and author
Hello, I would change the background on the whole outlined part (in red)...
Could you please explain me how to do it?
Thank you!
Left one:
.post {
}
right one
.postbody {
}
I did this:
.postbody{background-image:url(bgimg.png);margin-left:18em;position:relative;border-left-style:solid;border-left-width:1px;padding:.5em 1.5em 0 1em;clear:both}
But doesn't work
I'm being crazy, I dont find .post alone... i have to create it? +_+
Tried to create it alone but doesn't work... oh my god never known that punbb is so hard to customize css
Just add this at the end of your css file. There's no need in finding existing classes .
Also if image is in the same folder as your css file, you can set attribute as
url(bgimg.png)
( note: no apostrophes needed )
Sorry Kushi I added those lines on the end of the file but I see no changed, I refreshed the page a lot but nothing.
.post{background:#0000}.postbody{background-image:url(bgimg-png)}
I added this exact line.
I definetely love you.
PunBB Forums → PunBB 1.4 additions → To edit background in the post entry and author
Powered by PunBB, supported by Informer Technologies, Inc.