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 trialDebby Beachy
Courses Plus Student 2,096 PointsMeta showing the <ul> bullets.
Why do I have a bullet list with my meta tags? It should be no bullets as far as I can see my code is the same, everything is functioning correctly but my meta tags are not right. In the tutorial there was nothing about CSS.
1 Answer
shezazr
8,275 Pointshave u got a css reset sheet? by default bullet lists do have a bullet point.. u need a css style like:
ul { list-style: none; }
Debby Beachy
Courses Plus Student 2,096 PointsDebby Beachy
Courses Plus Student 2,096 PointsYes, this I know, however I'm working on WordPress and it only shows as bullet list on Posts not Pages.