Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8484705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:27:09+00:00 2026-06-10T20:27:09+00:00

In this image : The code of this page is : <table width=100% border=0

  • 0

In this image :

enter image description here

The code of this page is :

<table width="100%" border="0" cellspacing="2" cellpadding="2">
  <tr >
    <td align="center">
        <form method='post' name='recherche' id='formulaire' class="formulaire" >
            <article class='module width_2_quarter_no_height'>
                <table width="100%" border="0" cellspacing="2" cellpadding="2">
                  <tr>
                    <td>
                        <header><h3><?php echo _getText("main.accueil.onglet.evenement.critere.titre"); ?></h3></header>
                    </td>
                  </tr>
                  <tr>
                    <td>
                        <table width="100%" border="0" cellspacing="2" cellpadding="2">
                            <tr>
                                <td class="labelstyle">
                                    <?php echo _getText('main.accueil.tableau_bord.Titre'); ?>
                                </td>
                                <td>
                                    <input class="inputlong" type="text" name="event_titre" id="event_titre" />
                                </td>
                            </tr>
                            <tr>
                                <td class="labelstyle">
                                    <?php echo _getText('main.accueil.onglet.evenement.critere.type'); ?>
                                </td>
                                <td>
                                    <select id="event_type" class="selectnormal">
                                        <option><?php echo _getText('main.accueil.onglet.evenement.critere.type.select'); ?></option>
                                    </select>
                                </td>
                            </tr>
                            <tr>
                                <td class="labelstyle">
                                    <?php echo _getText('main.accueil.onglet.evenement.critere.redacteur'); ?>
                                </td>
                                <td>
                                    <select id="event_redacteur" class="selectnormal">
                                        <option><?php echo _getText('main.accueil.onglet.evenement.critere.redacteur.select'); ?></option>
                                    </select>
                                </td>
                            </tr>
                            <tr>
                                <td class="labelstyle"><?php echo _getText('main.accueil.onglet.evenement.critere.datedebut'); ?></td>
                                <td>
                                    <table width="250px" cellpadding="0" cellspacing="0" border="0">
                                        <tr>
                                            <td><input class="inputcourt" type="text" name="event_date_deb" id="event_date_deb" /></td>
                                            <td align="center" class="labelstyle"><?php echo _getText('main.accueil.onglet.evenement.critere.datefin'); ?></td>
                                            <td><input class="inputcourt" type="text" name="event_date_fin" id="event_date_fin" /></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                   </tr>
                   <tr>
                    <td>
                        <table width="90%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                                <td>
                                    <fieldset>
                                        <legend>&nbsp;<em><span class="labelstyle"><?php echo _getText('main.accueil.onglet.evenement.critere.tache'); ?></span></em></legend>
                                        <table border="0" cellspacing="2" cellpadding="2">
                                            <tr>
                                                <td class="labelstyle"><?php echo _getText('main.accueil.onglet.evenement.critere.type'); ?></td>
                                                <td class="labelstyle"><input type="radio" id="rb_tous" name="type_tache" value="0" /><?php echo _getText('main.accueil.onglet.evenement.filtre.tous'); ?></td>
                                                <td class="labelstyle"><input type="radio" id="rb_param" name="type_tache" value="1" checked /><?php echo _getText('main.accueil.onglet.evenement.critere.parametrage'); ?></td>
                                                <td class="labelstyle"><input type="radio" id="rb_redac" name="type_tache" value="2" /><?php echo _getText('main.accueil.onglet.evenement.critere.redaction'); ?></td>
                                            </tr>
                                        </table>
                                        <table border="0" cellspacing="2" cellpadding="2" width="100%">
                                            <tr>
                                                <td width="5%">
                                                    <span class="labelstyle"><?php echo _getText('main.accueil.onglet.evenement.critere.intitule'); ?></span>
                                                </td>
                                                <td>
                                                    <select id="tache_intitule" class="selectnormalLong">
                                                        <option><?php echo _getText('main.accueil.onglet.evenement.critere.tache.select'); ?></option>
                                                    </select>
                                                </td>
                                            </tr>
                                        </table>
                                    </fieldset>
                                </td>
                            </tr>
                        </table>
                    </td>
                  </tr>
                  <tr>
                    <td align="center">
                        <input type="button" name="btnValider" id="btnValider" value="<?php echo _getText('Bouton.valider'); ?>" class="boutonstyle"  />
                        <input type="reset" name="btnReset" id="btnReset" value="<?php echo _getText('main.bouton.effacer'); ?>" class="boutonstyle" />
                    </td>
                  </tr>
                </table>
            </article>
        </form>
    </td>
  </tr>
</table>

So how to remove the space I encircled to red ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:27:11+00:00Added an answer on June 10, 2026 at 8:27 pm

    You could always use css. In your

    <fieldset style="margin-top: -20px">...
    

    I’m guessing css somewhere is probably affecting it. It’s hard to tell without being able to see all your css.

    Please note I’m not advocating inline style attributes…it’s just a quick way to show that it is probably your css that is causing the space to be there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my code to get a web page's image's URLs for some webpage,
Consider this code: var img = new Image(); img.onload = function() { console.log(this.width); };
Why is this code setting artistImage to an image with 0 width and 0
I use this code: [image setImage:[UIImage imageNamed:@some@2x.png]]; and it work on ios 4.3, but
I've got this image: I want to code this image (just the bar, not
When I use this code to download this image (only used for testing purposes),
I am trying to save multiple image using this code. But instead its saving
Consider this pseudo code: // an image is initialized UIImage *imagePX = [[UIImage alloc]initWithContentsOfFile:...
this code will not pass the query string to default3.aspx on Image Button ..
I have this code for changing the image of a button: - (void)mouseEntered:(NSEvent *)event

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.