【问题标题】:How to change google custom search result on mywebsite?如何更改我的网站上的谷歌自定义搜索结果?
【发布时间】:2014-05-19 10:43:32
【问题描述】:

我在 iframe 中获取谷歌自定义搜索结果并将结果显示在我的网站上。

<iframe 
      id='result'
      src='" . $strURL . "'
      width='102%' height='1420px'
      style='border:none' border='0'>
</iframe>

现在,我想更改 google 结果的 css,例如结果之间的边距,将分页设置为顶部而不是底部,更改分页 css 样式。

这是我的网站链接:http://technovinity.com/demo/gse/

【问题讨论】:

    标签: google-custom-search


    【解决方案1】:

    添加 CSS 样式以匹配 google 自定义标签是很常见的。

    例如:

    <style type="text/css">
    .gs-title { background:red; }
    </style>
    

    【讨论】:

      猜你喜欢
      • 2011-07-22
      • 1970-01-01
      • 2014-05-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-06
      • 1970-01-01
      相关资源
      最近更新 更多