vForums Support > vForums :: Support :: > forms/calendars/files on forum

forms/calendars/files on forum - Posted By cm1e (cm1e) on 28th Sep 08 at 6:42pm
Forum URL:
Experienced By:
Browser:
Operating System:

Problem:

Hi, just wondering if there is a way of getting a spreadsheet on the forum?
Thanks for your help

Celine.

Re: forms/calendars/files on forum - Posted By Nick (nickb) on 28th Sep 08 at 8:25pm
Well you can use the Table UBBC code

Row 1 section 1Row 1 section 2Row 1 section 3
Row 2 section 1Row 2 section 2Row 2 section 3


Code:
 
  1. [table]
  2. [tr]
  3. [td]Row 1 section 1[/td]
  4. [td]Row 1 section 2[/td]
  5. [td]Row 1 section 3[/td]
  6. [/tr]
  7. [tr]
  8. [td]Row 2 section 1[/td]
  9. [td]Row 2 section 2[/td]
  10. [td]Row 2 section 3[/td]
  11. [/tr]
  12. [/table]
 

Re: forms/calendars/files on forum - Posted By cm1e (cm1e) on 29th Sep 08 at 8:02am
Thanks a bunch... next time I'll try thinking first...

Cx

Re: forms/calendars/files on forum - Posted By Nick (nickb) on 30th Sep 08 at 5:05am
Your welcome! Was a pleasure to help {Smile}