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

General Discussion

headersliver

hello I am new to creating web ( but don't worry I have years of experience in ICT technician and adobe e.g PH, Ai, FW). how should I begin, it was few days ago me doing my usual routine a sudden light hitted me from nowhere then it came to me this amazing great Idea how the future web should look like. But then I ask my self I don't even know how to create a website. I have this fantasy I can see every thing in my head its just I cant put into codes , so after finding my friends with no help from them who they have no clue what html, PHP, SQL OR Javascript. I decided to do it my self. so here I am after days, nights and small hours of sleep with the help of Red bull and teamtreehouse. Me still stuck with headersliver from day 1 . ( I am really sorry for my broken English because it not my first language) thank you for your time here is code

James Barnett
James Barnett
39,199 Points

Looks like you are having issues posting your code. For some tips on how to do that, check out this thread on how to type code in the forum for some examples.

2 Answers

its me again sorry lads they are some text is missing don't know why and forgot to say the website I am trying to create is social networking

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MY FIRST WEB SITE</title>
<STYLE TYPE="text/css">
#pagetop {
  background:url (STYLE/headersliver.png) repeat-x;
  height: 90px;
}
</STYLE>
</head>
<body>
<div id="pageTop"></div>
<div id="pageMiddle"></div>
<div id="pageBottom"></div>
</body>
</html>