Is it normal when using custom css and channel fields, the custom css doesn’t render?
eg. klant:{project_klant}.
“klant:” renders ok. the channel field {project_klant} doesn’t.
besides after “klant:” there’s an unnecessary <br> automatically without me coding it?
ps: I tried to recreate with a span and custom class as well with the same outcome.
h1{
font-family: 'ChunkFiveRoman', arial, sans-serif;
color: #C5C3C2;
font-size: 18pt;
line-height: 20pt;
font-weight: 200;
/* CSS3 */
text-shadow: 1px 1px 1px #313131;
}{exp:channel:entries channel="project"}
<div class="grid_5 projecten">
<a name="print"></a>
<h2 class="active">{categories}{category_name}{/categories}</h2>
<h1>klant:{project_klant}<br></h1>
<h3>{project_diensten}</h3>
<p> <div class="spacer3"></div><br />
<br />
<span class="extra">{project_tekst}</span><br><br />
</div><br />
<br />
{/exp:channel:entries}