Quote:
Originally Posted by rewyn
But shouldn't the col marker be contained within the line? and if so is there a way in Sigil to locate the col marker?
|
The CURSOR location is on the status line. You just keep moving it until you get there.
The only time the error message location is WITHIN the line is when the error is detected before the close.
BTW isnt there a better way to do all those anchors.
Break them up into groups with no visual space between the groups.
Code:
<div class="wholegroup">
<div class="asmallgroup">stuff</div>
<div class="asmallgroup">stuff</div>
<div class="asmallgroup">stuff</div>
</div>