1 karen Jul 23, 2007 07:56
3 karen Jul 24, 2007 15:09
Hi. I tried everything, from taking it out then putting it back. Moving it from the top, before adsense, then right after it or somewhere else, but its still the same. This wasnt like this before.
4 afwas Jul 25, 2007 21:11
Originally your Google searchbar is horizontally oriented like on the Google search page itself. To get it in the sidebar requires a little tweaking.
I've got your code up and tidy on my private blog, so it's just a matter of finding the right trigger.
What I suggest to you is try to mimic the searchbar right above the Google one. Do this:
in:
<form method="get" action="http://www.google.com/custom" target="google_window">
add class="search" and in:
<input type="text" name="q" size="50" maxlength="255" value="" id="sbi">
add class="SearchField".
Then change size="50" to size="100" (first look without this change, then compare after you made this change.)
If this still doesn't please your eyes, try deleting all <table>, <tr> and <td>'s within the Google code and make linebreaks with <br /> instead,
Good luck.
5 afwas Jul 25, 2007 21:31
As a free bunus gift:
In line 59 you opened a div:
<div class="bSideItem">
but you never closed it. Above that, a lot of your items, especially on the left side, are not enclosed in this div or any other div.
You'd better wrap all your items in the <div class="bSideItem"> div.
Have fun
On your dark skin you'd better use the black logo: Logo_25blk.gif
Delete the <center> and </center> tag
Replace <br/> by </td></tr><tr><td>
Delete the nowrap="nowrap" in the first <td
This should look a lot nicer, but I cannot guarantee it is all fixed now.