Wysiwyg editor

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nika
Posts: 43
Joined: Sat 13. Mar 2004, 15:40

Wysiwyg editor

Post by nika »

Hello, i use browser based editor, how can change paragraph <p></p> descriptor to <br /> in order to disable empty line each time i press enter.
p{padding:0px} wouldnt help me.
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

put the following lines into your frontend.css:
form, div, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
kubens
Posts: 168
Joined: Sat 6. Nov 2004, 15:29
Location: Duesseldorf near Cologne ;-)

Post by kubens »

If you press SHIFT+ENTER then you will get a <br> Tag instead the <p> Tag

Br
Wolfgang
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

nika
Posts: 43
Joined: Sat 13. Mar 2004, 15:40

Post by nika »

Thanks to everybody
Post Reply