<div dir="ltr">Hi. I&#39;m using jquery tabs on a content display. To test originally, I had the html all in a template that reflects the first of 2 tabs:<div>&lt;div id=&quot;tabs&quot;&gt;<br><div>&lt;ul&gt;</div><div>  &lt;li&gt;tab1&lt;/li&gt;</div>
<div>  &lt;li&gt;tab2&lt;/li&gt;</div><div>&lt;/ul&gt;<br clear="all"><div style>&lt;div id=&quot;tab1&quot;&gt;stuff&lt;/div&gt;</div><div style>&lt;div id=&quot;tab2&quot;&gt;stuff&lt;/div&gt;</div><div style>&lt;/div&gt;</div>
<div style><br></div><div style>This worked fine. The contents were in:</div><div style>field--field-tab1--my-content-type.tpl.php</div><div style><br></div><div style>I then split the contents of the second tab off into a template for the second field. This field has the same field display settings in the content type as the first field. The files now look like this:</div>
<div style><br></div><div style>field--field-tab1--my-content-type.tpl.php</div><div style>&lt;div id=&quot;tabs&quot;&gt;</div><div style>&lt;ul&gt;</div><div style>  &lt;li&gt;tab1&lt;/li&gt;</div><div style>  &lt;li&gt;tab2&lt;/li&gt;</div>
<div style>&lt;/ul&gt;</div><div style>&lt;div id=&quot;tab1&quot;&gt;stuff&lt;/div&gt;</div><div style><br></div><div style>field--field-tab2--my-content-type.tpl.php<br></div><div style>&lt;div id=&quot;tab2&quot;&gt;stuff&lt;/div&gt;</div>
<div style>&lt;/div&gt;</div><div style><br></div><div style>The second template is not picked up at all (tried using die() to be sure), so I get the tabs, with only the first being operational with content. </div>-- <br>
---<div><a href="http://drupal.org/user/367108" target="_blank">drupal.org/user/367108</a></div><div><a href="http://linkedin.com/in/jeffrgreenberg" target="_blank">linkedin.com/in/jeffrgreenberg</a></div><div><a href="http://accidentalcoder.com" target="_blank">accidentalcoder.com</a> / <a href="http://ayendesigns.com" target="_blank">ayendesigns.com</a></div>
<div>@accidentalcoder</div>
</div></div></div>