ericnord
06-17-2008, 10:43 AM
Hey everyone,
Setting up vBulletin for the first time and I'm trying to retain my sites look 'n feel in the header. I went into vBulletin's header code and removed <table> through </table> and replaced it with the following:
<!-- logo -->
<a name="top"></a>
<div id="header">
<div id="logo"><img src="../image/forumlogo.gif" /></div>
<div id="navigation">Community | Resources | Feedback | Shop</div>
<div id="greybar"><img src="../image/greybar.gif"/></div>
<br class="clear" />
</div>
<!-- /logo -->
Problem is it is all left justified. My logo is good, but I need the navigation to be right justified, and I need grey bar to be width 100%.
Any idea on how to achieve this?
Thanks for any help!
Setting up vBulletin for the first time and I'm trying to retain my sites look 'n feel in the header. I went into vBulletin's header code and removed <table> through </table> and replaced it with the following:
<!-- logo -->
<a name="top"></a>
<div id="header">
<div id="logo"><img src="../image/forumlogo.gif" /></div>
<div id="navigation">Community | Resources | Feedback | Shop</div>
<div id="greybar"><img src="../image/greybar.gif"/></div>
<br class="clear" />
</div>
<!-- /logo -->
Problem is it is all left justified. My logo is good, but I need the navigation to be right justified, and I need grey bar to be width 100%.
Any idea on how to achieve this?
Thanks for any help!