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 Technology Lab

 
  • Topic is locked indefinitely.
 

html formatting used in EVE mails

Author
Vex Munda
Anti Enslavement Movement
#1 - 2017-03-28 23:55:03 UTC
Hey,

Does anyone happen to know what kind of html EVE uses for the mails inside the game? It seems to be an old html style. (it doesn't recognise div elements for example)

Would there be an easy trick to turn modern html into the old style? Or should I write some custom javascript to edit the html to the old style?

Snitch Ashor
Republic Military School
Minmatar Republic
#2 - 2017-04-03 21:58:51 UTC  |  Edited by: Snitch Ashor
Vex Munda wrote:
Hey,

Does anyone happen to know what kind of html EVE uses for the mails inside the game? It seems to be an old html style. (it doesn't recognise div elements for example)

Would there be an easy trick to turn modern html into the old style? Or should I write some custom javascript to edit the html to the old style?



As far as I can tell its a subset of html4. Lots of stuff is done using font tags. Lists, divs and img tags do not work. The ingame mail viewer also has the bad habit of interpreting br tags as well as linux and/or windows style /r/n line breaks.