Forum Moderators: open

Message Too Old, No Replies

Translating from a list to <li>

looking for a tool

         

graywolf

11:50 am on Sep 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have list of items I want to put the <li> tags around each one. I have about 60 pages worth of items to do it for, does anyone know of any tools that will make it easier?

ukgimp

11:52 am on Sep 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



find and replace using word?

^P

is a carriage return.

so replace

^P

with

</li>^p<li>

you will miss the first one but the rest should be sweat.

graywolf

12:12 pm on Sep 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



excellent, thanks!