View Single Post
Old
  (#9 (permalink))
RottenZombie
Junior Member
 
Status: Offline
Posts: 11
Join Date: Oct 2005
Location: Chicago
01-04-2006, 12:21 AM

Quote:
Originally Posted by Cyberkiller
In config.php
I had to add
"p"=>1
"img"=>2

To the allowed html part

This allows the

& <img source> tags too be used, which is why my reviews weren't formatting properly.
I'm having the same problem, I added "p"=>1 "img"=>2 like he said, Now my reviews "Preview" correctly, but once their posted they return to the jumbled formatting and you can see all the html.

Check it out here:
http://rottenzombie.com/nuke/modules...owcontent&id=3

Like I said, it previews fine... I'm stumped. Below is my allowable html, let me know if anything's wrong. Feel free to try to post something so you will see what I mean about it previewing right. Thanks for any help

Quote:
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"p"=>1,
"img"=>2,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
   
Reply With Quote