HTML to Concrete5 - Design issues
Permalink
Hey all,
I've been experimenting with Webflow to Concrete5 driven sites. But I am having soms issues.
Whenever I create a design (static html website) and put in the C5 PHP blocks in the code, my design gets messed up pretty often. I know this mostly due to the fact that Concrete 5 automatically adds a P tag.
Now my question is: does anybody else Faces such little problems as well? If so, how do you solve this?
I've been experimenting with Webflow to Concrete5 driven sites. But I am having soms issues.
Whenever I create a design (static html website) and put in the C5 PHP blocks in the code, my design gets messed up pretty often. I know this mostly due to the fact that Concrete 5 automatically adds a P tag.
Now my question is: does anybody else Faces such little problems as well? If so, how do you solve this?
I'm using version 5.6.3.3 on most of my websites. I haven't really tried out the new version.
The CMS adds a p tag or multiple p tags when I add a content block. So in my code I have for example
<h2> <PHP $a = new Area('Main content'); $a->display($c); ?> </h2>
When I edit it the cms adds one or more p tags and it uses more space then it should.
The CMS adds a p tag or multiple p tags when I add a content block. So in my code I have for example
<h2> <PHP $a = new Area('Main content'); $a->display($c); ?> </h2>
When I edit it the cms adds one or more p tags and it uses more space then it should.
What version of concrete5 are you using?
Where are the p tags being added? Does this happen when you are using the Content block?