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 Simple PHP Application Listing Inventory Items Understanding Whitespace

View Details displayed in lowercase

Hi,

It's not a major issue but <p> View Details </p> is being displayed in lowercase and I am not sure why as inbetween the paragraph tags i have camel cased the word.

Any ideas?

Thanks

Ben

2 Answers

Daryl Peterson
Daryl Peterson
7,812 Points

When you view the page source is it camel case ? If it is check your css for text-transform: lowercase

You are correct Sir, thanks for the help!

Ben