• kgeiger

    (@kgeiger)


    I want to change what the search button looks like how do I do that? I looked in the .css and could not find it, where is that information so I can change it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • alpha

    (@alpha)

    Does this work for 1.5? The content does not seem to match…

    Could you do your hack to this code:

    <form style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;” id=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>”>
    <div class=”title”>Search</div>
    <p style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;”><input type=”text” class=”input” name=”s” id=”search” size=”15″ />
    <input name=”submit” type=”submit” tabindex=”5″ value=”<?php _e(‘GO’); ?>” />
    </form>

    Thanks, Podz.

    By the way (if it’s not too much to ask…) Could you take a look at the css of my test site with Firefox and tell me how to make the picture appropriately go to the top? It’s appearing after the side bar ends (but it doesn’t happen in IE) The URL is: https://www.theomegaattempt.com/wp-gal/file/Tester/building1.jpg

    Thanks in advance!

    tjinh200

    (@tjinh200)

    i’d check your <div> tags, and validate also …

    alpha

    (@alpha)

    Thanks. I validated and fixed a couple of errors. The picture still displays like that. I deleted the get_sidebar syntax from the gallery installation since I already have a horizontal navigation bar and since the side menu is gone, the picture is fine now.

    Still, I don’t suppose there is a way to have both side by side, is there? Oh well. Thanks again.

    tjinh200

    (@tjinh200)

    i’m not quite sure, i’ll look into it … i’m wondering though, what did you use for your navigation buttons at the top of your page, and where’d you get the wp-gal?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I want to change what the search button looks like.’ is closed to new replies.