Discuss Scratch
- Discussion Forums
- » Suggestions
- » HTML Code in Notes and Credits/Instructions/Profile
- paws48
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
Ok, let's be honest, you can do a lot of cool stuff with HTML. I don't see much of a reason why we can't use it in other text boxes around the site.
It could be basically the same as how the HTML works in the forums. Maybe lose the Scratch Blocks and bam. Perfect.
Support: 1
No Support: 0
It could be basically the same as how the HTML works in the forums. Maybe lose the Scratch Blocks and bam. Perfect.
Support: 1
No Support: 0
Last edited by paws48 (Nov. 14, 2018 17:11:10)
- StrangeMagic32
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
I don't know if the forums use HTML, but I know they use BBCode
But if I'm getting at this correctly what your saying is make
But if I'm getting at this correctly what your saying is make
when green flag clickedinto
say [] for (2) secs
pen down
pen up
stamp
clear
when green flag clicked
say [] for (2) secs
pen down
pen up
stamp
clear
- paws48
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
I don't know if the forums use HTML, but I know they use BBCodeNope, just in the text boxes the ability to use HTML.
But if I'm getting at this correctly what your saying is makewhen green flag clickedinto
say [] for (2) secs
pen down
pen up
stamp
clearwhen green flag clicked
say [] for (2) secs
pen down
pen up
stamp
clear
- StrangeMagic32
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
-snip-ah okay
- Invisible_Factory
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
A very small portion of scratch really knows HTML, probably < 5% so it doesn't seem like it is worth the effort.
- NilsTheBest
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
A very small portion of scratch really knows HTML, probably < 5% so it doesn't seem like it is worth the effort.Where'd you learn that? :v
- Invisible_Factory
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
Not saying the numbers exact. It seems many forum users know HTML but not many people use the forum (since the removal of the discuss button) so I estimatedA very small portion of scratch really knows HTML, probably < 5% so it doesn't seem like it is worth the effort.Where'd you learn that? :v

- NilsTheBest
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
ok nvm thenNot saying the numbers exact. It seems many forum users know HTML but not many people use the forum (since the removal of the discuss button) so I estimatedA very small portion of scratch really knows HTML, probably < 5% so it doesn't seem like it is worth the effort.Where'd you learn that? :v
- --_Nova_--
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
could you give us an example of some html that could be used? not sure exactly what you mean
- XayCraft360
-
Scratcher
100+ posts
HTML Code in Notes and Credits/Instructions/Profile
No Support, you could easily use JavaScript in it and make a mini-website
- paws48
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
could you give us an example of some html that could be used? not sure exactly what you meanFor example, colored text, different sizes, and emoticons are all good examples of what I was thinking.
- CKCG
-
Scratcher
100+ posts
HTML Code in Notes and Credits/Instructions/Profile
not exactly sure what you mean, but I think this could easily be abused. For example:
<script>alert(“Cookies are the best!”)</script>
(yes i know i didnt do the <html> stuff and <body> but i dont care)
probably could be used maliciously
<script>alert(“Cookies are the best!”)</script>
(yes i know i didnt do the <html> stuff and <body> but i dont care)
probably could be used maliciously
- --_Nova_--
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
no, i have a sneaking suspicion you mean bbcodecould you give us an example of some html that could be used? not sure exactly what you meanFor example, colored text, different sizes, and emoticons are all good examples of what I was thinking.
here's this message: Hello! in bbcode vs html
bbcode
[b][i]Hello![/i][/b]
html
<html> <body> <b><i>Hello!</i></b> </body> </html>
- TheAdriCoolManDude
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
Isn't that BBCode? That is duplicate, but I can't go to it now since I'm on a tablet.could you give us an example of some html that could be used? not sure exactly what you meanFor example, colored text, different sizes, and emoticons are all good examples of what I was thinking.
- paws48
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
Well, I wasn't sure if it was HTML or BBC code. Thanks for clarifying. I'll take it down if it's a dupe.Isn't that BBCode? That is duplicate, but I can't go to it now since I'm on a tablet.could you give us an example of some html that could be used? not sure exactly what you meanFor example, colored text, different sizes, and emoticons are all good examples of what I was thinking.
- --_Nova_--
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
[removed]
Last edited by --_Nova_-- (Nov. 23, 2018 18:55:49)
- space_elephant
-
Scratcher
500+ posts
HTML Code in Notes and Credits/Instructions/Profile
not exactly sure what you mean, but I think this could easily be abused. For example:So bas <script> tags then. I support.
<script>alert(“Cookies are the best!”)</script>
(yes i know i didnt do the <html> stuff and <body> but i dont care)
probably could be used maliciously
- TheAdriCoolManDude
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
Oops, my brain read it wrong. I think it might be dupe, but I'm not sure is what I meant. Oof.Well, I wasn't sure if it was HTML or BBC code. Thanks for clarifying. I'll take it down if it's a dupe.Isn't that BBCode? That is duplicate, but I can't go to it now since I'm on a tablet.could you give us an example of some html that could be used? not sure exactly what you meanFor example, colored text, different sizes, and emoticons are all good examples of what I was thinking.
- dude341
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
No support for obvious reasons. This would be a big security risk. In fact, I believe Scratch accidentally did allow HTML to be used in comments one time, I believe they had to go into maintenance mode, although that might just be my memory, but I'm pretty sure people were using it to redirect people to viruses when they went to their profile.
The forums use BBCode rather than HTML for this reason.
Semi-support for BBCode in comments though.
The forums use BBCode rather than HTML for this reason.
Semi-support for BBCode in comments though.
- Sheep_maker
-
Scratcher
1000+ posts
HTML Code in Notes and Credits/Instructions/Profile
I'm quite sure Scratch will just whitelist HTML elements and attributes (and CSS properties if they allow the style attribute/element), but there's always a way to abuse it somehow. It's a lot simpler to just use plain text or use the flawless BBCode from the forums.
A lot of Scratchers tend to learn HTML to prove that they're moving on from Scratch; this means that they'll try to make webpages in their descriptions, but most of their HTML won't work because of the whitelist, and they'll be disappointed.
It'll also be rather annoying when you actually want to use the less than or greater than symbols; most would just manually escape each character.
With JavaScript disabled, there's really no other reason to be teaching HTML, especially since it's such a simple language.
By allowing users to set different sizes, many will be inclined to either make tiny, hard-to-read (and thus inaccessible) text or set the font size such that each character is the size of the window due to the young audience. Likewise, by allowing users to set different colours, many users will be inclined to use light, pastel colours that do not contrast well with the white background, and thus is not accessible. Custom emoticons would allow users to upload/link to anything they want, including potentially inappropriate images.
A lot of Scratchers tend to learn HTML to prove that they're moving on from Scratch; this means that they'll try to make webpages in their descriptions, but most of their HTML won't work because of the whitelist, and they'll be disappointed.
It'll also be rather annoying when you actually want to use the less than or greater than symbols; most would just manually escape each character.
With JavaScript disabled, there's really no other reason to be teaching HTML, especially since it's such a simple language.
By allowing users to set different sizes, many will be inclined to either make tiny, hard-to-read (and thus inaccessible) text or set the font size such that each character is the size of the window due to the young audience. Likewise, by allowing users to set different colours, many users will be inclined to use light, pastel colours that do not contrast well with the white background, and thus is not accessible. Custom emoticons would allow users to upload/link to anything they want, including potentially inappropriate images.
- Discussion Forums
- » Suggestions
-
» HTML Code in Notes and Credits/Instructions/Profile