fudcode and tables? [message #7143] |
Fri, 08 November 2002 18:21 |
Raven17
Messages: 32 Registered: September 2002 Location: Southern California
Karma: 0
|
Member |
|
|
The basic problem my users and myself are having is not being able to figure out how to make tables in our posts with the fudcode.
I looked through the docs and tried the regular HTML code posting of:
<TABLE BORDER>
<TR>
<TD>A</TD> <TD>B</TD> <TD>C</TD>
</TR>
<TR>
<TD>D</TD> <TD>E</TD> <TD>F</TD>
</TR>
</TABLE>
Which doesn't work.
How can tables be nested inside the fudcode when we post?
TIA
|
|
|
Re: fudcode and tables? [message #7144 is a reply to message #7143] |
Fri, 08 November 2002 18:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Unless you allow HTML code you cannot place raw HTML inside messages.
FUDforum Core Developer
|
|
|
Re: fudcode and tables? [message #7146 is a reply to message #7144] |
Fri, 08 November 2002 20:23 |
Raven17
Messages: 32 Registered: September 2002 Location: Southern California
Karma: 0
|
Member |
|
|
prottoss wrote on Fri, 08 November 2002 10:49 | Unless you allow HTML code you cannot place raw HTML inside messages.
|
I see the choices are fudcode, html or none as opposed to fudcode AND html. So my question is, how do you create a table or at least a text message with entries separated by tabs using fudcode?
Thanks.
[Updated on: Fri, 08 November 2002 20:26] Report message to a moderator
|
|
|
|
|
|
|