Changing background color
Changing background color
|
|
---|---|
Posted 2020-09-30 15:42:03
Hi! So couldn't figure out how to change the background color on a topic thing and i was just wondering if anyone else knew how to do it. |
![]() Stormy #2233 |
Posted 2022-03-18 19:02:14
background-color: #color; in your style tag. For example, if you're using tables, it could look something like this:<table style="background-color: #637e97;"><tbody><tr><td>Your content here.</td></tr></tbody></table>
Or if you're using div styles, it might look something like this: <div style="background-color: #637e97;">Your content here.</div> Your content here.
|
![]() fireflii #757 |