The Spanish HTML: Blech! Tables!
My immediate thoughts are that Sigil is good at providing the basic wrapper for content so... starting with a blank project let Sigil create the <head>, etc. code. Then copy and paste from the text file you posted here just the lines that start with:
<H1 align=center>Sexo dinámico: <BR>más allá de las técnicas y la experiencia</H1>
and end with:
<B>Por favor indique a qué artículo se está refiriendo.</B></p>
the added </p> is to keep that last paragraph happy; although Sigil is bright enough to put it in for you.
The H1 and H2 "align=center" bits worry me. That's what CSS is for. I don't usually use named A tags so couldn't say for sure whether: <A name=ref4> needs quotes around the ref4, etc.
|