« TBOARD Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next

Re: Please post site problems here

By: Decomposed in TBOARD | Recommend this post (0)
Mon, 10 Oct 22 7:14 AM | 149 view(s)
Boardmark this board | test board
Msg. 00015 of 00016
(This msg. is a reply to 00013 by Decomposed)

Jump:
Jump to board:
Jump to msg. #

6. If a user ignores another user, it cannot be undone. There are folks here who have had to create a new account in order to see others' posts again.




Avatar

Gold is $1,581/oz today. When it hits $2,000, it will be up 26.5%. Let's see how long that takes. - De 3/11/2013 - ANSWER: 7 Years, 5 Months


- - - - -
View Replies (1) »



» You can also:
- - - - -
The above is a reply to the following message:
Re: Please post site problems here
By: Decomposed
in TBOARD
Fri, 30 Sep 22 4:17 AM
Msg. 00013 of 00016

5. This one's not a bug. It's just a wish list item. Namely, I'd give my eye teeth for the site to allow the html tags that support tables. The change is probably trivial for your programmer. Wherever your site is filtering text to allow italics and bold but not other tags, start allowing the table, tr and th tags. (and, of course, the /table, /tr and /th counterparts). That would enable us to type something like:

<table>
  <tr>
    <th>Company</th>
    <th>Contact</th>
    <th>Country</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
    <td>Germany</td>
  </tr>
  <tr>
    <td>Centro comercial Moctezuma</td>
    <td>Francisco Chang</td>
    <td>Mexico</td>
  </tr>
</table>

Or maybe we'd have to type the tags with square brackets instead of angle brackets as is currently the case on your site with bolding and italicization. Either way, we'd be able to get cool results in our messages like:


Uploaded Image

I can't think of any drawbacks to allowing these tags. At worst, a user who doesn't know what he's doing will screw up his own post by coding a table incorrectly.

It's just a thought. If you decide against it, I totally understand.


« TBOARD Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next