ID:1936675
 
(See the best response by AERProductions.)
Hello there. My problem is rather straight forward, but I'm not sure if it qualifies as a BYOND help problem exactly. I went ahead and searched through the forums for similar case questions, but was unlucky in my search. My goal is to have it so a background image is displayed for the long hub description with provided text overlapping. I've tried making this possible with:

<br>
<div style="background-image:url('http://freedesignfile.com/upload/2013/11/blue_sky_04.jpg');font-size:12px;background-size:cover;background-repeat:no-repeat;">
<br> text here

</div>


To my misery however, the image doesn't appear to be registering on the HUB.


Yet according to an associate of mine, the same type of code is used in few games and yet is applied on those hubs.
The style attribute won't work there.
In response to Lummox JR
Lummox JR wrote:
The style attribute won't work there.

Any recommended ways to accommodate for the style? I'm finding myself stuck trying to find the precise method to have it appear.

In response to Dexdere
Best response
Use an html table and put an image background in one of the cells.
AERProductions wrote:
Use an html table and put an image background in one of the cells.


Thank you.