• hello! i´d like to put my textarea in the middle. I deleted sidebar and i put width=960px but i dont know where i have to put “align=center” or something like that to get the text is in the middle of de web page! O_o!

    thank you!

Viewing 1 replies (of 1 total)
  • Hi, this sounds like a CSS issue. Can you post a link to your site so we can see it? You probably will need to do something like:

    #respond {
      margin: 0 auto;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘align center’ is closed to new replies.