Page 1 of 1

WYSIWYG HTML text format shows wrong

Posted: Thu 2. Jun 2005, 11:48
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?

Posted: Fri 10. Jun 2005, 10:12
by bobby1234
Yes I would like to know this as well. Just installed a couple of days ago and noticed the same.

Posted: Fri 10. Jun 2005, 10:17
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! ;-)

Problem not solved without solutions

Posted: Fri 10. Jun 2005, 11:53
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.

Posted: Fri 10. Jun 2005, 12:52
by bobby1234
Thanks.

For rsantifort remove this line

margin: 0;

Posted: Fri 10. Jun 2005, 13:44
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

Posted: Fri 10. Jun 2005, 15:55
by Pappnase
ups sorry when i create a riddle ;-)

and wow what a teamwork!