Forums

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

Home Forums CSS my first HTLM5 website

  • This topic is empty.
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #89813
    aoeui
    Participant

    @Morten
    you have in your html file

    it does not mean it will render letters properly
    your file physically itself is not encoded in UTF-8
    you must save it in such format

    just remember, letters get screwed inside editor
    so create empty file, encode it in UTF-8 and then paste in your code

    I used my language to show you special letters
    look at screenshots to get you going

    http://minus.com/mVWQlAl45

    #89820
    Morten
    Participant

    @krysak4ever
    Awesome … thanks for your explanation :-)

    I can see you have “Zen Coding” in your Notapad++ … is it good?

    #89958
    aoeui
    Participant

    @Morten
    http://code.google.com/p/zen-coding/

    don’t ask, start using it :D
    because it is so much faster and easier for you, real time saver

    I type few lines, hit CTRL+E and it spits out what I know but would write 10x longer if done manually

    read the docs on the web, definitely try it, will make you happy person

    you write this

    div#page>div.logo+ul#navigation>li*5>a

    it gives you this




    decide for yourself ;]

    #89961
    Morten
    Participant

    @krysak4ever
    fu….. this is awesome …. so useful :-)

    #89962
    aoeui
    Participant

    well won’t make anyone better coder if does not know html
    as jQuery won’t make anyone understand more JavaScript

    but if you know what to code and how to do it
    then you will appreciate true power of Zen Coding

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