Kleines HTML-Problem

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

    Kleines HTML-Problem

    ich habe ein ganz kleines Problem.

    Es geht um folgende Seite:


    Hier sieht man oben den Titel "kairos-vision", darunter verläuft ein
    <hr>, daneben die Schrift "der richtige Zeitpunkt".

    ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
    verläuft, gewissermaßen als Unterstreichung , der weitere Text soll wie
    jetzt rechts neben dem Strich anschließen.

    ich habe rumprobiert, aber bin irgendwie nicht auf einen grünen Zweig
    gekommen.

    Danke für Tipps

    Werner

    --
    --------------------------------------------------
    Werner Partner, 45699 Herten

  • Werner Partner

    #2
    Re: Kleines HTML-Problem

    Werner Partner schrieb:[color=blue]
    > ich habe ein ganz kleines Problem.
    >
    > Es geht um folgende Seite:
    > http://www.kairos-vision/index.html[/color]

    Entschuldigung:


    --
    --------------------------------------------------
    Werner Partner, 45699 Herten

    Comment

    • Werner Partner

      #3
      Re: Kleines HTML-Problem

      Werner Partner schrieb:
      [color=blue]
      > Werner Partner schrieb:
      >[color=green]
      >> ich habe ein ganz kleines Problem.
      >>
      >> Es geht um folgende Seite:
      >> http://www.kairos-vision/index.html[/color]
      >
      >
      > Entschuldigung:
      > http://www.kairos-vision.de/index.htm
      >[/color]
      heute ist nicht mein Tag:



      --
      --------------------------------------------------
      Werner Partner, 45699 Herten

      Comment

      • Els

        #4
        Re: Kleines HTML-Problem

        Werner Partner wrote:
        [color=blue]
        > ich habe ein ganz kleines Problem.
        >
        > Es geht um folgende Seite:
        > http://www.kairos-vision/index.html[/color]

        Die Seite is nicht da... [1]
        http://www.kairos-vision.de/index.html gibts ;-)
        [color=blue]
        > Hier sieht man oben den Titel "kairos-vision", darunter verläuft ein
        > <hr>, daneben die Schrift "der richtige Zeitpunkt".
        >
        > ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
        > verläuft, gewissermaßen als Unterstreichung , der weitere Text soll wie
        > jetzt rechts neben dem Strich anschließen.[/color]

        Mein Deutsch ist nicht so gut, so I'll continue in English if you
        don't mind. You have the <h1> above a table, and the <hr> is inside
        the table. If you want the distance between them smaller, why not put
        them in the same table cell together? Then it will be just a matter of
        margins on both <h1> and <hr> to define how close they have to be.
        [color=blue]
        > ich habe rumprobiert, aber bin irgendwie nicht auf einen grünen Zweig
        > gekommen.
        >
        > Danke für Tipps[/color]

        Okay, then also: there shouldn't be any javascript (or anything else)
        above the doctype declaration afaik, and there is no need to use
        tables for the layout.

        [1]
        I wrote that before I read your other two posts.

        --
        Els http://locusmeus.com/
        Sonhos vem. Sonhos vão. O resto é imperfeito.
        - Renato Russo -

        Comment

        • Werner Partner

          #5
          Re: Kleines HTML-Problem

          Els schrieb:
          [color=blue]
          > Werner Partner wrote:[color=green]
          >>
          >>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
          >>verläuft, gewissermaßen als Unterstreichung , der weitere Text soll wie
          >>jetzt rechts neben dem Strich anschließen.[/color]
          >
          >
          > Mein Deutsch ist nicht so gut, so I'll continue in English if you
          > don't mind. You have the <h1> above a table, and the <hr> is inside
          > the table. If you want the distance between them smaller, why not put
          > them in the same table cell together? Then it will be just a matter of
          > margins on both <h1> and <hr> to define how close they have to be.[/color]

          the problem is that "der richtige Zeitpunkt" should be on the same Level
          as the <hr>. Eventually it is not possible, what I want.

          Werner


          --
          --------------------------------------------------
          Werner Partner, 45699 Herten

          Comment

          • Els

            #6
            Re: Kleines HTML-Problem

            Werner Partner wrote:
            [color=blue]
            > Els schrieb:
            >[color=green]
            >> Werner Partner wrote:[color=darkred]
            >>>
            >>>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
            >>>verläuft, gewissermaßen als Unterstreichung , der weitere Text soll wie
            >>>jetzt rechts neben dem Strich anschließen.[/color]
            >>
            >> Mein Deutsch ist nicht so gut, so I'll continue in English if you
            >> don't mind. You have the <h1> above a table, and the <hr> is inside
            >> the table. If you want the distance between them smaller, why not put
            >> them in the same table cell together? Then it will be just a matter of
            >> margins on both <h1> and <hr> to define how close they have to be.[/color]
            >
            > the problem is that "der richtige Zeitpunkt" should be on the same Level
            > as the <hr>. Eventually it is not possible, what I want.[/color]

            Of course it's possible. Anything is possible :-)

            So, it's 'der richtige Zeitpunkt' that you want to be on the same
            level, not "kairos".

            Just to be sure, the effect you want is this?

            kairos vision

            _______________ der richtige Zeitpunkt

            I am looking at it in Opera btw, where it shows like this:

            kairos vision

            _______________ der richtige
            Zeitpunkt


            --
            Els http://locusmeus.com/
            Sonhos vem. Sonhos vão. O resto é imperfeito.
            - Renato Russo -

            Comment

            • Werner Partner

              #7
              Re: Kleines HTML-Problem

              Els schrieb:[color=blue]
              > Werner Partner wrote:
              >
              >[color=green]
              >>Els schrieb:
              >>
              >>[color=darkred]
              >>>Werner Partner wrote:
              >>>
              >>>>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
              >>>>verläuft, gewissermaßen als Unterstreichung , der weitere Text soll wie
              >>>>jetzt rechts neben dem Strich anschließen.
              >>>
              >>>Mein Deutsch ist nicht so gut, so I'll continue in English if you
              >>>don't mind. You have the <h1> above a table, and the <hr> is inside
              >>>the table. If you want the distance between them smaller, why not put
              >>>them in the same table cell together? Then it will be just a matter of
              >>>margins on both <h1> and <hr> to define how close they have to be.[/color]
              >>
              >>the problem is that "der richtige Zeitpunkt" should be on the same Level
              >>as the <hr>. Eventually it is not possible, what I want.[/color]
              >
              >
              > Of course it's possible. Anything is possible :-)
              >
              > So, it's 'der richtige Zeitpunkt' that you want to be on the same
              > level, not "kairos".
              >
              > Just to be sure, the effect you want is this?
              >
              > kairos vision
              >
              > _______________ der richtige Zeitpunkt
              >
              > I am looking at it in Opera btw, where it shows like this:
              >
              > kairos vision
              >
              > _______________ der richtige
              > Zeitpunkt
              >
              >[/color]
              It should be like this:

              =============== =============== =============== =
              kairos vision
              ------------------- der richtige Zeitpunkt

              *** another text ***
              =============== =============== =============== =

              The Problem is

              =============== =============== =============== =
              kairos vision

              ------------------- der richtige Zeitpunkt

              *** another text ***
              =============== =============== =============== =

              regards

              Werner



              --
              --------------------------------------------------
              Werner Partner, 45699 Herten

              Comment

              • Els

                #8
                Re: Kleines HTML-Problem

                Werner Partner wrote:
                [color=blue]
                > Els schrieb:[color=green]
                >> Werner Partner wrote:
                >>[color=darkred]
                >>>Els schrieb:
                >>>
                >>>
                >>>>Werner Partner wrote:
                >>>>
                >>>>>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
                >>>>>verläuft , gewissermaßen als Unterstreichung , der weitere Text soll wie
                >>>>>jetzt rechts neben dem Strich anschließen.
                >>>>
                >>>>Mein Deutsch ist nicht so gut, so I'll continue in English if you
                >>>>don't mind. You have the <h1> above a table, and the <hr> is inside
                >>>>the table. If you want the distance between them smaller, why not put
                >>>>them in the same table cell together? Then it will be just a matter of
                >>>>margins on both <h1> and <hr> to define how close they have to be.
                >>>
                >>>the problem is that "der richtige Zeitpunkt" should be on the same Level
                >>>as the <hr>. Eventually it is not possible, what I want.[/color]
                >>
                >> Of course it's possible. Anything is possible :-)
                >>
                >> So, it's 'der richtige Zeitpunkt' that you want to be on the same
                >> level, not "kairos".
                >>
                >> Just to be sure, the effect you want is this?
                >>
                >> kairos vision
                >>
                >> _______________ der richtige Zeitpunkt
                >>
                >> I am looking at it in Opera btw, where it shows like this:
                >>
                >> kairos vision
                >>
                >> _______________ der richtige
                >> Zeitpunkt
                >>[/color]
                > It should be like this:
                >
                > =============== =============== =============== =
                > kairos vision
                > ------------------- der richtige Zeitpunkt
                >
                > *** another text ***
                > =============== =============== =============== =
                >
                > The Problem is
                >
                > =============== =============== =============== =
                > kairos vision
                >
                > ------------------- der richtige Zeitpunkt
                >
                > *** another text ***
                > =============== =============== =============== =[/color]

                So, do what I said in my first reply: put the <h1> in the same table
                cell as the <hr>, and adjust the margins of those two elements.
                Of course you can choose to leave the <h1> outside that table, but
                then you have to consider the margins on the table as well, plus the
                padding of the cell.

                --
                Els http://locusmeus.com/
                Sonhos vem. Sonhos vão. O resto é imperfeito.
                - Renato Russo -

                Comment

                • Andreas Prilop

                  #9
                  Re: Kleines HTML-Problem

                  On Tue, 21 Jun 2005, Werner Partner wrote:
                  [color=blue]
                  > heute ist nicht mein Tag:[/color]

                  It's not your day and it's not your newsgroup.
                  Your newsgroups is <news:de.comm.i nfosystems.www. authoring.misc>
                  where you may write in German.

                  --
                  Nicht's geht mehr ohne Apostroph.

                  Comment

                  • Werner Partner

                    #10
                    Re: Kleines HTML-Problem

                    Els schrieb:
                    [color=blue]
                    > Werner Partner wrote:
                    >
                    >[color=green]
                    >>Els schrieb:
                    >>[color=darkred]
                    >>>Werner Partner wrote:
                    >>>
                    >>>
                    >>>>Els schrieb:
                    >>>>
                    >>>>
                    >>>>
                    >>>>>Werner Partner wrote:
                    >>>>>
                    >>>>>
                    >>>>>>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
                    >>>>>>verläuf t, gewissermaßen als Unterstreichung , der weitere Text soll wie
                    >>>>>>jetzt rechts neben dem Strich anschließen.
                    >>>>>
                    >>>>>Mein Deutsch ist nicht so gut, so I'll continue in English if you
                    >>>>>don't mind. You have the <h1> above a table, and the <hr> is inside
                    >>>>>the table. If you want the distance between them smaller, why not put
                    >>>>>them in the same table cell together? Then it will be just a matter of
                    >>>>>margins on both <h1> and <hr> to define how close they have to be.
                    >>>>
                    >>>>the problem is that "der richtige Zeitpunkt" should be on the same Level
                    >>>>as the <hr>. Eventually it is not possible, what I want.
                    >>>
                    >>>Of course it's possible. Anything is possible :-)
                    >>>
                    >>>So, it's 'der richtige Zeitpunkt' that you want to be on the same
                    >>>level, not "kairos".
                    >>>
                    >>>Just to be sure, the effect you want is this?
                    >>>
                    >>>kairos vision
                    >>>
                    >>>____________ ___der richtige Zeitpunkt
                    >>>
                    >>>I am looking at it in Opera btw, where it shows like this:
                    >>>
                    >>>kairos vision
                    >>>
                    >>>____________ ___der richtige
                    >>> Zeitpunkt
                    >>>[/color]
                    >>
                    >>It should be like this:
                    >>
                    >>============= =============== =============== ===
                    >>kairos vision
                    >>------------------- der richtige Zeitpunkt
                    >>
                    >>*** another text ***
                    >>============= =============== =============== ===
                    >>
                    >>The Problem is
                    >>
                    >>============= =============== =============== ===
                    >>kairos vision
                    >>
                    >>------------------- der richtige Zeitpunkt
                    >>
                    >>*** another text ***
                    >>============= =============== =============== ===[/color]
                    >
                    >
                    > So, do what I said in my first reply: put the <h1> in the same table
                    > cell as the <hr>, and adjust the margins of those two elements.
                    > Of course you can choose to leave the <h1> outside that table, but
                    > then you have to consider the margins on the table as well, plus the
                    > padding of the cell.
                    >[/color]

                    Thanks, I will try that way.

                    Werner

                    --
                    --------------------------------------------------
                    Werner Partner, 45699 Herten

                    Comment

                    Working...