SiteSearch too long

Discussion in 'AdSense' started by devin, Mar 5, 2006.

  1. #1
    you know how, when you select SiteSearch, there's a radio button for Web and another fro YOURDOMAIN.COM ? is there a way I can place the radio button for YOURDOMAIN.COM below the WEB one? just as how you would place the Google Search button BELOW the text box. :)
     
    devin, Mar 5, 2006 IP
  2. matte

    matte Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you must have a LONG domain name!! but i really dont know how to make the site button below the web button.
     
    matte, Mar 6, 2006 IP
  3. pixads

    pixads Well-Known Member

    Messages:
    2,015
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    145
    #3
    There is a way to do it. You will have to edit the code though.
    Just add <tr> before:
    <td>
    <input type="radio" name="sitesearch" value="<Your site>"></input>
    <font size="-1" color="#000000"><Your site></font>
    </td>

    and </tr> after it.

    It should look like:
    <tr>
    <td>
    <input type="radio" name="sitesearch" value="<Your site>"></input>
    <font size="-1" color="#000000"><Your site></font>
    </td>
    </tr>

    Have phun
     
    pixads, Mar 7, 2006 IP