HTML tag

Hi all,

I'm having difficulty using HTML table tags (e.g., <table>). I've tried several different approaches, but for some reason, I'm not getting the output to honour the table rows and table data sections.

Does anyone have a working example of an HTML table that I can look at to see what I'm going wrong?

Cheers,

Comments

  • A lot of Joe May's generators use <tables>. Take a look at his Bazaar generator (you can download it from the link at the top of the page):

    http://www.rpginspiration.com/tables/srd35bazaargenerator1.ipt
  • Thanks for the link - very cool example of what can be done.

    I think I sorted it - chalk it up to pilot error: I was using the tags properly, but was using hard returns (instead of "&") to start new lines.

    Sometimes you need a second pair of eyes...

    Cheers,

Leave a Comment