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 trialCRYSTAL MORRIS
Courses Plus Student 2,809 PointsDoes Anybody Have Teamviewer?
I Have Never Posted In A Forum Before.
12 Answers
Jake Craige
4,913 PointsI'm sure lots of people do, why do you ask?
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsBecause Nothing Is Working, I Have Everything Coded And Loaded On Sublime. In The Beginning The Page Turned Light Blue, I Even Recreated The Images For The Website Nothing Is Moving.
Jake Craige
4,913 PointsCan you clarify what it is you are trying to do? Run an HTML site with css, load a PHP site, Ruby, etc.. Please provide details so we can assist you.
Personally I do not like Sublime Text that much. I prefer a cloud editor like ShiftEdit, that ftp's into my site, Cloud9 can do the same things, though you aren't required to have your own ftp server to use it, or a simple client for my computer like Notepad++
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsRun an HTML site with css, I Have Already Purchased Sublime.
CRYSTAL MORRIS
Courses Plus Student 2,809 Points<!DOCTYPE.HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html: charset=utf-8"/>
<title>Smells Like Bakin' Cupcake Company</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
</head>
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsAs You Can see The HTML Doesn't Show Up On Here, How Do I Post It?
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsI have Everything Exactly Like The Instructor Said But Nothing Is Shifting Into Position, Is There Some Software That Will Help? I Downloaded Bootstrap And Added It To The Sublime Directory And Still Nothing. I Have Windows 7.
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsHow Can I Post Html Here? How Can I Post CSS Here?
Jake Craige
4,913 PointsPlease reference this article on how to post the code. http://teamtreehouse.com/forum/how-to-ask-good-questions-on-the-forum
He recommends using this site to do it: http://codepen.io/pen/ Please do that and link it here
There is already one issue in your code. It should say <!DOCTYPE HTML> without a '.' in there. There should be a space
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsThank You.
CRYSTAL MORRIS
Courses Plus Student 2,809 PointsI Will Pursue These Suggestions Right Now, And Get Back To You.
James Barnett
39,199 PointsCRYSTAL -
I Have Never Posted In A Forum Before.
Be sure to take a look at this thread for tips on asking questions in this forum.