Page 1 of 1

Enable table function in this forum

PostPosted: Wed Aug 01, 2007 10:38 pm
by Stefan
Hi Jim,
would be nice if we could insert BBCode tables in the postings:

[table][tr][td]one is here[/td][td]two[/td][td]juhu[/td][/tr]
[tr][td]-[/td][td]H[/td][td]J[/td][/tr]
[tr][td]G[/td][td]H[/td][td]F[/td][/tr][/table]
This BBcode works at http://www.DonationCoder.com


This way we could better format the message text and examples.

best regards
Stefan

PostPosted: Thu Aug 02, 2007 7:32 am
by Admin
Hi,

Not sure this is something I have any control over, all BB code functionality is enabled already.

If you use the
Code: Select all
code
tags the formatting is usually retained.


Jim

PostPosted: Thu Aug 02, 2007 12:10 pm
by Stefan
> the formatting is usually retained.
Not really if we see, the equal signs = should be vertically aligned (i inserted spaces while composing this post):
Code: Select all
(.+)              =>find all, till
(\s*msgrid_) =>none or more space followed by 'msgrid' and by an underscore
(\d{7})        => followed by 7 digits


BBCode is ON.
But Table tags didn't work.
OK, i don't want to make you more work :lol:


-------

Upps, i found an solution, modify your text in an editor and
align with tabs:
Code: Select all
(.+)          =>find all, till
(\s*msgrid_)  =>none or more space followed by 'msgrid' and by an underscore
(\d{7})       => followed by 7 digits


It must be CODE as you sad, QUOTE didn't work here:
(.+) =>find all, till
(\s*msgrid_) =>none or more space followed by 'msgrid' and by an underscore
(\d{7}) => followed by 7 digits


---

I will test this FF ex, would come in handy for this task:

It's All Text! FireFox extension
https://addons.mozilla.org/de/firefox/addon/4125
Edit textareas using an external editor, because it's all text!
Right click on a textarea, select "It's All Text!" and edit the text in the editor of your choice.