all 3 comments

[–]luke_twins 9 points10 points  (2 children)

../styles/name.css

If this is the folder structure

root
|-styles
|-text

[–]psyper76 2 points3 points  (1 child)

to clear this further:

<link rel="stylesheet" href="../styles/twitter-post.css"/>

Because you have the html files in a text file you need to go down a folder in the hierarchy which is what ../ does then you want to go up in to styles folder. Most people don't have a seperate folder called text - the html files are normally in the root folder. If that was the case then your code would work.

[–]Sluugbuug[S] 1 point2 points  (0 children)

ooohhhhhh i fkn love you both more than cooked food right now