A: 

Please check you syntax first. Currently its printed

<ul>  <li>Wall &ly;li>Info <li>Members

Actual syntax should be

<div id="tabs" style='height:100%;min-height:600px;'>
    <ul>
          <li>Wall </li>
          <li>Info </li>
          <li>Members </li>
          <li><a title='photos' href="ajax_commune_photos.aspx"><span>Photos</span></a></li>
    </ul>
    <div id='community_wall'>...this one is local and is not loaded via ajax!, it is also the first tab to be shown
    </div>
</div>
Chinmayee
yeah that's what I have .
Neo