Hi all, Here i have a problem with IE. My page having rightsidebar having some contents.I displayed the contents by copying from word using condition like this. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> It is working good in browser but the content not displayed in IE.plz help me as soon as possible -- *Thanks & Regards,* *RAFI....,* -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mar 24, 1:57 am, seeni khan <rafigl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > Here i have a problem with IE. My page having rightsidebar having > some contents.I displayed the contents by copying from word using condition > like this. > > <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> > <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> > <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> > <w:IgnoreMixedContent>false</w:IgnoreMixedContent> > <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> > <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> > <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> > </w:Compatibility> > <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> > </w:WordDocument> </xml><![endif]--> > It is working good in browser but the content not displayed in IE.plz help > me as soon as possible >I''m not sure what you''re trying to accomplish with this - this is Word- specific XML spew, and isn''t likely to render in a real browser. What error messages (if any) do you get from IE? In any case, I''d highly recommend not EVER copying HTML from Word... --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Mar 24, 2011 at 8:15 AM, Matt Jones <al2o3cr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On Mar 24, 1:57 am, seeni khan <rafigl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi all, > > Here i have a problem with IE. My page having rightsidebar having > > some contents.I displayed the contents by copying from word using > condition > > like this. > > > > <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> > > <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> > > <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> > > <w:IgnoreMixedContent>false</w:IgnoreMixedContent> > > <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> > > <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> > > <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> > > </w:Compatibility> > > <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> > > </w:WordDocument> </xml><![endif]--> > > It is working good in browser but the content not displayed in IE.plz > help > > me as soon as possible > > > > I''m not sure what you''re trying to accomplish with this - this is Word- > specific XML spew, and isn''t likely to render in a real browser. What > error messages (if any) do you get from IE? > > In any case, I''d highly recommend not EVER copying HTML from Word... >Also, call me crazy, but I don''t see what this has to do with Rails...? Are you saying this works in a normal, plain old HTML page, but not from within a erb/[other] template in app/views?> > --Matt Jones > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.