WYSIWYG HTML text format shows wrong

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
rsantifort
Posts: 68
Joined: Mon 9. Feb 2004, 00:44

WYSIWYG HTML text format shows wrong

Post by rsantifort »

I am using 1.2.3-DEV at the moment. Great changes, especially the ability to copy content sub items to other articles. However, I am experiencing the followin problem:

When I add a content part WYSIWYG HTML with the following text in the SPAW editor:

Blablablabla di blabla:

ABCDEFGHIJKLMNOPQ

it shows on the internet site:

Blablablabla di blabla:
ABCDEFGHIJKLMNOPQ

Where is the space? Should I alter something within the default css (frontend.css) to change this?
bobby1234
Posts: 5
Joined: Wed 8. Jun 2005, 21:04

Post by bobby1234 »

Yes I would like to know this as well. Just installed a couple of days ago and noticed the same.
Pappnase

Post by Pappnase »

hello

look into theh fronend.css then you will find this!

Code: Select all

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
that should solve your problem! ;-)
rsantifort
Posts: 68
Joined: Mon 9. Feb 2004, 00:44

Problem not solved without solutions

Post by rsantifort »

When I find it, what to change??? Please give a solution and not a puzzle clue. I am not a very experienced css code user.
bobby1234
Posts: 5
Joined: Wed 8. Jun 2005, 21:04

Post by bobby1234 »

Thanks.

For rsantifort remove this line

margin: 0;
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi rsantifort

You will find the css code in the frontend file as said by Pappnase:
PATH:
/phpwcms_template/inc_css/frontend.css

Cheers
Pappnase

Post by Pappnase »

ups sorry when i create a riddle ;-)

and wow what a teamwork!
Post Reply