Are you using the default Page Property dynamic content which is included in the default install?
If so, I think it depends on the underlying property you're including. I'm reflecting thought that class, and I see that the dynamic content instatiates an EPiServer Property control based on the property you're including. I don't know the exact rules, but an XHTML property, for instance, might be surrounded by a DIV, while a simple string might be surrounded by a SPAN.
So, what type of property are you embedding with dynamic content?
If you take a look at this blog post
http://world.episerver.com/Blogs/Anders-Hattestad/Dates/2010/8/Preview-on-dynamic-content/
you can see that this apporoce creates a control structur.
Hi,
I have added dynamic content in a property. When it render on page, it comes under <div> tag. Please help me to render dynamic content data without <div> tag.
Thanks in advance...