Reported the same a while back... Nested <div>'s don't seem to work... > > <div style="width: 435px; margin-left: auto; margin-right: auto;"> > <div style="position:relative; width:435px; height:340px; > overflow:hidden;"> > EMBED OBJECT REMOVED</div></div> > > HTML Output: > > <div style='width: 435px; margin-left: auto; margin-right: auto;' > > <div style="position:relative; width:435px; height:340px; > overflow:hidden;"> > EMBED OBJECT REMOVED</div> > > </div> </div> >
The second div has its < and > converted to HTML entities and as such are printed rather than acted on On Tue, Apr 6, 2010 at 10:41 PM, Markus Weimar <[email protected] > wrote: > Hi, > > I tried to use nested divs in my top zone. top lives in its own div > which is wrapped in the wrapper div. > > Using divs that are not nested works. But as soon as a div is in a > div, it displays as text. Ideas? > > Markus > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<boltwire%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en.
