Display different item name using CSS

bachabbituale

New Member
I have no control over the html cuz its hosted on the other server. If I want to use css to modify some of the list item, how should I do it?For instancethe server side html:\[code\]<ol><li>Coffee</li><li>Milk</li><li>Orange Juice</li><li>Chocolate Milk</li><li>Espresso with hot foamy milk</li><li>Espresso diluted with hot water</li></ol>\[/code\]And i want to use css to display the last two items as "Cappuccino" and "Americano". Thanks.
 
Back
Top