Quote:
Originally Posted by pargoo
In 'code' view I've noticed this: </span> in some of my paragraphs, but not in most others. Is it doing anything, or can I run through my text and remove them all? Is it something to do with line length/justification, or what? NOT to be confused with switching to italics and back again, obviously.
Thanks,
|
You've shown us where one span ends, another begins. What matters is what comes BETWEEN the opening
<span class="text3"> and the closing </span>. This is what will be affected by "class="text3"".
Look in your stylesheet to see what this does. It's an arbritary label, it could be defined as almost anything!
This could be the beginning of you learning about HTML and css. Or it could be you preparing to break your eBook. Uninformed "tidying up" is one of the most destructive things a computer user can do. At least make a copy of your file before experimenting!