I'm attempting to center "enhanceable_content tabs". The end goal is to create a 'lightbox' effect using the tabs as thumbnails and text as the large image. So far, so good. I just need a method to center the tabs.
<div class="enhanceable_content tabs">
<div id="fragment-1">
<p>
<LARGE 1 IMAGE HERE>
</p>
</div>
<div id="fragment-2">
<p>
<LARGE 2 IMAGE HERE>
</p>
</div>
<div id="fragment-3">
<p>
<LARGE 3 IMAGE HERE>
</p>
</div>
<ul>
<li style="background-color: #c0f7f7;">
<a href="#fragment-1">
<SMALL IMAGE 1>
</a>
</li>
<li style="background-color: #c0f7f7;">
<a href="#fragment-2">
<SMALL IMAGE 2>
</a>
</li>
<li style="background-color: #c0f7f7;">
<a href="#fragment-3">
<SMALL IMAGE 3>
</a>
</li>
</ul>
</div>
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.