After spending countless hours in the forums I have pieced some threads together to make a little progress on my quest to create a navigation bar underneath my logo. I am still having a little bit of a problem and am hoping some php/css guru out there can help me. I know nada, zilch, nothing about php and am quite surprised I have been able to make this much progress.
Here is what I have done (probably not the best method, I'm sure).
I have added this to my tpl_header.php file. I have pretty much been adding it in numerous places to try to find the best placement. I want it directly below the logo and above the Home/Login bar. Here's what it looks like so far: http://flhorsesource.com/store/ I would really prefer it to look more like the one seen here http://flhorsesource.com/classifieds but I will take the closest I can get.
I added this to my stylesheet...which may be my problem as well..not quite sure.HTML Code:<div id="headerLinks"><a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif" height="21" width="130"></a> <a href="http://www.flhorsesource.com/store"><img src="../images/storebutton.gif" height="21" width="91"></a> <a href="http://www.flhorsesource.com/forums"><img src="../images/forumsbutton.gif" height="21" width="99"></a> <a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif"></a></div>
HTML Code:#headerLinks{ float: left; margin-top; }



