PDA

View Full Version : Help with my html problem



Freddie Bingham
Wed 14th Jun '00, 12:01am
Can someone look at this page http://www.hedgehogwheels.com/forums/showthread.php?threadid=46

and tell me why the table that contains the Forum Jump combobox is so "fat" height wise? Is there any way for me to make it just slightly bigger than the combobox?

Craig A
Wed 14th Jun '00, 12:29am
What do you mean ? Looks fine to me...

Freddie Bingham
Wed 14th Jun '00, 12:37am
Craig it is not as thin as yours at

http://www.ten-tenths.com/forum/showthread.php?threadid=2156

What's the difference, I thought it was fine until I saw yours which I like much better.

WebStyles
Wed 14th Jun '00, 12:56am
It's because of the form tag... What you need to do is "hide" the form tags in between a <tr> and a <td> or something. What I usually do is something like this:

<table>
<tr>
<form>
<td><select></select></td>
</form>
</tr>
</table>

:)

Freddie Bingham
Wed 14th Jun '00, 1:19am
Ah it appears craig modified his $forumjump to have the FORM include the table as you described. The only bad effect is that his timezone offset is now blank as it isn't accessable to $forumjump.

[Edited by rangersfan on 06-14-2000 at 12:19 PM]