Not displaying inline
animelion - August 28, 2009 - 11:14
| Project: | Read More link (Drupal 6 and earlier) |
| Version: | 6.x-5.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Todd Nienkerk |
| Status: | won't fix |
Jump to:
Description
I can not for the life of me figure out why my Read more links are not displaying inline. Here is the source code of my links being displayed below their posts. As you can see I am ending with a </p> tag and yet it's not inline. Any guidance is much welcomed.
My testing site: http://www.ivawsandbox.com.php5-5.dfw1-1.websitetestlink.com/
<div class="content clear-block">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus posuere accumsan turpis in convallis. Aenean semper venenatis nunc, vel euismod nunc convallis at. Praesent malesuada lorem non libero mattis malesuada. Cras eu tortor et augue dapibus mattis. Vestibulum vehicula rhoncus dui nec faucibus. Mauris dignissim pharetra diam, in suscipit mi consectetur consequat. Mauris vitae tempor elit. Sed pharetra eros quis purus accumsan ac cursus ante hendrerit. Vivamus neque justo, laoreet et pharetra nec, ultrices in nunc. Cras facilisis velit vitae nibh eleifend ullamcorper.</p>
<div class="read-more"><a title="Read the whole post" href="/comment-test"><strong>Read more »</strong></a></div> </div>**When looking at my source code there are two blank lines between my ending </p> tag and the beginning of the "Read more" </div> tag.
My Pertinent CSS
p {font-size:1.1875em; padding:0 0 0.25em 0; color:#111; font-weight:300;}.node .content, .comment .content {
margin: 0.6em 0;
}
#1
I suspect this was fixed here: #563508: Inline type of read more link doesn't work. However, the fix was applied to the 6.x-5.x-dev branch. Would you mind trying that version to see if it solves your problems? (Support for 6.x-3.x will be ending soon, anyway.)
#2
#3
I'm running on version 5 RC2 and this issue occurs.
#4
I had the same problem. Using 6.x-5.x-dev from the Development Snapshots section fixed it for me. I didn't try 6.x-5.0-rc2.
#5
pxlar8 has confirmed that the 6.x-5.x-dev branch fixed this issue.