This topic contains 5 replies, has 0 voices, and was last updated by hal8 9 years, 11 months ago.
-
AuthorPosts
-
March 11, 2009 at 12:15 pm #24328
Hi everyone…wots up.
1st of i know chris has done a vid already on google search box but im having a bit or trouble !
Ok so i have manages to do the actual search box ok and have got it in the right position, but then when i try and do the results page it doesnt go to where i want it.
So the results for the search is on a different page and i have put the results in so it should come up in the left col div, but it still appears in the right. Also how would i go about changing the result page so it fits into the left col div ?
Here is the link.
http://www.footballsmylife.com
Its prob something very simple….but its doing my head in.
Cheers
March 11, 2009 at 2:18 pm #54866From the look of it, your source code states that your Google Search Code is placed in your right column. I dont think this is a CSS issue, but just misplacement of the html/js code that google provides~
March 11, 2009 at 4:14 pm #54878doh….forgot to update server :o
How do i go about changing the width and height then ? Ive tried putting height: 600px and width: 525px and adoesnt seem to work. Im trying to do it so it just fits perfect in the left col :(
As i said before it prob a simple thing but my skills are very limited !!
March 11, 2009 at 5:27 pm #54882I’ve done this before on a recent project and this is what I did:
Wrap the Google html code with another class name lets say .container
Code:css
.container {
width: 970px; /*–what ever you want–*/
padding: 20px;
overflow: hidden;
}March 13, 2009 at 6:13 am #54925Soh Tanaka you’re a legend….cheers pal
-
AuthorPosts
You must be logged in to reply to this topic.