You'll probably just want to modify your application.html.haml (if you're using a custom one). If you're using the default CE application.html.haml, you may just need to update to the latest version:
http://github.com/bborn/communityengine/tree/master/app/views/layouts/application.html.haml On Wed, Sep 3, 2008 at 10:51 AM, Alexis <[EMAIL PROTECTED]> wrote: > > Geez Louise it is a wonder that any page works... How in the world did > I do that and not even know it? Thanks, Bruno. Now, the problem for me > is, where do I fix it in Rails??? Hmmmm..... The trials of newbie-ism > can be really daunting! > > On Sep 3, 6:33 am, "Bruno Bornsztein" <[EMAIL PROTECTED]> > wrote: > > PS - looking at your source, I noticed your entire page is within the > head > > element: > > > > <html></html> > > <head> > > <link href='/favicon.ico' rel='shortcut icon' /> > > <meta content='text/html;charset=utf-8' http-equiv='Content-Type' /> > > <title>revchristie » IMspirit | we are all related :: we share > > a global home :: we are all made of the same stuff</title> > > <script > src="/plugin_assets/community_engine/javascripts/prototype.js?1218701845" > > type="text/javascript"></script> > > <script > src="/plugin_assets/community_engine/javascripts/effects.js?1218701845" > > type="text/javascript"></script> > > <script > src="/plugin_assets/community_engine/javascripts/event-selectors.js?1218701 > 845" > > type="text/javascript"></script> > > > > <script > src="/plugin_assets/community_engine/javascripts/glider.js?1218701845" > > type="text/javascript"></script> > > <script > src="/plugin_assets/community_engine/javascripts/controls.js?1218701845" > > type="text/javascript"></script> > > > > <script > src="/plugin_assets/community_engine/javascripts/application.js?1218701845" > > type="text/javascript"></script> > > <script > src="/plugin_assets/community_engine/javascripts/rounder.js?1218701845" > > type="text/javascript"></script> > > > > <link > href="/plugin_assets/community_engine/stylesheets/reset-fonts-grids.css?121 > 8701845" > > media="screen" rel="stylesheet" type="text/css" /> > > <link > href="/plugin_assets/community_engine/stylesheets/screen.css?1220158123" > > media="screen" rel="stylesheet" type="text/css" /> > > <script > src="/plugin_assets/community_engine/javascripts/prototip-min.js?1218701845 > " > > type="text/javascript"></script> > > > > <link > href="/plugin_assets/community_engine/stylesheets/prototip.css?1218701845" > > media="screen" rel="stylesheet" type="text/css" /> > > <body> > > > > You need to move the head into the html, and the body element out of the > > head. > > > > On Wed, Sep 3, 2008 at 8:12 AM, Bruno Bornsztein < > [EMAIL PROTECTED] > > > > > wrote: > > > Can you give some more details about when/where this is happening? A > > > screenshot would help too. > > > > > Browser (IE 6? IE 7?). What's the error? > > > > > Thanks! > > > Bruno > > > > > On Tue, Sep 2, 2008 at 5:50 PM, Alexis <[EMAIL PROTECTED]> > wrote: > > > > >> I am getting several reports that the Invitations cannot be sent over > > >> Internet Explorer. On every version tested so far on numerous > > >> machines, the site throws an error when members try to invite their > > >> friends via the Invitation. It does not happen in any other browser. > > > > >> Any ideas how to fix this? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
