Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Html 5 problem

Options
  • 06-08-2012 2:10am
    #1
    Registered Users Posts: 1,298 ✭✭✭


    Working off a mac, using dream weaver and my css sheet wont interact with my html sheet everything is linked but it wont work. Is there anything i need to download in order to make html5/css3 work?


Comments

  • Registered Users Posts: 16,413 ✭✭✭✭Trojan


    Step back from the tools a minute.

    Open your html in a browser. Is it working? Do a view source in Firefox and try click to the CSS file - does it display?

    If not, open a text editor (I like Fraise on Mac -discussion for another day.)

    Find your CSS reference in the html. Fix it and test again.

    Get comfortable with editing in text editors, very useful.


  • Registered Users Posts: 1,298 ✭✭✭off.the.walls


    Yeah the html is opening no bother its just the css thats not hooking up to it. Using text wrangler.


  • Registered Users Posts: 16,413 ✭✭✭✭Trojan


    You'll need to post code examples for us to help further.


  • Registered Users Posts: 1,298 ✭✭✭off.the.walls


    <!doctype html>

    <html lang="en">

    <head>

    <title>Html5</title>
    <link rel="stlyesheet" type="text/css" href="css/main.css"/>

    </head>


  • Closed Accounts Posts: 7,145 ✭✭✭DonkeyStyle \o/


    You have a typo:
    rel="stlyesheet"
    I didn't see it for ages either. :D


  • Advertisement
  • Registered Users Posts: 1,298 ✭✭✭off.the.walls


    thank you so much i was almost ready to throw my computer out the window!! hahaha cheers!


  • Registered Users Posts: 16,413 ✭✭✭✭Trojan


    That's one of the few positive uses I'd have thought Dreamweaver would bring to the table - pointing out typos in standard code like that.

    /me goes back to the text editor


  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    Trojan wrote: »
    /me goes back to the text editor

    and validators, link checker, FireBug....


  • Registered Users Posts: 16,413 ✭✭✭✭Trojan


    tricky D wrote: »
    and validators, link checker, FireBug....

    Ah well yes, and them :)

    I don't need them with a good editor though - even vim would do the job quite handily, with the right .vimrc. Wouldn't attempt in emacs OS (it needs a good editor)


Advertisement