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
<form> tag stretching table; any fixes?
Old 01-16-2008, 12:19 PM <form> tag stretching table; any fixes?
Skilled Talker

Posts: 78
Trades: 0
hello, I am coding a dummy search box right now that absolutely has to be 38px high it cannot stretch. However when I added form tags to test it, looks fine in dreamweaver but stretches in my browser at least 10px.

Are there any fixes for this?

Code:
<table width="980" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
      <!--DWLayoutTable-->
      <tr>
        <td width="764" height="38">&nbsp;</td>
        <td width="216" valign="top">
        
        
        
        <form>

<table width="216" border="0" cellpadding="0" cellspacing="0">
          <!--DWLayoutTable-->
          <tr>
            <td width="162" height="38" valign="middle"><input name="search" type="Text" class="textbox" size="20"></td>
              <td width="54" valign="top"><img src="images/search.gif" width="54" height="38" /></td>
          </tr>
        </table>
        </form>        </td>
      </tr>
    </table>
Boar is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-16-2008, 01:17 PM Re: <form> tag stretching table; any fixes?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Put the following CSS in somewhere:
Code:
form {
     margin:  0;
     padding: 0;
}
You should be good to go.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 01-16-2008, 02:33 PM Re: <form> tag stretching table; any fixes?
Skilled Talker

Posts: 78
Trades: 0
Wow - that works perfect! Thanks.

I have built many websites, but usually just deal with it - but this form had to stay at that height - great to know.
Boar is offline
Reply With Quote
View Public Profile
 
Old 01-16-2008, 03:06 PM Re: <form> tag stretching table; any fixes?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Isn't it? It's a universal solution too. Use it well, friend.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to <form> tag stretching table; any fixes?
 

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 0.71003 seconds with 12 queries