|
Hello,
Not sure if this is the best spot for this post, but here it goes:
I'm working on restructuring an existing website so that the navigation bars are easier to update (the site after an update will ultimately consist of over 30 or 40 html pages). I was trying to use a simple SSI include statement to a header.shtml file I had created.
The problem with my site is that it has a header for navigation, as well as a navigation menu on the left side - so after using the SSI and doing a bit of repositioning, the text in the main body of the site that is adjacent to the left navigation menu is slightly shifted - and the content that is not adjacent (as in, underneath the navigation bar) is in it's normal alignment.
Is there a way to fix this? Or, alternatively, is there a better way to manage the content that stays the same on all my pages, but that I may need to update often?
Thank you.
|