This is my answer to a Question on Support site for LampCMS project
I think I fixed it. Testing - first html code, then php then css
<div class="someclass">My text</div>
now some php:
if(2>1 && $ok){
run($ok);
} else {
exit(1);
}
now css:
table {
border-collapse: collapse;
border-spacing: 0;
}
No comments:
Post a Comment