Title: List E-mail size limit...

Just found out that any message over 40KB in size must

be reviewed by the moderatordont know how long that

takes so I thought Id rewrite

Apparently the jQuery code has to be placed (in my example, anyway)

right next to the text itself.

This doesnt work:

<dl id=ann>

     <table>

          <dt>

               <tr>

                    Announcement Title

              </tr>

          </dt>

          <dd>

               <tr>

                    Announcement Details

               </tr>

          </dd>

     </table>

</dl>

This does:

<table>

     <tr>

          <dl id=ann>

               <dt>

                    Announcement Title

               </dt>

              <dd>

                    Announcement Details

              </dd>

          </dl>

     </tr>

</table>

Is this a jQuery thing or _javascript_ characteristic in general?

Rick

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to