I am trying to insert the following HTML snippet using DocumentBuilder.InsertHtml:
01.
The problem is that the insert seems to be ignoring the float:left style and as a result the number (“01.”) appears on a separate line prior to the title (“Apologies”).
Is there a way to make this work without changing my styling. The reason that I use a separate div for the “number” part of my HTML snippet is to enable me to specify a particular width for it so that the “title” parts are aligned nicely in the output.
Thanks,
David