I am trying to do a basic Spry where my entire page fades in when the page loads. If I choose everything within my <body> tag, then DW tells me I need to "Selecdt Target Element ID". So then i select an ID, such as a <UL> and I can choose the Apprear/Fade Behavior just fine, but "onload" is not one of the options.
So I then tried to select different tags within portions of the body, such as <li> items and a <table>. "onLoad" is not an event option for any of these.
The only time I CAN get the "onload" event to be an option is when I select an image. Surely there is a way to have my text (better yet, my entire page) fade in. I just need help please in selecting all my contents and then ensuring that "onload" is one of my event options. thanks for any help.