hi jettrue,

i will ignore the error. thanks.

question on centering the tabs in the menu bar.

this coded appears to align the tabs to the right:
Code:
#navMain ul {
    float:right;
    list-style:none;
    }
since there is no "float:center" what is the correct code to center them in the menu bar?

also, what is the correct code to place an image in the menu instead of a link?

Code:
<li><?php echo '<a href="' . zen_ez_pages_link(1) . '"><span>Gov Purchase Orders</a>'; ?><span class="last"></li>
i tried this, but it didn't work:

Code:
<li>zen_image(DIR_WS_TEMPLATE_IMAGES . 'phonenumber.gif')<span class="last"></li>
thanks.