MKSwni
Member
Hi,
I'm implementing an image as a notice with the following code:
And it works perfectly on my main board:
However, in threads it appears like this:
How can I get it to have the background wrap around the image in threads instead of showing all that extra space?
I could center the image but I'd rather just remove the blue background all together.
Thank you.
I'm implementing an image as a notice with the following code:
Code:
<img src="http//www.image.png" style="display:block;width=100%"/>
And it works perfectly on my main board:
However, in threads it appears like this:
How can I get it to have the background wrap around the image in threads instead of showing all that extra space?
I could center the image but I'd rather just remove the blue background all together.
Thank you.