1. Hi, i'm newbie on Lua programming, and i have an ADDOn "SK" Suicide Kings, and i want to show the list on my guild web page.

    I want to know if has a PC software thats can convert my .lua to HTML page

    Thanks for Help...

    PS: Sorry for my bad English!

  2. Lua tables are just text, you can just put them into a <pre> block in order to display them. Alternatively, you can write a lua script to generate HTML output.. What you want is something custom, so there isn't an out of the box solution that will likely work for you.