Ulysses
General => Off-Topic => Topic started by: Heisenberg on October 10, 2015, 07:52:20 PM
-
So i have my own server and i wanted to make my motd look better so i downlaoded so motds but they didnt work so i was wondering if i can put css code in for my motd ? if so the how?
-
GMod Source doesn't allow css files using the method ulx_motd.txt file uses.
It's not us, it's a Gmod limitation.
You'd have to use the <style> </style> tag. Use www.w3schools.org (http://www.w3schools.org) as a good starting place for how.
If you want to host the web pages on your own server, go into XGUI - server motd settings and point to your site.
The external site may still have some trouble with fancy css features though, but is more likely to work over the bare txt method default uses.
-
Add <style> tags above the post body (in the <head>)
Take everything from your CSS file, and copy it
paste between the style tags