PDA

View Full Version : HTML code in Content


hovieth
11-23-2006, 11:55 PM
Hi, I had a small problem. In fact, I had never ever been able to insert HTML code into my content even though i click HTML mode and paste the code. I used JCE as my editor. Does anybody know or has the same problem like me? Is it default error by Joomla ?
Tks, i am waiting for your helpful answer. Have a nice day

khanh le
11-24-2006, 03:14 AM
What happen after you paste and save the HTML code in HTML mode? You could try another way by turning off the WYSIWYG when inputing HTML code and then turn it on again.

tonydel
11-25-2006, 07:53 PM
Also take a look at your configuration.php file .

I had a similar problem and it was because my $mosConfig_live_site was pointing to mydomain.com and when I tried to access it I was coming from [url]www.mydomain.com

To fix it I just changed the following:

Old:
$mosConfig_live_site = 'http://mydomain.com';

New:
$mosConfig_live_site = 'http://www.mydomain.com';

And walla, it worked..

hovieth
11-27-2006, 04:38 PM
tks guy! I applied Khanh's method: use no Editor. then it works. And I also test with WYSIWYG Pro editor, lovely!