I have a fixed width site with 2 sides boxes. All is ok in: bolgs, photo gallery, add new blog, add new image, ... But when a user try to add a new comment the width is unfixed. The body textarea or another element push the right boxes a few pixels to the right.
I'm just starting out in making more advanced websites, and I wanted to start by making a basic website to host a blog-kind of journal, news articles and reviews and such. I was hoping you might be able to recommend some reading or resources that I could use to acquaint myself with this new medium of site creation.
For some reasons I need the functionality of book module a second time. So I duplicated the book module using the term "instruction" instead of "book" in book.module (by replacing "book" with "instruction"). Also I created a instruction table in mysql. So now I have a "instruction module" with the same functionality like the book module.
Everything works fine except the navigation links at the bottom of the instruction-pages (previous up next) are not located as they should. (But they work)
Connected with the book page they are correct
previous up next
Connected with the instruction page (duplicated form) they are not correct, like this
previous
next
up
Is there any suggestion how to put the navigation links into the correct place. Thanks