Forums

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

Home Forums Other Notepad

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23135
    al_m473
    Participant

    I use Notepad to edit HTML and CSS code all the time, why does the code below display this way:

    Code:
    #nav, #nav ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
    list-style-position: outside;

    position: relative; line-height: 1.5em;
    }

    when I try to print it or copy it into this forum?

    The code is displayed in my CSS file as :

    Code:
    #nav, #nav ul {margin: 0; padding: 0; list-style-type: none; list-style-position: outside;
    position: relative; line-height: 1.5em;}

    What is going on with Notepad? Obviously it does not work the way I want it to.

    Al

    #49444
    chazzwick
    Member

    Im not sure why notepad does that. I use Notepad ++, which is amazing. It has syntax highlighting for loads of languages, tabbed browsing, and best of all is free. You really should upgrade

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