When I publish a node (type = blog) as "Promoted to front page" and "Sticky at top of lists," the page layout on the home page breaks, with the right sidebar dropping below all content and moving to the left side.
If I assign the same node, without changing the publishing options, to be the "Default front page" on the "Site information" admin page, the front page does not break.
If I assign the node to "Sticky at top of lists" but do not promote to front page, the /blog page displays normally, without breaking.
I have gone as far as I can in troubleshooting, fiddling with style.css, but to no avail. The block shows up in the Firefox Developer toolbar as class = node sticky, but I'm not seeing a correspondence between what's in the style.css and what's showing up on the screen. I'm afraid I'm not skilled enough to contribute much more insight than this.
Comments
Comment #1
RobRoy commentedA screenshot and browser information would help as well.
Comment #2
joeshirley commentedMore info: I've just solved the immediate problem: a had found its way inside a
I'm not sure where this question goes, then:
Is there a way for Drupal to patch broken divs before rendering the page? When users can insert a anywhere, it invites trouble. Are there other tags that would cause similar problems?
Comment #3
joeshirley commentedSorry, didn't add the code tags:
a
<break>had found its way inside a<div>on the post causing the problem. Moving the<break>outside the<div>makes the page display properly.The question: Is there a way for Drupal to patch broken divs before rendering the page? When users can insert a
<break>anywhere, it invites trouble. Are there other tags that would cause similar problems?(I'm using Firefox 2 and IE7.)
Comment #4
joeshirley commentedI'm retitling this to better capture the problem. Former title, "Sticky on front page breaks page layout."
Also setting it to "minor" because it may not be an issue for most users savvy enough to use divs within a post in the first place.
Comment #5
tstoecklerCannot reproduce in Drupal 7.