|
Main /
HTML EditingWhenever you work with text in SF0 (in task descriptions, messages, proof descriptions, comments and so on) you'll see a series of buttons at the top of the text input area. These buttons allow you to insert some simple HTML formating tags into your texts (you can also just enter tags in manually if your comfortable with HTML). Here's a list of allowed tags and what they'll look like:
Generally, standards-compliant HTML and CSS will work as well. Javascript and attempts at embedded shenanigans (see below for YouTube et al) will be stripped (for the protection of the masses), but inline CSS can be used to proofs. So far, <span style> and <p style> tags, accompanied by relevant css markup have been demonstrated to work in player proofs. Note that the content filter enforces coding standards, which may lead to some unexpected results. See Proof for more on crafting your completed task. For proof descriptions we have an additional, SF0-only tag. Click the 'proof' button and you'll see the following: [proof:n;size:100;align:left] This will insert one of the files you've uploaded for your proof inside the proof description. Just replace the n (after the "proof:") with the number of the uploaded file you want to display. For embedding video, there is a special syntax For YouTube enter: "[youtube:url_to_video]" e.g. For GoogleVideo enter: "[googlevideo:url_to_video]" e.g. EMBED and OBJECT tags are not allowed. We hope to be able to support JumpCut using URLs (as above), but there's a technical issue preventing that at the moment. |