Recent Topics

1 Feb 17, 2005 10:06    

How do I Turning OFF HTML Checking?

I want to embed the following test code, but I get an error:
Invalid post, please correct these errors:

Illegal tag: html
Parser error: mismatched tag: head near </meta></head>
<bod

I'm using Stylus Studio to convert HTML into XHTML or XML. I think this may work if I turn HTML checker off.

<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<title>New Page 1</title>
</head>
<body>
<p>
<img border="0" dynsrc="http://www.story.com/Poser2.asf"
start="fileopen" />
</p>
</body>
</html>

2 Feb 19, 2005 07:53

cross-posting sucks..(maybe do us a favor and go delete your other post you put in "installation support"? [click the x next to the 'edit' button])

and search is your friend:

http://forums.b2evolution.net/viewtopic.php?p=983&highlight=turn+checking#983

also, I hate to open the obvious can of worms here, but WHY are you embedding a full page into a post like that? Examples like that are precisely why the checker exists in the first place.

3 Feb 21, 2005 04:31

One, I'm not cross posting. I'm just trying to get the info so I can test an idea.

Thank you.

4 Feb 22, 2005 06:50

doug,

To turn off the HTML checker -(if you haven't already found it by searching the board)- edit the _formatting.php file in the /conf folder.

There's a bunch of verbage right at the beginning of the file ... you'll find the html_check="1" there ... just put it to "0".

Don't forget to turn it back on immediately after you save whatever you want to save, or you run the risk a security breech through your comments Someone COULD load a nasty javascript or some other malicious code. <-- legal statement and prudent warning :-/


Form is loading...