Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Html 5 problem

  • 06-08-2012 02:10AM
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 16,415 ✭✭✭✭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, Registered Users 2 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, Registered Users 2 Posts: 16,415 ✭✭✭✭Trojan


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


  • Registered Users, Registered Users 2 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,144 ✭✭✭DonkeyStyle \o/


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


  • Advertisement
  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 16,415 ✭✭✭✭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,698 ✭✭✭tricky D


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

    and validators, link checker, FireBug....


  • Registered Users, Registered Users 2 Posts: 16,415 ✭✭✭✭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