I have on my site
Header,
Left side Bar, Content Right side bar,
footer
however on the "home page" the blocks inside the right side bar show under the footer.
i once noticed this happening once before when i copied some nasty code from a news site directly as text to an item that I was also putting on the front page.
So i managed to get into the HTML of the story i was making via the wysiwyg editor plug in I use.
so what I did was open all the stories that are shown on the front "home" page and presumed that the culprit story would also corrupt the right side bar on its own page too..
but to no avail
please have a look
http://www.sydbma.org/bikes (home page)
http://www.sydbma.org/bikes/blog/1 (random other page, perhaps not so random)
but notice the news feeder not showing on the right Versus the news feeder showing
Also is it possible to have the auto generated news feeder links POP a new window not the parent window????
thanks
Comments
HTML in the wrong order
The HTML on the front page is all over the place: the DIVs for the footer and right-sidebar have ended up inside the DIV for the last node on the page.
You could try clearing the cache (you may need the devel module to do this easily) to see if that's causing the issue.
Unclosed div somewhere -
Unclosed div somewhere - probably due to teaser truncation.
get the htmlcorrector module
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
htmcorrector?
ok looking but cant find htmlcorrector I am also looking through the generated HTML too.
like I said it is fine on all pages except the HOME page
---
is it safe to just let it loose on my site?
and where is it? i have serched using the above term but only find other stuff
AND thank you
a quick learn teacher is hard to find
htmlcorrector
http://drupal.org/project/htmlcorrector
thank you
looking into it.
i have tried to check out the extra
a quick learn teacher is hard to find
ok done
I have initiated the module and it is part of the
admin/settings/filters
so now how do i make it sweep everything?
cheers.
a quick learn teacher is hard to find