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

CSS CSS Foundations Text, Fonts, and Lists List Styles

hakan Gülay
hakan Gülay
8,489 Points

about img

ı had picture which is jpg and ı converted it to png 32x32 and ı put it on site next to list item but lalf of picture doesnt exist. can you please tell me how ı can fix it ?

3 Answers

hakan Gülay
hakan Gülay
8,489 Points

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>My Page</title> <link type="text/css" rel="stylesheet" href="stylesheet.css">

</head> <body> <ul> <li>istanbul</li> <li>izmir</li> </ul> </body> </html>

/css/ ul{list-style:none;} ul li{background:url('face1.png') no-repeat 0 2px; padding-left:35px;}

Can you provide some code(Markdown Cheatsheet)?

Where is the up structure in the HTML? https://teamtreehouse.com/forum/howto-guide-markdown-within-posts

Are you working with workspaces? If so please post a link.