• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Table

superdurnius

Corsair
Coordinator
3D Artist
Storm Modeller
Hello

Is there any way to write table inside post?

Is there PHP forum commands or should I use html? Is html supported?
 
I'd use a code box with spaces to separate the columns:
Code:
  n = InitItem(n,"coin1",   "",  "JRH15",  1, 0.00, 0,  187, 0,  1, 0, 0,    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  1,  1,  1,  1);//swedish silver
  n = InitItem(n,"coin2",   "",  "JRH15",  2, 0.00, 0,  47, 0,  1, 0, 0,    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  1,  1,  1,  1);//swedish copper
  n = InitItem(n,"coin3",   "",  "JRH15",  3, 0.00, 0,  750, 0,  1, 0, 0,    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  1,  1,  1,  1);//spanish gold
 
In that case, I don't know how to. Make the table in Word/Excel and just attach it to a post?
That's what I did when sharing my table for the PotC rebalanced pistols.
 
The forum supports embedded Google Docs, including spreadsheets. That might be worth considering. :shrug
 
I think you simply need to copy and paste the sharing link into your post.
Let me try to get an example...

EDIT: Yep, pasting this URL for the Hearts of Oak survey results:
Code:
https://docs.google.com/spreadsheet/ccc?key=0AiD0l9js9uHIdGhON19uLUFxMjdOZHRfb1BCbk85aGc&usp=sharing
Produces this:

The height and width are currently set to 750 and 850 pixels respectively, but I can change them if necessary.
 
Last edited:
Back
Top