These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE General Discussion

 
  • Topic is locked indefinitely.
 

HTML Code For MOTD

Author
Luna Kurvora
Deep Core Mining Inc.
Caldari State
#1 - 2016-11-18 21:46:06 UTC
Hi All,

I have been researching HTML code on the internet and every time I try to set up our corp MOTD it doesn't change the font just shows all the code there.

Any help would be great

Fly Safe o7
Luna
Scipio Artelius
Weaponised Vegemite
Flying Dangerous
#2 - 2016-11-18 22:18:26 UTC  |  Edited by: Scipio Artelius
I am fairly certain (like 20%, which here pretty much makes it a fact) that the MOTD uses XML, not HTML for basic formatting.

So instead of say:

[a href="someurl.com"]Some URL[/a] (square brackets just because we can't include html in posts)

It would be:

{url="someurl.com"}Some URL{/url} (but < > brackets instead. Square brackets get interpreted in posts too apparently)

It's been a while since I did much with the MOTDs, but there isn't a huge capability to interpret HTML anyway.

The text is autoescaped for security purposes, so it only accepts certain XML tags, which are essentially what you can do with the rich formatting options at the top of the MOTD when in settings mode.
Luna Kurvora
Deep Core Mining Inc.
Caldari State
#3 - 2016-11-18 22:26:17 UTC
Thanks very much for your help