Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dreamweaver mis-shaping table cells with form elements.

Status
Not open for further replies.

theredqueen

Programmer
Joined
Oct 26, 2001
Messages
40
Location
GB
For instance, If I have a form with text boxes for email, name e.t.c on the right, in separate cells, and cells instructing as to what to put in the fields, on the left, then I always get mis-shapen cells as a result of the text fields. I will get space underneath the text field, that is unwanted [i want another field to sit underneath].
it's starting to really piss me off...help, please :)
 
Post your forms code we can see what is going wrong then The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
It's always a good idea to post the code or a link to it.

Here's an idea (not sure if I understand you right)

Look at the form tags in the source code

If the <form> looks like this &quot;<form><td>&quot;
Then change to &quot;<td><form>&quot;
AND
If the </form> looks like this &quot;</td></form>&quot;
Then change to &quot;</form></td>&quot;

Note: the <td> could apply to <tr> or <table>

Again, not sure if this helps
Also, what about changing the size of the text fields?

Later, Skater

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top