View Single Post
Old 07-19-2012, 04:58 AM   #8
Kratos
Connoisseur
Kratos began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Mar 2011
Location: UK
Device: Kindle 3, iPhone, iPad, PC
Thanks for your input so far.
I've been trying to compare with the code of another book.

This is the code of an old book that validates:

Code:
<span class="body" style="font-size:0.86em;"> my text</span></p>
<p class="body"><span class="body" style="font-size:0.86em;"></span></p>
<div class="group1">
<img src="images/S57_fmt.jpeg" alt="alt text" />
</div>
<p class="body"><span class="body" style="font-size:0.86em;">my text</span>
This is the code of my current book that has a problem:

Code:
<span class="body" style="font-size:0.86em;"> my text</span></p>
<p class="body"><span class="body" style="font-size:0.86em;"><br/>
<div class="group1">
<img src="images/E7-10_fmt.jpeg" alt="alt text" />
</div>
<br/>my text</span></p>
I have to try and make the code in the second example validate.
What Im thinking is that I have to put a </span> at the end of the first line. And then put the character style line at the front of the last line to make it valid?
Kratos is offline   Reply With Quote