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!
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

Alexander Lerman
424 PointsHow do I remove " rel='stylesheet' type='text/css'> " from my header on the website. thank you
Thank you
1 Answer

Ricky Walker
12,863 PointsI'm not 100% sure what you're asking but it seems like what you quoted is somehow not tagged properly within your heading tags. Can you paste your HTML for your header?
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsCan you provide more information - what course and section is this part of, or is this just a general question? What you seem to be asking is how to remove important information for a link tag's css file (the only necessary attribute here is rel; type can be safely removed). If you remove rel, the file will not load. May as well just delete or comment out that line.