Two lines of text in inline context

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

    Two lines of text in inline context

    I have a question on web authoring (probably HTML+CSS). Is it
    somehow possible to put two words above each other inside a paragraph
    so the result would be valid and render at least in Mozilla?

    I mean this:

    text text text text text text text text text text text text
    text text text text text text text text text text text text
    | is |
    text text text txt | | text text text text ...
    | is not |

    Thanks for any answers

    Jiri Palecek

  • Philip Ronan

    #2
    Re: Two lines of text in inline context

    "Jiri Palecek" wrote:
    [color=blue]
    > I have a question on web authoring (probably HTML+CSS). Is it
    > somehow possible to put two words above each other inside a paragraph
    > so the result would be valid and render at least in Mozilla?
    >
    > I mean this:
    >
    > text text text text text text text text text text text text
    > text text text text text text text text text text text text
    > | is |
    > text text text txt | | text text text text ...
    > | is not |[/color]

    You seem to be referring to "inline-table" CSS styling. I don't think it's
    supported universally, but modern browsers should be able to render it
    properly. <http://www.w3.org/TR/REC-CSS2/tables.html#q2>


    --
    phil [dot] ronan @ virgin [dot] net



    Comment

    • Spartanicus

      #3
      Re: Two lines of text in inline context

      "Jiri Palecek" <jpalecek@web.d e> wrote:
      [color=blue]
      >I have a question on web authoring (probably HTML+CSS). Is it
      >somehow possible to put two words above each other inside a paragraph
      >so the result would be valid and render at least in Mozilla?
      >
      >I mean this:
      >
      >text text text text text text text text text text text text
      >text text text text text text text text text text text text
      > | is |
      >text text text txt | | text text text text ...
      > | is not |[/color]

      Why?

      --
      Spartanicus

      Comment

      Working...