Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 21:44 UTC
Updated:
22 Feb 2011 at 15:45 UTC
I'm new to Drupal/PHP and am trying to create a site for my company. They would like to see the search form either in the logo section or in the Secondary links section of the UI.
I searched the forum, but didn't find a solution. I believe style.css is out of the question. Which file(s) should I be editing and what is the code to make this happen? Thanks for any assistance that you may provide.
Comments
Comment #1
waxstreet commentedYou will want to edit page.tpl.php; cut the following code
print $search_boxand paste it where you see
<<PASTE HERE>>Comment #2
waxstreet commentedComment #3
businsky commentedComment #4
businsky commentedI've figured out that it is in the Primary-links.css file, but what I'm specifically trying to do is to add another bar behind the primary links, so they don't look so much like tabs.