html help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dionne90
    New Member
    • Jul 2014
    • 9

    #16
    Haven't got as far as css yet is there a html way to keep the text exactly the same but move it to the centre?

    Comment

    • jhardman
      Recognized Expert Specialist
      • Jan 2007
      • 3405

      #17
      I think he is just saying he wants a paragraph indented, like how we used to do blockquotes:
      Code:
      <p>normal paragraph</p>
      <blockquote><p>indented paragraph(s)</p></blockquote>
      <p>another section of normal paragraphs</p>
      or whatever. The best way to do it is with css. If you haven't gotten to css yet, then try the old deprecated blockquote tag and see if that gets you what you want. most browsers will support it, but if you go to w3c it will likely fail certification.

      Jared

      Comment

      Working...