Seems to be working ok
I added a few posting features
there is now a table like 'tab' button in the posting form, which allows someone to post lists, or better formatted text.
If you use the button to surround a list of text, thats seperated with a ; it will show the text items in seperate colums
So that if you posted this...
- Code: Select all
[tab=4]text one ; text two ; text three ; text four ;;;;;; [/tab]
It will make
The max number of text columns is 10, but you don't have to display all ten, it just displays the number that is put in the first tab=4 box so tab=8 would make this
the many ;;;;'s are because no matter if you use text in one column or every other column, there must alway sbe 10 ;'s on each line
So really its just like a text csv file, for displaying into a forum. I don't expect it will get used often, but it might prove useful for posting som eof the genealogical stuff that gets posted
The other item which might be useful is the
align= button, which is used to align, text or images, to the left, right or center
- Code: Select all
[align=right]This text is to the right of the page[/align]
[align=left]This text is to the left of the page[/align]
[align=center]This text is in the center of the page[/align]
the above code in a forum post would produce this.....
This text is to the right of the page
This text is to the left of the page
This text is in the center of the page
Again, it may never get used, but it may prove useful, maybe putting images in the centre of the page within a post, rather than on the left all the time.
Steven Dowd