already tried this:
BB code:
Code: Select all
[background]{URL}[/background]
Code: Select all
<body background="{URL}">
I'm running phpBB 3.2.2 with "flat-style" theme.
much appreciated for some help!
Code: Select all
[background]{URL}[/background]
Code: Select all
<body background="{URL}">
Code: Select all
<div style="background: url('{URL}') no-repeat; background-size: 100%; background-position: top;">{TEXT}</div>
Code: Select all
[background={URL}]{TEXT}[/background]
Code: Select all
<div style="background: url('{URL}') no-repeat; background-size: 100%; background-position: top; color: white;">{TEXT}</div>
Code: Select all
[background="http://i.epvpimg.com/J3Phbab.jpg"]Test
Test
Test[/background]