By JohnnyHa on
I have created an block with Views 2 and it adds paragraphs for date and teaser text which means a space will be created below it which i dont want.
I saw the HTML for the page and saw that the content is surrounded by
(paragraph) and its created by an div class. But it cant be CSS, paragraphs is something you write in the page itself.
So where does paragraphs come from ? Its annoying since i need to control content pixel by pixel, cant have a break suddenly because the block need to fit inside a graphic i have created.
Comments
I had a similar problem. Try
I had a similar problem. Try creating a block.tpl.php in your theme to override the default template. You can see the default implementation at themes/garland/block.tpl.php.
Its not that either, ive
Its not that either, ive tried it and its the same. Cant find anything useful.
So it doesnt add anything there. Weird.
i have the same problem Is
i have the same problem
Is there a solution?
str_replace?