Hello,
I know I have been asking for a lot of help around here recently and I really appreciate what people have done for me. I really could n't have done this without the support of these forums and hope that I can be of some assistance in the near future.
My most recent problem is really bugging me and I have tried everything. In my header I am trying to display a modified site name, my nice menu primary links, and the search bar, all in one horizontal line.
When I put the code for the menus after the modified site title, the menus appear below the title instead of to it's right and completely mess up the layout of my page.
<div class="clear-block" id="header">
<?php print $search_box ?>
<?php if ($site_name) { ?>
<h1 class="site-name"><a href="<?php print $base_path ?>"span style="color:#281400">open<b style="color:#669900">eco</b>source</span></a>
</h1>
<?php } ?>
<?php print theme('nice_menu_primary_links'); ?>
</div>
Is what I am trying and is messing up the site. (I now have the <?php print theme('nice_menu_primary_links'); ?>
above the site name at (test.openecosource.org) I think something must be wrong with my site name, so can anyone identify what it is?