yobbo II
National Hazard
Posts: 762
Registered: 28-3-2016
Member Is Offline
Mood: No Mood
|
|
How do you get HTML to work in a post?
How do you get HTML to work in a post:
like
<table><tr><td>ssss</table>
Yob
[Edited on 14-8-2024 by yobbo II]
|
|
Fulmen
International Hazard
Posts: 1716
Registered: 24-9-2005
Member Is Online
Mood: Bored
|
|
http://www.sciencemadness.org/talk/faq.php?page=messages#7
We're not banging rocks together here. We know how to put a man back together.
|
|
Texium
Administrator
Posts: 4579
Registered: 11-1-2014
Location: Salt Lake City
Member Is Offline
Mood: PhD candidate!
|
|
Actual HTML was disabled in posts several years ago because it posed a huge security risk for the site. Unfortunately that has led to many posts that
used it becoming nearly incomprehensible.
|
|
yobbo II
National Hazard
Posts: 762
Registered: 28-3-2016
Member Is Offline
Mood: No Mood
|
|
I'm no hacker but how would HTML pose a security risk?
Yob
|
|
woelen
Super Administrator
Posts: 8012
Registered: 20-8-2005
Location: Netherlands
Member Is Offline
Mood: interested
|
|
Embedded HTML could contain scripts (e.g. Javascript), which can do all sorts of things on the client browser.
If you allow embedded HTML, then certain tags should not be allowed, e.g. <script> and </script> can be used for Javascript, and these
should not be allowed. I am no HTML expert, but there most likely are other tags, which pose a security risk. All of these must be disallowed and the
forum software should actively filter out such tags when something is posted. I'm not sure whether the sciencemadness forum software does this.
|
|