By Lios on
No idea if i can explain this clearly, but here goes...
I have predefine regions on my frontpage with certain dimensions. I put a block in these regions and a page in the block (with minipanels). The pages in these blocks are teasers and show the 'read more' link. I want this link to show at the bottom of the block, no matter how much text is in the teaser.
Somehow i can't seem to get that to work. It always shows one line beneath the text, instead of at the bottom of the block. When i make a table or something with a fixed height, it creates a problem in the other regions, which are of different sizes, so this doesn't work.
How can i get this to work?
Comments
Any ideas? I searched the
Any ideas?
I searched the forums, tried all the options i could find, but all that i can get working is that the link is either right behind the text or one line underneath and that is not what i want.
I also tried making a links.tpl.php with an override function, but it doesn't work (was for 4.7 and i use 5.*) and i don't understand what it does, so i can't rewrite it.
Got it, partially
Well, i got it... partially... and probably in a very ugly way...
.node_read_more {
color: Black;
text-decoration : underline;
position: absolute;
left: 5px;
bottom: 5px;
white-space: nowrap;
}
Now all i want to add is '>>' after 'read more' so it reads 'read more >>' and all underlined. I can't get that. If i just add '>>' (or ») in the node template, the space between 'read more' and '>>' isn't underlined.
So, anyone know how to solve that?