Test
Terje Slettebø (285) 275 posts | <table style="border:1px solid black;"> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> </table> | ||||||||||||
Steve Revill (20) 1361 posts | <table style="border:1px solid black;"> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> <tr> <td>This</td> <td>is</td> <td>a</td> <td>row</td> </tr> </table> | ||||||||||||
Andrew Hodgkinson (6) 465 posts |
Please see: https://www.riscosopen.org/forum/forums/2/topics/547 I’ve discovered that the forum runs Textile output through a whitelist processor. This is redundant as Textile output is ‘safe enough’ to be used “raw” everywhere else on the site. Because the forum caches the HTML-ified contents of posts in the database, any existing posts that fell foul of the whitelist would need to be edited and re-saved to show a change; accordingly, I tested both of the above examples on the development site and they both rendered as tables rather than a plain text dump of the equivalent HTML. |
||||||||||||
Andrew Hodgkinson (6) 465 posts |
Above is marked up as: table(bordered). | Proof | That | Tables | Work | Looks like I need to do a bit of CSS tweaking to improve the aesthetics though. |
||||||||||||
Trevor Johnson (329) 1645 posts |
|
||||||||||||
Andrew Hodgkinson (6) 465 posts |
Done: https://riscosopen.org/tracker/repository/changesets/370 (…ignoring the inadvertent white space changes that the Collaboa diff tool highlights). |
||||||||||||
Stephen Unwin (1516) 154 posts |
Testing a specific link. An old file of toolsprites I made back in 1995! If it works and you like it, feel free to use it. |
||||||||||||
Stephen Unwin (1516) 154 posts |
Hi, I am involved in a couple of charity public firework displays. To control it I am using a RaspberryPi running RISC OS. I am also looking for ideas for other animations etc. If this works, here is my emulation program that was working under RPCEmu. |
||||||||||||
Stephen Unwin (1516) 154 posts |
Hi, this is a section of code I’ve been working on and certain bit has me stumped! Following dropping a file in a window, I get a usermessage received in workspace% 559 : filepath2$=$(workspace%+44) 560 : REM byte bang as above doesn't work every time! 561 : filepath$="" 562 : temp1%=0 563 : temp2%=workspace%?44 564 : WHILE temp2%<>0 AND temp2%<>13 565 : filepath$+=CHR$temp2% 566 : temp1%+=1:temp2%=workspace%?(44+temp1%) 567 : ENDWHILE 568 : 569 : PROCseticontext (debug%,11,filepath$) 570 : PROCseticontext (debug%,12,filepath2$) |
||||||||||||
Nguyen Tuan Minh (2364) 1 post |
bold abc |