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:
since there is no "float:center" what is the correct code to center them in the menu bar?Code:#navMain ul { float:right; list-style:none; }
also, what is the correct code to place an image in the menu instead of a link?
i tried this, but it didn't work:Code:<li><?php echo '<a href="' . zen_ez_pages_link(1) . '"><span>Gov Purchase Orders</a>'; ?><span class="last"></li>
thanks.Code:<li>zen_image(DIR_WS_TEMPLATE_IMAGES . 'phonenumber.gif')<span class="last"></li>


Reply With Quote
