[–] talmirza 13y ago ↗ I would have liked to see some of the older frameworks like django, flask and what not. maybe that's another list of best python apps. [–] [deleted] 13y ago ↗ (comment deleted)
[–] Bootvis 13y ago ↗ So you know: rendering is really bad in Firefox 17.0.1 on Windows Vista. [–] xradionut 13y ago ↗ Also broken in Firefox on Linux. [–] mgrouchy 13y ago ↗ Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing? [–] Bootvis 13y ago ↗ A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it: #mc_embed_signup { position: absolute; } #templateContainer { margin-top: 136px; } Not a very nice solution but it works. [–] mgrouchy 13y ago ↗ Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
[–] xradionut 13y ago ↗ Also broken in Firefox on Linux. [–] mgrouchy 13y ago ↗ Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing? [–] Bootvis 13y ago ↗ A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it: #mc_embed_signup { position: absolute; } #templateContainer { margin-top: 136px; } Not a very nice solution but it works. [–] mgrouchy 13y ago ↗ Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
[–] mgrouchy 13y ago ↗ Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing? [–] Bootvis 13y ago ↗ A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it: #mc_embed_signup { position: absolute; } #templateContainer { margin-top: 136px; } Not a very nice solution but it works. [–] mgrouchy 13y ago ↗ Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
[–] Bootvis 13y ago ↗ A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it: #mc_embed_signup { position: absolute; } #templateContainer { margin-top: 136px; } Not a very nice solution but it works. [–] mgrouchy 13y ago ↗ Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
[–] mgrouchy 13y ago ↗ Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.
[–] dhotson 13y ago ↗ Some really fantastic new projects here. There were loads of useful libraries and tools I hadn't seen before.Also, I was delighted to see a project of mine (colorific) featured. Thank you Pycoders Weekly! :-)
10 comments
[ 2.8 ms ] story [ 31.9 ms ] threadEdit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it:
Not a very nice solution but it works.Also, I was delighted to see a project of mine (colorific) featured. Thank you Pycoders Weekly! :-)