Hi everyone.
I have a newbie question.
I add items using grocery crud but then i use my own .php to show it (echo item->description).
Using GC when i write a description in my text editor with an enter, it adds a <p> which makes a big space between lines in my .php
Now if i edit this in source and take out the <p> the text displays fine.
The idea is that when adding a new field it doesnt add the <p> after every enter, just the normal space.
I have attached the two image of what happens and what i want to happen by default
Can you help me?
Thanks!!