Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

placydus patrick
3,293 Pointsso how do i open the website i just created with css on another computer
so how do i open the website i just created with css on another compute
3 Answers

Jeremy Hill
29,567 PointsYou either need to transfer the files to the other computer or publish your website to the web.

Kevin Foytik
14,553 PointsEither put the html and css files on a thumb drive, or email them to yourself. From the second computer, drag and drop the documents into a folder. Be sure that the relative path of the css file is the same as it is in your html doc (e.g. if the link is "href='main.css'", be sure that the html and css are in the same folder. Then, right click the html, and select open with browser (Safari, Chrome, etc.).

Jeremy Hill
29,567 PointsAre you referring to publishing your website?
placydus patrick
3,293 Pointsplacydus patrick
3,293 Pointswould that be thought later on or would i have to figure that out myself ?