Problem when i added this code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Problem when i added this code

    FL.ux
    FL.ux
    Forumember


    Male Posts : 842
    Reputation : 18
    Language : I hope I could be a FM staff :'(
    Location : I shall fly to the subterranean sky.

    Solved Problem when i added this code

    Post by FL.ux December 27th 2011, 1:02 am

    the font on my categories and forum got bigger when i added this code.. in the beginning of my overall_header
    Code:
    <form method="get" action="/search.forum" id="search-board"> <input name = "search_keywords" id = "keywords" maxlength = "500" class = "InputBox-search" type = " text "value =" Search ..."> <input type="submit" name="Cauta" value="Cauta" id="buton_cautare"> </ input> </ form>

    this is my forum url:didyouknow.forumtl.com

    can someone help me???
    maybe gassy?? Mr. Green


    Last edited by pidot101 on December 27th 2011, 11:49 am; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Problem when i added this code

    Post by kirk December 27th 2011, 6:45 am

    where do you have it in the template?

    I put it in mine on my test phpbb2 board and it came up fine and dint change any fonts?

    also i dont see it on your forum anywhere? are you sure it's not some other coding affecting it,
    Looks like you have a bit of different stuff going there.

    Omu
    Omu
    Active Poster


    Male Posts : 1021
    Reputation : 87
    Language : Romanian, English

    Solved Re: Problem when i added this code

    Post by Omu December 27th 2011, 10:51 am

    Add to CSS:
    Code:
    #search-board {
    position: absolute;}
    avatar
    Guest
    Guest


    Solved Re: Problem when i added this code

    Post by Guest December 27th 2011, 11:01 am

    I'm not sure if this may affect the fonts, but maybe this XHTML mistakes, so please try this:
    Code:
    <form method="get" action="/search.forum" id="search-board"><input name="search_keywords" id="keywords" maxlength="500" class="InputBox-search" type="text" value="Search ..."><input type="submit" name="Cauta" value="Cauta" id="buton_cautare"></input></form>
    FL.ux
    FL.ux
    Forumember


    Male Posts : 842
    Reputation : 18
    Language : I hope I could be a FM staff :'(
    Location : I shall fly to the subterranean sky.

    Solved Re: Problem when i added this code

    Post by FL.ux December 27th 2011, 11:32 am

    still the same Sad
    avatar
    Guest
    Guest


    Solved Re: Problem when i added this code

    Post by Guest December 27th 2011, 11:45 am

    Have you tried to change the font via CSS, try:
    Code:
    td#ceva table tbody tr td[width="46%"] a{
    font-size: 12px !important;
    }
    Replace 12px by the value you want. Razz
    FL.ux
    FL.ux
    Forumember


    Male Posts : 842
    Reputation : 18
    Language : I hope I could be a FM staff :'(
    Location : I shall fly to the subterranean sky.

    Solved Re: Problem when i added this code

    Post by FL.ux December 27th 2011, 11:47 am

    Spankers wrote:Have you tried to change the font via CSS, try:
    Code:
    td#ceva table tbody tr td[width="46%"] a{
    font-size: 12px !important;
    }
    Replace 12px by the value you want. Razz

    nevermind.. i'll just remove it... Razz

    my forum looks better w/o it.. Razz

    i'll just mark this solved now...
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Problem when i added this code

    Post by Nera. December 27th 2011, 6:19 pm

    Topic Solved & Locked