The first three lines of this entry’s content is:
<style type="text/css">
#entry-55 ul li { color: blue; }
</style>
Are the items in this unordered list blue?
- blue
- blue
- blue
If so, I’ve added custom styles to this single entry.
- Create your entry
- Save it as draft
Look in the url of your browser to find the
id
which is a unique identifier for the entry (careful not to use blog_id as that is a unique id for the blog)http://www.beausmith.com/cgi-bin/mt/mt.cgi?__mode=view&_type=entry&id=55&blog_id=2&saved_changes=1
Enter the id into your css
- Change Status to Published
- Save your entry
All this assumes you are using the default templates from MT, if not you’ll have to add <$mt:EntryID$>
to a container wrapping each entry in your templates.