Tables in comment Tables in comment
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Tables in comment

Started by Slaats, January 19, 2005, 10:57:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Slaats

Hi!

I'm using Coppermine as a online Catalogue, but now i want to create tables in the description to place the prices in.

You can see what i meen at www.slaatsmachines.com/cat

The prices are now not listed underneath eachother :(

Trying with

[tr.. etc etc

didnt work, does anybody now how i CAN fix it?

Thanks in advance

Joachim Müller

the bbcode coppermine "understands" doesn't contain the table tags you can use on many bbs apps (like smf), it currently only supports
Quote
  • [ b ]Bold[/ b ] => Bold
  • [ i ]Italic[/ i ] => Italic
  • [ url=http://yoursite.com/ ]Url Text[/ url ] => Url Text
  • [ email ]user@domain.com[/ email ] => user@domain.com
  • [ color=red ]some text[/ color ] => some text
  • [ img ]http://coppermine.sf.net/demo/images/red.gif[/ img ] =>(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fcoppermine.sf.net%2Fdemo%2Fimages%2Fred.gif&hash=222126cb2b1cf64acaac9b89aa6f1a02922a7789)

Anyway, as you posted this on "feature requests", you are probably not looking for an answer, but you want to suggest this for future versions (that's the point of the "feature requests" board), so all I can say is "your request has been noted" - there's no saying if or when it is going to be implemented. Not very high on my priority list...

Joachim