我在iframe中获取Google自定义搜索结果,并在我的网站上显示结果。
<iframe
id='result'
src='" . $strURL . "'
width='102%' height='1420px'
style='border:none' border='0'>
</iframe>
现在,我想更改google结果的css,比如结果之间的边距,将分页设置为top而不是bottom,更改分页css样式。
以下是我的网站链接:http://technovinity.com/demo/gse/
答案 0 :(得分:0)
添加CSS样式以匹配Google自定义标记是相当常见的。
例如:
<style type="text/css">
.gs-title { background:red; }
</style>