This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
KaoS's profile picture

Posting codes

Started by KaoS, 12 September 2012 - 10:42 AM
KaoS #1
Posted 12 September 2012 - 12:42 PM
Hey all, I was just wondering if you can include HTML tags in your post. it would make navigation a lot easier etc. I notice that Advert used codes in his post: http://www.computercraft.info/forums2/index.php?/topic/118-codex-of-error-slaying-2/#SE

He used hyperlinks to named anchors for easy navigation, can we do this?
KaoS #2
Posted 12 September 2012 - 12:52 PM
Sorry for double post, it seems that you cannot enter HTML code but there is a BBCode for anchors
Cranium #3
Posted 12 September 2012 - 05:03 PM
Yeah, for those who do not know, you use

[anchor=anchorname]
and

[/anchor]
to do it.
D3matt #4
Posted 12 September 2012 - 05:35 PM
Sorry for double post, it seems that you cannot enter HTML code but there is a BBCode for anchors
You can, if you're an admin and have access to the [html] tag. But I've almost never seen anybody actually use it, on any message board.
KaoS #5
Posted 13 September 2012 - 06:48 AM
It's good that it is limited because HTML is designed to work with other scripts. if you can use HTML then you can embed javascript into your post etc. it would be incredibly useful but also easy to misuse