1.

Solve : hmtl doc into a post on ch?

Answer»

how can i put a html doc into a post on CH , an easy way please , harryI dont think this board supports htmlHTML is not allowed at CH. It is too easy for something malicious to be hidden in HTML and we would be under attack 24/7 if it was allowed. ok thank you , harryJust save it as a text file or ZIP it.HTML is supported on the page if you're just wanting to post HTML code e.g.

Code: [Select]<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled 1</title>
</head>

<body>

</body>

</html>

HOWEVER, as mentioned above if you're wanting to do something such as use HTML to post an image on the forums it's not supported because of a security risk. All HTML that I could imagine you may want to post on the forums should be supported with BBC code.

thank you all again , but i do not want to BREAK any rules , harry You won't be breaking any rules by posting it. The forums just won't format it and it will come out looking like the raw HTML.
Code:
[Select]    *  <b>, <u>, <i>, <s>, <EM>, <ins>, <del>
    * <a href="">
    * <img src="" alt="" />
    * <br />, <HR />
    * <pre>, <blockquote>
thank you again , harry



Discussion

No Comment Found