Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [solved] How can I edit my code

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #41522
    rodolpheb
    Participant

    Hi,
    After reading “How To Ask a Good Question in the Forums” I’m still wondering how can i edit my code.
    Is there any difference between Css, Html or Js.

    Thanks for your answer.

    #118608
    chrisburton
    Participant

    @rodolpheb In regards to what, your site?

    #118610
    rodolpheb
    Participant

    When I want to post a part of code to comment…

    For example #header { background-color:#fff;}

    #118611
    chrisburton
    Participant

    Do the following:

    Create an empty space above the code you want to paste.
    Paste your code, highlight it and click the Code link above the textarea.

    https://css-tricks.com/forums/discussion/21239/markdown/p1

    #118612
    rodolpheb
    Participant

    Ok I’m just trying, the code is a fake :)
    #header { background-color:#fff;}

    #118613
    rodolpheb
    Participant

    Sorry I missed something…. :(

    #118614
    chrisburton
    Participant

    You need to hit enter to create the empty line after your text.

    Under this text, there should be an empty space.
    (empty space should be here)
    #header { background-color:#fff;}

    example:
    Under this text, there should be an empty space.

    #header { background-color:#fff;}

    #118615
    rodolpheb
    Participant

    Ok

    #header { background-color:#fff;}
    #118616
    rodolpheb
    Participant

    Ok
    It’s working because I’ve created manually the” pre”” code” tags.

    The link code doesn’t work. When I click on it, it only indents my text without anything else.

    #118617
    chrisburton
    Participant

    Then you’re missing 4 spaces in front of the code somewhere.

    #118618
    rodolpheb
    Participant

    New try

    #header { background-color:#fff;}

    #118619
    rodolpheb
    Participant

    Ok great!
    Thanks @chrisburton for your patience.
    You really helped me a lot!

    #118620
    chrisburton
    Participant

    A lot of people are having trouble with Markdown in the forums. Glad I could help.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘CSS’ is closed to new topics and replies.