Help text wrapping problem with css

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

    Help text wrapping problem with css

    Hello,
    Can someone help me with the problem that I am having with the free template
    at http://www.wholives.com/freetemplates/csss.htm. The problem is that every
    time I try to add a bunch of paragraphs in the text area the last few words
    always try to wrap and then it goes to the center and also the words on the
    left do not seem to line up.
    Can someone help me out by showing me how to fix the css codes that I have
    to modify so that I can fix it.
    Any help would be appreciated.


  • Ståle Sæbøe

    #2
    Re: Help text wrapping problem with css

    mick wrote:[color=blue]
    > Hello,
    > Can someone help me with the problem that I am having with the free template
    > at http://www.wholives.com/freetemplates/csss.htm. The problem is that every
    > time I try to add a bunch of paragraphs in the text area the last few words
    > always try to wrap and then it goes to the center and also the words on the
    > left do not seem to line up.
    > Can someone help me out by showing me how to fix the css codes that I have
    > to modify so that I can fix it.
    > Any help would be appreciated.
    >
    >[/color]
    Validate your documents and try to fix them based on the feedback you get.
    CSS: http://jigsaw.w3.org/css-validator/
    HTML: http://validator.w3.org/

    If that does not work, give us an url to your code and maybe we can help.

    Comment

    • mick

      #3
      Re: Help text wrapping problem with css

      Hello,
      "Ståle Sæbøe" <othmaar@tdz.no > wrote in message
      news:424229a8@n ews.broadpark.n o...[color=blue]
      > If that does not work, give us an url to your code and maybe we can help.[/color]
      I have already given you the url where the page is for someone to look at
      and it is already supposed to be validated already.


      Comment

      • Beauregard T. Shagnasty

        #4
        Re: Help text wrapping problem with css

        mick wrote:[color=blue]
        > "Ståle Sæbøe" <othmaar@tdz.no > wrote in message
        > news:424229a8@n ews.broadpark.n o...
        >[color=green]
        >> If that does not work, give us an url to your code and maybe we
        >> can help.[/color]
        >
        > I have already given you the url where the page is for someone to
        > look at and it is already supposed to be validated already.[/color]

        You gave the link to the template you are trying to use, to which you
        added stuff. Please post the URL of *your* version of it, so we can
        see what you've done to it.

        That template does need background colors assigned ... I see my
        default aqua background.

        --
        -bts
        -This space intentionally left blank.

        Comment

        • me

          #5
          Re: Help text wrapping problem with css

          "mick" <mickymouse@.in valid> wrote in message
          news:bCp0e.2951 $H06.859@newsre ad3.news.pas.ea rthlink.net...[color=blue]
          > Hello,
          > Can someone help me with the problem that I am having with the free[/color]
          template[color=blue]
          > at http://www.wholives.com/freetemplates/csss.htm. The problem is that[/color]
          every[color=blue]
          > time I try to add a bunch of paragraphs in the text area the last few[/color]
          words[color=blue]
          > always try to wrap and then it goes to the center and also the words on[/color]
          the[color=blue]
          > left do not seem to line up.
          > Can someone help me out by showing me how to fix the css codes that I have
          > to modify so that I can fix it.
          > Any help would be appreciated.[/color]

          Remove all <br> in <div id="contentrigh t"> (not required but will make life
          simpler).

          Then replace:

          text-align:center;

          with:

          text-align:left;

          in the style named:

          #contentright;

          Good Luck,
          me


          Comment

          Working...