![]() |
|
|
|
#1 |
|
"Andrew H. Carter" <> wrote in message news:... > On Sun, 22 Jun 2003 16:24:01 GMT, "Steven" <> wrote: > > >All, > > > >I have the following code for my table. I put a button into some of the > >cells, so I can click on it and call another script. The problem I am facing > >now, is that the cells with buttons are much bigger in vertical. > > > > <td width="12%" height="35"> </td> > > <td width="12%" align="center" valign="bottom" > >height="35"> > > <form method="POST"> > > <input type="submit" value="Book" name="Mon_0815"> > > </form> > > </td> > > <td width="12%" height="35"> </td> > > > >And even I specify the height, but all the buttons are top-alighed and some > >space bellow the button. This doesn't look good... > > > >Any suggestion are appreciated. > > > >Regards, > >-Steven > > > > > Got a link? > > Sincerely, > > Andrew H. Carter What? No editor? You don't know how to copy and paste? No imagination? The answer is staring you in the face if you really knew anything. Took all of five minutes to figure out. Richard |
|
|
|
|
#2 |
|
Posts: n/a
|
On Sun, 22 Jun 2003 23:07:45 -0500, "Richard" <anom@anom> wrote:
>What? No editor? You don't know how to copy and paste? >No imagination? >The answer is staring you in the face if you really knew anything. >Took all of five minutes to figure out. I know how to copy and paste, but sometimes there are other tags that may interfere with forms which is why the whole thing needs to be looked at as oppsed to just a brief snippet, 'cause sometimes it is all in the nesting: <font size="5"> This type will be five points high as it were <font size="6"> This type will be five points high as it were </font> <font size="5"> This type will be five points high as it were </font> <font size="6"> This type will be six points high as it were </font> <font size="5"> This type will be the default size since the tag is not complete /font> <font size="6"> This type will be the default size since the tag is not complete /font> Also according to my references, that can be large or small caps, just as color attributes can be large or small. Just like DOS and mathematics, in HTML, the code is an absolute value. Java script on the other hand is a little bit different. Sincerely, Andrew H. Carter |
|
|
|
#3 |
|
Posts: n/a
|
Richard wrote:
> What? No editor? You don't know how to copy and paste? * Copy/Paste won't provide the context. * Its good practise to minimise the amount of work people have to do before they can help you, especially if you are not paying them you help you. -- David Dorward http://david.us-lot.org/ Redesign in progress: http://stone.thecoreworlds.net/ Microsoft announces IE is dead (so upgrade): http://minutillo.com/steve/weblog/20...ces-ie-is-dead |
|
|
|
#4 |
|
Posts: n/a
|
David Dorward wrote:
> > * Its good practise to minimise the amount of work people have to do > before they can help you, especially if you are not paying them you > help you. ^^^^^ If? You mean some people here do get paid for it? I'm getting ripped off! -- Mark Parnell http://www.clarkecomputers.com.au |
|