Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HTML Form skipping a line. Help Please.
Old 11-17-2004, 06:23 PM HTML Form skipping a line. Help Please.
Novice Talker

Posts: 5
Trades: 0
Hey. Here's the code I have:


<table border="0">
<tr>
<td>

<form>
<input type=button value="Back" onCLick="history.back()" class="button2"></FORM>


</td>
<td>

<FORM method=GET action="http://www.google.com/search" target="main">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT class="button" TYPE=text name=q size=16 maxlength=255 value="search ***">
<INPUT class="button2" type=submit name=btnG VALUE="Go">
<font size=-2>
<input type=hidden name=domains value="YOUR DOMAIN NAME"><input type=hidden name=sitesearch value="****" checked></FORM>
</font>


</td>
</tr>
</table>

<---! SKIPS A LINE RIGHT HERE, AND I DONT WANT IT TOO. I WANT THE FORM AND THE BUTTONS TO BE AS CLOSE AS POSSIBLE //--->

<iframe src="***" name="main" background="***" width="581" frameborder="0" height="480"></iframe>

</td>
</tr>
</table>

Is there anyway to make it closer? When I take out the </form> tag is puts it to the distance i want...but if i take out the </form> tag it stops the google search from working. Any help will greatly be appreciated.
greyninja009 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-17-2004, 06:31 PM
Unknown.

Posts: 1,693
Trades: 0
Is that the full code you are using or just a selection??

Because the second </table> tag isnt opened..
______________________

Im quessing you want the iframe moved up..

You could just create a new row in the previous table instead.. so like...

HTML Code:
<table border="0">
<tr>
<td>

<form>
<input type=button value="Back" onCLick="history.back()" class="button2"></FORM>


</td>
<td>

<FORM method=GET action="http://www.google.com/search" target="main">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT class="button" TYPE=text name=q size=16 maxlength=255 value="search ***">
<INPUT class="button2" type=submit name=btnG VALUE="Go">
<font size=-2>
<input type=hidden name=domains value="YOUR DOMAIN NAME"><input type=hidden name=sitesearch value="****" checked></FORM>
</font>
</td>
</tr>
<tr>
<td>
<iframe src="***" name="main" background="***" width="581" frameborder="0" height="480"></iframe>
</td>
</tr>

</table>
Im not sure if that will work or not

--James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 11-17-2004, 07:00 PM
Novice Talker

Posts: 5
Trades: 0
Hey, jsut got it to work. I put the </form> tag in between the <iframe> and </iframe> tag, and the first back button form I put right before the google search form. Thanks for the help. site is located at http://www.pb2x.com/fl2jtmjgt/newsite/ , all pics will be working when i move it to the main site directory at www.pb2x.com . Peace!
greyninja009 is offline
Reply With Quote
View Public Profile
 
Old 11-17-2004, 09:03 PM
NateDogg's Avatar
Extreme Talker

Posts: 163
Trades: 0
I like your site, it's pretty cool with the graffiti/urban look. I don't like the fact that I can't maximize it. I'm running a high resolution monitor and I don't like being forced to look at 800x600. Just my preference. Cheers
__________________
Nathan


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
NateDogg is offline
Reply With Quote
View Public Profile
 
Old 11-18-2004, 03:53 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
Yeah I agree. Fixed window sized are irritating, as are 'enter' screens, splash screens, flash intro's, etc.

This was under a heading 'Reasons your site may not be included' on Google's site:
Quote:
You employ doorway pages. Google does not encourage the use of doorway pages. We want to point users to content pages, not to doorways or splash screens.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Reply     « Reply to HTML Form skipping a line. Help Please.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.05653 seconds with 12 queries