On line 14, the -20 should read 0 (zero) On 2/16/07 12:18 PM, "Brian Durant" <globetrotterdk at gmail.com> wrote: > I am having problems getting indented text so that it is flux with the > start text in a line above, that starts with a bullet, in iWeb. It > looks fine in iWeb, but when I publish to a folder and upload the > folder via FTP to a server, the line of text below the line with > bulleted text follows the margin and not the indent. Here is what the > code looks like that iWeb has produced: > >01> <li style="line-height: 20px; margin-left: 0px; margin-top: -1px; 02> padding-left: 0px; text-indent: 0px; "> >03 >04 <div class="paragraph Body" style="line-height: >05 20px; margin-bottom: 0px; margin-top: 0px; text-indent: 0px; "><span >06 style="font-size: 17px; position: relative; top: 3px; " >07 class="Bullet"><img src="B2B_files/bullet_nb_square-blk_check.png" >08 style="height: 17px; width: 19px; " id="id1" /></span><span >09 style="line-height: 20px; ">CSR Screening</span></div> >10 </li> >11 <li style="line-height: 20px; margin-left: 20px; >12 padding-left: 0px; text-indent: -20px; "> >13 <div class="paragraph Body" style="line-height: >14 20px; margin-bottom: 0px; margin-top: 0px; text-indent: -20px; "><span >15 style="color: #463c3b; font-family: 'ArialMT', 'Arial', 'sans-serif'; >16 font-size: 0px; font-style: normal; font-variant: normal; font-weight: >17 normal; letter-spacing: 0; line-height: 20px; opacity: 1.00; position: >18 relative; text-decoration: none; text-transform: none; top: -8px; " >19 class="Bullet"></span><span style="width: 20px; " >20 class="InlineBlock"></span><span style="line-height: 20px; ">Ballast >21 Viability offers your organization a screening that establishes >22 exactly where to start building a CSR profile.</span></div> >23 </li> > I have two separate pages with a number of lines with bulleted and > non-bulleted text, so the code won't be exactly the same, but the > problem is. > > I hope someone has an idea.