![]() |
|
![]() | ||
|
Subject:
find the problem in my coding
Category: Computers > Internet Asked by: regw-ga List Price: $7.00 |
Posted:
27 Mar 2005 20:15 PST
Expires: 26 Apr 2005 21:15 PDT Question ID: 501228 |
I use Movable Type to manage my weblog. I've used it for a few years; and it's great. I've got a main index template which drives the main page (default.asp) that looks how I want it to. I've got other templates to do other functions, such as, manage the individual posts. My problem, and what needs to be answered, is what is causing both pages to render differently? I've been over the code numerous times and not spotted the problem. The problem more specifically deals with the sidebar on the right. On the main index page, it renders fine and appears inline with the rest of the content. On the individual archive page, it renders incorrectly and the sidebar is dropped to the bottom of the page. You can view at: http://www.somewherequiet.org (main index that's correct) & http://www.somewherequiet.org/archives/2005/03/sideways.asp (archive file that's not correct) You can view the templates: http://www.somewherequiet.org/temp/goodtemp.txt (the one that renders correctly) http://www.somewherequiet.org/temp/badtemp.txt (the one that doesn't render correctly) | |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: find the problem in my coding
From: schmackus-ga on 29 Mar 2005 20:58 PST |
Yo It appears you left out one of your ids. Specifically id="center" Two lines will fix everything. To fix it (1) on line 119, enter the line: <div id="center"> (2) on line 184, enter the line: </div> Happy Coding! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |