Quote:
Originally Posted by TheLastSuperman
So your good to go now?
|
Still can't get the align to work
I'll keep trying!
is this correct?
PHP Code:
<div align="center">
<div id="postbittabs$post[postid]" class="djdot">
<ul>
<li><span title="View Tab 1"><a href="#" rel="tab1$post[postid]" id="selected$post[postid]"> </a></span></li>
<li><span title="View Tab 2"><a href="#" rel="tab2$post[postid]"> </a></span></li>
<li><span title="View Tab 3"><a href="#" rel="tab3$post[postid]"> </a></span></li>
<li><span title="View Tab 4"><a href="#" rel="tab4$post[postid]"> </a></span></li>
<li><span title="View Tab 5"><a href="#" rel="tab5$post[postid]"> </a></span></li>
</ul>
<br style="clear: left" />
</div>
</div>