« 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)
Fri, 30 Sep 22 4:17 AM | 167 view(s)
Boardmark this board | test board
Msg. 00013 of 00016
(This msg. is a reply to 00012 by Decomposed)

Jump:
Jump to board:
Jump to msg. #

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.




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 (2) »



» 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 3:20 AM
Msg. 00012 of 00016

4) As with the "pre" problem mentioned earlier, changing a font color mid-sentence inserts a carriage return. Two, in fact, both before and after the color change.

In other words, when I try to make

this phrase 
red, carriage returns I don't want and can't get rid of appear in the saved message..


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