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

PHP Build a Basic PHP Website (2018) Listing and Sorting Inventory Items Adding Elements and Specifying a Key

Page layout

i have problem with these pictures,they are don't show up in the same row (on the first page). is something wrong with css?

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

I don't know. The CSS is probably fine. I suppose there is something with your code, but you need to post it.

1 Answer

can you tell me please how can i post my project here because i'm working localy?

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

You copy the code, and paste it.

Or you host it somewhere.

Copy the code like this

login.php

echo "Hello!";

index.html

<h1> Hi there! </h1>