Viewing 9 replies - 1 through 9 (of 9 total)
  • Looking at the source, the search code is inside <div>

    If you made that <div id="search">
    then you could use css
    #search {}
    to control position.

    Cant find no errors unless you fixed them :\.

    Thread Starter bk

    (@bk)

    podz: I’ve got this #searchform {} in my CSS. When I try to control the position, nothing happens. :S

    XeroCool: My bad. I meant it is not validating. If you validate my page, 2 of the errors are in the searchform.php.

    BK, trying add id=”searchform” to the code and see if that will help. If that doesnt work, try adding <div id=”searchform”></div>.

    About the validating, I always had those problems and never figured out on how to fix them.

    Thread Starter bk

    (@bk)

    XeroCool and podz: It worked when I added margin-left: to
    #sidebar form {}
    .

    Looks perfect in Firefox and IE. Could you guys please help me validate the archive page? Can you please check the thread here.

    Thank you very much once again.

    /* Begin Form Elements */
    form#searchform {
    margin: 10px;
    background-color:#ff0000;
    border:1px dotted #000;
    padding: 10px 0px;
    text-align: center;
    }
    #sidebar #searchsubmit {
    padding: 1px;
    }

    and further down the css you have a form tag on it’s own setting margin:0;
    Delete it.

    Thread Starter bk

    (@bk)

    I’ll try that….

    Thread Starter bk

    (@bk)

    Ok, I think it looks good now. You check if you want to.
    Thank you, sir.

    Thread Starter bk

    (@bk)

    podz: Could you please look into my other thread as well? Please. ๐Ÿ˜ฎ

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Searchform Help’ is closed to new replies.