We are trying to mimic our website as closely as possible when creating these new landing pages in Eloqua. Our main content wrapper has a drop shadow(Shadow box) done with css.
I have been looking at other pages we have published and see that there is a specific <div id=""> that is created when a landing page is published that contains the main content(the wysiwyg area in the editor).
What I really need is a way to find out the <id> name created without publishing the landing page I'm currently working on so that it doesn't override our current landing page. If I have that then I can apply the CSS which I already have. I have other <div> tags within my landing page so I cannot use the <div class="">.
"Preview" is not working for some reason so I can view the source and see what the name is that gets generated. Any help is appreciated.