Quote:
Originally Posted by foosion
When I search the text (xhtml) files I don't find any of the # selectors. Does that mean for this book they are useless? Am I missing something?
|
You would need to look at the IDs matching what is after the #.
i.e. <p id="book-content">
If you saw something like:
#green {
color: green;
}
that would match an ID such as <span id="green"> and display the text to the ending </span> with a green text.