Html Form resizing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Html Form resizing

    Hi everybody,
    I'm using an image in a html form wich is an a smal table , my problem
    is that the form take a lot of place so the it depass my table width,
    but the image size is less them table width: when the image is
    alone(without form) it dosent do that.

    any kind of help( CODE EXAMPLES) i'll be gratfully .
    thanks.
  • Philipp Lenssen

    #2
    Re: Html Form resizing

    Eric wrote:
    [color=blue]
    > Hi everybody,
    > I'm using an image in a html form wich is an a smal table , my problem
    > is that the form take a lot of place so the it depass my table width,
    > but the image size is less them table width: when the image is
    > alone(without form) it dosent do that.
    >
    > any kind of help( CODE EXAMPLES) i'll be gratfully .
    > thanks.[/color]

    Do you have a URL to show?

    --
    Google Blogoscoped
    A daily news blog and community covering Google, search, and technology.

    Comment

    • Markus Ernst

      #3
      Re: Html Form resizing

      "Eric" <Akthem_bejaoui @yahoo.com> schrieb im Newsbeitrag
      news:66d4b903.0 310300647.21ebc 16f@posting.goo gle.com...[color=blue]
      > Hi everybody,
      > I'm using an image in a html form wich is an a smal table , my problem
      > is that the form take a lot of place so the it depass my table width,
      > but the image size is less them table width: when the image is
      > alone(without form) it dosent do that.
      >
      > any kind of help( CODE EXAMPLES) i'll be gratfully .
      > thanks.[/color]

      Put this into your style sheet:

      form { margin:0px; }

      HTH

      Markus


      Comment

      • Eric

        #4
        Re: Html Form resizing

        "Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message news:<3fa13275$ 0$29481$afc38c8 7@news.easynet. ch>...[color=blue]
        > "Eric" <Akthem_bejaoui @yahoo.com> schrieb im Newsbeitrag
        > news:66d4b903.0 310300647.21ebc 16f@posting.goo gle.com...[color=green]
        > > Hi everybody,
        > > I'm using an image in a html form wich is an a smal table , my problem
        > > is that the form take a lot of place so the it depass my table width,
        > > but the image size is less them table width: when the image is
        > > alone(without form) it dosent do that.
        > >
        > > any kind of help( CODE EXAMPLES) i'll be gratfully .
        > > thanks.[/color]
        >
        > Put this into your style sheet:
        >
        > form { margin:0px; }
        >
        > HTH
        >
        > Markus[/color]

        hi markus i've just tried taht id dosent work???

        Comment

        • Markus Ernst

          #5
          Re: Html Form resizing

          "Eric" <Akthem_bejaoui @yahoo.com> schrieb im Newsbeitrag
          news:66d4b903.0 310301020.5165c ee@posting.goog le.com...[color=blue]
          > "Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message[/color]
          news:<3fa13275$ 0$29481$afc38c8 7@news.easynet. ch>...[color=blue][color=green]
          > > "Eric" <Akthem_bejaoui @yahoo.com> schrieb im Newsbeitrag
          > > news:66d4b903.0 310300647.21ebc 16f@posting.goo gle.com...[color=darkred]
          > > > Hi everybody,
          > > > I'm using an image in a html form wich is an a smal table , my problem
          > > > is that the form take a lot of place so the it depass my table width,
          > > > but the image size is less them table width: when the image is
          > > > alone(without form) it dosent do that.
          > > >
          > > > any kind of help( CODE EXAMPLES) i'll be gratfully .
          > > > thanks.[/color]
          > >
          > > Put this into your style sheet:
          > >
          > > form { margin:0px; }
          > >
          > > HTH
          > >
          > > Markus[/color]
          >
          > hi markus i've just tried taht id dosent work???[/color]

          There is no way to find out more as long as you don't provide an URL or at
          least the part of your code that makes problems.

          --
          Markus


          Comment

          Working...