|
-
Nov 15th, 2002, 02:48 AM
#1
Thread Starter
Frenzied Member
-
Nov 15th, 2002, 02:55 AM
#2
Fanatic Member
You could use CSS (Cascading Style Sheets) for this. Give the textboxes and buttons a style attribute (or extend an existing one, if present) with the following: style="height: 30px". The 30 is an example value, of course.
I'm not sure if you can use CSS for buttons though, but you could try.
Maybe it's a better idea to use only one table. When you're using two tables, you're never really sure they are flowed in the web browser as you desire, unless you make your HTML very rigid. When using one table, you're sure that the textboxes and buttons are always on the same line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|