localhost8080
Well-known member
Hello,
I just centered my logo and now I need to put some repeating background left and right to it.
At my old forum, I had a table with three colums:
column left was
center colums was the logo and the right colums was
someone can help me please, how to get this done on xenforo?
thank you!
David
I just centered my logo and now I need to put some repeating background left and right to it.
At my old forum, I had a table with three colums:
column left was
Code:
<td style="width:auto;background-image: url(images/left.png);background-repeat:repeat-x;background-position:right top;"> </td>
center colums was the logo and the right colums was
Code:
<td style="width:auto;background-image: url(images/right.png);background-repeat:repeat-x;"> </td>
someone can help me please, how to get this done on xenforo?
thank you!
David