DfG: Linksbündig Liste

Hi,

kann mir mal jemand helfen und erklären, wie ich das an den linken Rand bekomme?

<blockquote><ul>AAAAA<li>Manuals</li>
  <li>Conventions</li>
  <li>Procedures hjkhkjhjk</li></ul></blockquote>

Hab schon das versucht:
<style type="text/css">
  il,ul,blockquote { margin-left:0px; }
</style>

Aber ohne Auswirkung. Danke für Tipps.

ciao,
DfG

  1. Hi DfG,

    kann mir mal jemand helfen und erklären, wie ich das an den linken Rand bekomme?

    Kannst du erklären, was du getan hast, das es nicht am Linken Rand ist?

    <blockquote><ul>AAAAA<li>Manuals</li>
      <li>Conventions</li>
      <li>Procedures hjkhkjhjk</li></ul></blockquote>

    Hab schon das versucht:
    <style type="text/css">
      il,ul,blockquote { margin-left:0px; }
    </style>

    float:left; <-> position:absolute;top:0;left:0; <-> text-align:left;
    nur um ein Paar beispiele zu nennen.

    Danke für Tipps.

    Tipps.

    Grüße,
    Engin
     GYRO

    1. Hi DfG,

      kann mir mal jemand helfen und erklären, wie ich das an den linken Rand bekomme?

      Kannst du erklären, was du getan hast, das es nicht am Linken Rand ist?

      nichts. hier mein komplette QT

      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>Unbenanntes Dokument</title>
      </head>

      <body>

      <blockquote><ul>AAAA<li>Manuals</li>
        <li>Conventions</li>
        <li>Procedures hjkhkjhjk</li></ul></blockquote>
      </body>
      </html>

      Danke für deine "Tipps".
      Hier auch noch einer von mir für dich.

      1. Hi DfG,

        nichts. hier mein komplette QT

        Interessant.

        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>Unbenanntes Dokument</title>
        </head>

        <body>

        <blockquote><ul>AAAA<li>Manuals</li>
          <li>Conventions</li>
          <li>Procedures hjkhkjhjk</li></ul></blockquote>
        </body>
        </html>

        In deiner HTML-Datei ist kein Doctype angegeben.
        Daran wird es sicherlich liegen.

        Danke für deine "Tipps".

        Gerne doch. ;-)

        Hier auch noch einer von mir für dich.

        nichts. hier mein komplette QT

        Glaub, du hast es nötiger. ;-)

        Grüße,
        Engin
         GYRO

      2. Hi DfG,

        nichts. hier mein komplette QT

        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>Unbenanntes Dokument</title>
        </head>

        <body>

        <blockquote><ul>AAAA<li>Manuals</li>
          <li>Conventions</li>
          <li>Procedures hjkhkjhjk</li></ul></blockquote>
        </body>
        </html>

          
        <html>  
        <head>  
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
        <title>Unbenanntes Dokument</title>  
        <style type="text/css">  
        blockquote {margin:0 0 0 0.5em;padding:0;}  
        ul {margin:0;padding:0;}  
        </style>  
        </head>  
        <body>  
        <blockquote><ul>AAAA<li>Manuals</li>  
          <li>Conventions</li>  
          <li>Procedures hjkhkjhjk</li></ul></blockquote>  
        </body>  
        </html>
        

        Tadaa, so würde es gehen.

        Danke für deine "Tipps".
        Hier auch noch einer von mir für dich.

        Eigentlich hätte ich mir die Mühe sparen können,
        aber die neuen Richtlinien des Forums setzen auf ein freundliches Miteinander was
        ich natürlich unterstützen möchte.

        Grüße,
        Engin
         GYRO

        1. Hi DfG,

          nichts. hier mein komplette QT

          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
          <title>Unbenanntes Dokument</title>
          </head>

          <body>

          <blockquote><ul>AAAA<li>Manuals</li>
            <li>Conventions</li>
            <li>Procedures hjkhkjhjk</li></ul></blockquote>
          </body>
          </html>

          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
          <title>Unbenanntes Dokument</title>
          <style type="text/css">
          blockquote {margin:0 0 0 0.5em;padding:0;}
          ul {margin:0;padding:0;}
          </style>
          </head>
          <body>
          <blockquote><ul>AAAA<li>Manuals</li>
            <li>Conventions</li>
            <li>Procedures hjkhkjhjk</li></ul></blockquote>
          </body>
          </html>

          
          >   
          > Tadaa, so würde es gehen.  
          >   
          >   
          >   
          > > Danke für deine "Tipps".  
          > > Hier auch noch einer von mir [für dich](http://de.wikipedia.org/wiki/Grammatik).  
          >   
          > Eigentlich hätte ich mir die Mühe sparen können,  
          > aber die neuen [Richtlinien des Forums](http://forum.de.selfhtml.org/hilfe/charta.htm#verhaltensrichtlinien) setzen auf ein freundliches Miteinander was  
          > ich natürlich unterstützen möchte.  
            
          [Danke](http://forum.de.selfhtml.org/hilfe/charta.htm#tipps-fuer-antwortende)