Forum Moderators: open

Message Too Old, No Replies

Can I get rid of a <br> below a pulldown menu?

         

Rightz

10:26 am on May 22, 2006 (gmt 0)

10+ Year Member



I'm using the js pulldown menu. Ie a quick link type of pulldown option box.

But If I put it in a table it forces another line underneath. Is there any way I can prevent this?

Thanks

Rightz

12:29 pm on May 22, 2006 (gmt 0)

10+ Year Member



Does anyone have experience with this?

jshanman

3:09 pm on May 22, 2006 (gmt 0)

10+ Year Member



Do you have a form element around it? If so, try placing the form tags before/after the table tags.

- JS

Lonely Rolling Star

3:47 pm on May 22, 2006 (gmt 0)

10+ Year Member



There is probably margin or padding on it.
Use CSS to turn it off.

Rightz

10:11 pm on May 22, 2006 (gmt 0)

10+ Year Member



I'll try putting the tags around the table.

What code would I use for the css to turn it off?

Thanks