« moving right along | Main | Mother of Exiles »
June 28, 2006
TypePad misery
Can anyone help me out with what code deals with this blasted overflow problem? It's been so long since I had to edit the code in this thing that I have forgotten which tag it is.
Thanks!
TrackBack
TrackBack URL for this entry:
https://www.typepad.com/services/trackback/6a00d834204a9153ef00d8349c071053ef
Listed below are links to weblogs that reference TypePad misery:
Comments
It looks like you're missing an exclamation mark in a section where you commented out the calendar.
Look right after this markup: div id="center" width="400"
Posted by: Bunny at Jun 28, 2006 3:45:43 PM
The funny thing is, I haven't been messing with the code lately. Well I'll try it. We'll see what happens. Thanks, Bunny!
Posted by: Alicia at Jun 29, 2006 7:11:44 AM
It looks a lot better today. Did you make the fix? Or was it something else?
Posted by: H. Bunny at Jun 29, 2006 1:33:56 PM
It still looks bad to me. I fiddled with the code but didn't find the missing bang. Grrrrr
Posted by: Alicia at Jun 30, 2006 1:47:44 AM
The markup is different now. The place where the bang was missing is no longer there.
Ew! Yeah, IE fucks it up. In FireFox it looks great.
Go back to your div id="center" tag and add back the width="400" part.
Posted by: H. Bunny at Jun 30, 2006 9:46:51 PM
Ok, I thought I had changed it back to 400 but I'll go look. And I looked in both Firefox and IE and see ickiness. Back to the drawing board! We'll get this nicked yet.
Posted by: Alicia at Jun 30, 2006 10:41:39 PM
Yup, the width="400" is there. Hrmmm. I am using FireFox 1.04, but I don't think that should matter. Plodding along, I'll get it fixed. I just don't see the problem in the code.
Posted by: Alicia at Jul 1, 2006 9:26:41 AM
search for class="cal"
The third div tag in that set should have a bang in fron of it. Because it's not there, it closes a preceding div too soon.
Posted by: H. Bunny at Jul 1, 2006 2:30:05 PM
Hooray! I saw what you meant and fixed it. Thank you!
Posted by: Alicia at Jul 2, 2006 10:32:26 AM
Always happy to help!
Posted by: H. Bunny at Jul 3, 2006 1:02:12 AM