Recent Topics

1 Feb 24, 2008 00:41    

My b2evolution Version: Not Entered

I searched through a bunch of posts and still cant seem to get it to work. I am trying to post liveblogs from coveritlive.com and get the messages:
# Tag <iframe> must occur inside another tag # Tag <iframe> may not have attribute src ..etc

this is what i am trying to put in a post:

<iframe src="http://www.coveritlive.com/index2.php?option=com_altcaster&task=viewaltcast&altcast_code=5f2b3605bd&height=550&width=470" scrolling="no" height="550px" width="470px" frameBorder ="0" ></iframe>

any help would be much appreciated

2 Feb 24, 2008 01:06

Hi mike,

Welcome to the forum.
For this particular problem you'd easiest use the shortcut.
Open the file /blogs/conf/_formatting.php and disable the htmlchecker:

$use_html_checker = 0;


then you post your code and switch the htmlchecker back to 1.

If you want a more comprehensive answer, search the forum for htmlchecker or $use_html_checker.

Good luck


Form is loading...