phpBB BB Code Help [CSS]

ℓєσ gнσѕт

Seasoned Veteran
Joined
Sep 17, 2015
Messages
4,304
Reaction score
1
FP$
6
I'm trying to re-create what Murder he Wrote had been using in a few of his old signatures, a phpBB BB Code that places format-able (with CSS, padding, size, ect) text over top of a background image.

So it'd be like a picture of a square box, with text on it that can be moved around with padding and have the size and such changed. I'd also want the text to be able to be edited via the BB Code itself, so

Code:
[code]{TEXT}
[/code]

and the {TEXT} is what appears as text on the background image.

+Rep and a HUGE thanks to who ever can help out with this :cheer:
 
Could you try to explain more clearly? If I understand correctly, like a background image behind text?
 
The padding and what not is kinda unique for every background image. So, if you can show the background image you want to use I'll see about knocking the code up for you 🙂
 
Maybe incorporate it into the bbcode for instance:

Code:
[bg={URL}/{NUMBERS1}/{NUMBERS2}]{TEXT}[/bg]
 
Edit: Nevermind, I think I almost have it figured out myself 🙂

Edit edit: Did figure it out, just took some searching for the right pieces.
 
Back
Top Bottom