I was making my own block to list my links but it doesn't work very well in the Blix theme. For some reason there are no breaks - they all end up on the same line. I've tried the
but it doesn't work. It comes out looking like this:

Link1Link2Link3

But I want it to look like this:

Link1
Link2
Link3

What can I do to fix this? Is it a theme problem? Why doesn't the html code
work? Anyone else had this problem?

Thanks!

Comments

AndrewC-1’s picture

I have the same problem with taxonomy_dhtml and the Blix theme. No line breaks in the category block created by the taxonomy_dhtml module.

rewted’s picture

I've noticed this problem too, espcially in the 'Poll' block. I did some fiddling around but to no resolve. Did you ever figure it out? It's in the CSS someeeeeeeee place.

rewted’s picture

Comment out the following lines in your style.css

#subcontent ul, #subcontent p {margin:0 10px;}
#subcontent br {display: none;}