Logged Out
Create an Account
Login:
Password:

Forgot your password?
Color code news posts?

Color code news posts?
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Suggestions]
Secondary: None
Is there a way to make News posts directed at officers only stand out from the rest of the news? Can I change the background color of the news post using html? How would I do this?

--
Followers of Nobility
Quote by Jedis
Is there a way to make News posts directed at officers only stand out from the rest of the news? Can I change the background color of the news post using html? How would I do this?


You'd likely have to make them with the "Hybrid HTML" or "Pure HTML" mode, then you can wrap a div around the content. Something like

<div style='background:#440000;color:#ffffff;height:100%;width:100%'>

....Content Here...

</div>


This should make it white text with a dark maroon background.

--
It's all in the reflexes.
Awesome, it works great. Thank you

--
Followers of Nobility


[Back to Index]  [Top of Thread]