Poll

How do you like this new forum?

It's the greatest thing since ectoplasm!!
16 (64%)
Come on in. The water's fine.
9 (36%)
I wonder what's on Leno tonight?
0 (0%)
It wouldn't even keep my pet rock entertained.
0 (0%)
What forum!? I thought this was a proctology exam!
0 (0%)

Total Members Voted: 24

Author Topic: New Poll: How Do You Like This Forum?  (Read 6623 times)

Dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 303
    • View Profile
    • Michael Teachings
New Poll: How Do You Like This Forum?
« on: April 18, 2011, 09:27:48 AM »
I'm still playing with the many features on this forum, and just discovered that it has polls. Now don't be too hard on me. Artisans are fragile.  ;-) 

Best,
Dave


Ulla

  • New Member
  • *
  • Posts: 26
    • View Profile
Re: New Poll: How Do You Like This Forum?
« Reply #1 on: June 10, 2011, 02:09:04 AM »
I'd like to know if it's possible to transport a table or figure (from outside) into the text box here? If so, please tell me how to do it.

I find the above tool buttons (e.g. bold) a bit clunky and cryptic, obviously not made for or by Macs!?

Thanks,
Ulla

jk

  • Full Member
  • ***
  • Posts: 171
    • View Profile
Re: New Poll: How Do You Like This Forum?
« Reply #2 on: June 10, 2011, 08:19:50 AM »
Hi Ulla,

this is how you add an image provided its somewhere online (I don't think there is a direct upload image function?):
Code: [Select]
[img]http://asia.olympus-imaging.com/products/dslr/e520/sample/images/thumb_03.jpg[/img]
which will result into :




Table would be a little more complicated - unless Dave knows some other method. Basically you need to use (like with the image above) a pseudo HTML code. For example, this:

Code: [Select]
[table]
        [tr]
[td]Apples[/td]
[td]44%[/td]
[/tr]
[tr]
[td]Bananas[/td]
[td]23%[/td]

[/tr]
[tr]
[td]Oranges[/td]
[td]13%[/td]
[/tr]
[tr]
[td]Other[/td]

[td]10%[/td]
[/tr]
[/table]

will give you this:

       
Apples44%
Bananas23%
Oranges13%
Other10%

This is rather clunky, I agree. If it is somewhere online, it may be easier to just share a link to it.


« Last Edit: June 10, 2011, 08:46:47 AM by jk »