HTML and CSS - help

Discussion in 'CSS' started by Pixel T., Mar 9, 2008.

  1. #1
    Hey guys,

    I was wondering if there is a website where I could learn HTML and CSS from begining to end. Meaning slicing and coding a template, tableless.

    Thanks,
     
    Pixel T., Mar 9, 2008 IP
  2. nebhotep

    nebhotep Active Member

    Messages:
    244
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #2
    you can start by reading posts from this forum. You will find many useful informations here. You can also get some eBooks about. try searching the forum and... use google
     
    nebhotep, Mar 9, 2008 IP
  3. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Practice makes perfect, so start by finding a tutorial on google, and then attempting to go from there. As you won't learn all the tricks of the trade right off the bat.
     
    GWiz, Mar 9, 2008 IP
  4. awatson

    awatson Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I'd recomend installing firebug and then going to sites that you like and using it to figure out how they layed stuff out, should give you some good pointers. Then try building a test site, nothing teaches like sink or swim :)
     
    awatson, Mar 9, 2008 IP
  5. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Spider-Man, Mar 9, 2008 IP
  6. Pixel T.

    Pixel T. Well-Known Member

    Messages:
    1,205
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    170
    #6
    I know the basics and everything just need a bit help.

    How do I make it so that I can test my sites on my computer without uploading it to the host?

    I know I did that before but I dont remember how.
     
    Pixel T., Mar 9, 2008 IP
  7. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Use something like Dreamweaver?

    Or if you're just using html/css, use relative paths, not direct paths.

    For instance, use src="../style.css" instead of src="http://...", etc.

    Then just open the .html file in your browser and it will display as it would on a web server. You will need to be on a server if using any php.
     
    Spider-Man, Mar 9, 2008 IP
  8. Pixel T.

    Pixel T. Well-Known Member

    Messages:
    1,205
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    170
    #8
    Ok thanks,

    btw I do have dreamweaver, just dont know how to use it.

    lol.
     
    Pixel T., Mar 9, 2008 IP
  9. Sour

    Sour Peon

    Messages:
    384
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Sour, Mar 9, 2008 IP
    Pixel T. likes this.
  10. Pixel T.

    Pixel T. Well-Known Member

    Messages:
    1,205
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    170
    #10
    Thanks,

    I will defiantly try that first one out.
     
    Pixel T., Mar 9, 2008 IP
  11. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #11

    You could easily create a test environment.

    win32 based or linux based.

    In either case you could install vmware and run a mini webserver for testing purposes only and then upload your files as needed.
     
    LittleJonSupportSite, Mar 9, 2008 IP