mu.nu - "My Tamagotchi!" she said. "It has to poop."
August 08, 2005
On Friday night I had a 2 column site with a left sidebar. Feeling heady over getting an 85 on a computer geek quiz I went in to do some tweaking by:
- creating a pda version of my site + adding a PDA link on my sidebar
creating a category archive for my posts
adding categories & syndication section on my sidebar
Posted by: Michele at 02:13 AM | Comments (20) | Add Comment | Trackbacks (Suck)
What you have right now is the "bottombar" problem. There are solutions, but I don't remember what they are. I'll take another look when I get home from work if none of our other geeks have solved it by then.
Posted by: Pixy Misa @ at August 08, 2005 04:45 AM
In your main index template, just before the section where the the content of your sidebar starts, you'll see these lines:
<div id="sidebar">
<div id="links">
<a href="http://moblog.co.uk/blogs.php?show=1673"><___ alt="we are not afraid.jpg" src="http://lettersfromnyc.mu.nu/archives/we are not afraid.jpg" width="200" height="188" border="0"/></a>
<br>
<br>
<!--dictionary lookup box by TheFreeDictionary.com-->
...and so on with your sidebar content.
The fisrt line, that refers to the div for "sidebar", shouldn't be there, as that div isn't defined in your stylesheet. Try deleting the line
<div id="sidebar">
then save the template and rebuild your Indexes Only and see what happens.
Paul
Posted by: Light & Dark @ at August 08, 2005 07:15 AM
This is the reason I switched from computer science to English Lit in college. I don't do well with needles in haystacks as it requires enourmous amounts of patience and knowing tags cold.
Once I find a template Exactly like mine I'll have do line by line analysis. Unless ... you know where I can get a template like mine and i'll start creating from scratch.
Thanks for your help though!
Posted by: Michele @ at August 08, 2005 02:34 PM

That section is in two nested divs, and if you only close one, I think you'll get pretty much what you've got.
Worth a try, anyway.

Posted by: Pixy Misa @ at August 08, 2005 03:20 PM
Posted by: Pixy Misa @ at August 08, 2005 03:21 PM
Tried your suggestion and still no sidebar. Mercury is in retrograde throught the 15th, so maybe some of this will work till then? Just kidding.
Posted by: Michele @ at August 08, 2005 04:03 PM
At least I can point you to the copies of the original templates and stylesheet for your blog design.
The templates are at
http://www.sixapart.com/movabletype/default_templates_26
The CSS Stylesheet is at
http://www.sixapart.com/movabletype/default_styles_26
The name of your style is "Trendy".
Paul
Posted by: Light & Dark @ at August 08, 2005 04:41 PM
One of two routes that can be taken:
1) The index template can be changed back to <div id="content">
2) The Style-sheet can be changed from #content to .content.
Be sure to only do one of them.
Posted by: phin @ at August 08, 2005 07:11 PM
At first glance, it does appear there is an extra </div> now where you have 3 of them in a row.
However, I got it to work by simply adding a few items in the style sheet. I added a couple options in the style sheet so that these options looked this way:
#links {
background:#333;
color:#CCC;
margin-top:35px;
top: 180px;
position: absolute;
width: 200px;
overflow:hidden;
}
.blog {
padding-left:15px;
padding-top:15px;
padding-right:15px; position: absolute;
margin-left: 200px;
}
(I have no idea how this is going to post in the comment section, but if it works, you should be able to copy and paste these lines into your style sheet and at least have a good start, including moving the column to the left, at least).
Posted by: Ogre @ at August 08, 2005 09:57 PM

Posted by: Mark Munu Astrologer @ at August 09, 2005 10:39 AM
Processing 0.0, elapsed 0.014 seconds.
22 queries taking 0.0103 seconds, 33 records returned.
Page size 13 kb.
Powered by Minx 0.8 beta.