Automatically format into HTML

Discussion in 'HTML & Website Design' started by GLD, Aug 26, 2006.

  1. #1
    I have several pages in a Word file that I need to format into HTML.
    Does anyone know of any programs that could add <br> tags in all of the page breaks of my Word files?

    I'm not looking for some WYSIWYG editor that adds laods of uneccessary text, I just need something "clean" that adds <br> whenever there's a page break.

    Thanks,
     
    GLD, Aug 26, 2006 IP
  2. Carlito

    Carlito Peon

    Messages:
    679
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can do it in Word if you go to Find And Replace (CTRL+H), click More and then Special and then Manual Page Break. Find ^m and replace with <br/>. I think that's what you're asking for...
     
    Carlito, Aug 26, 2006 IP
  3. GLD

    GLD Well-Known Member

    Messages:
    307
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #3
    For some reason this doesn't work for me - it says 0 changes were made.
    Anyway, I've decided to do it manually.
    Thanks.
     
    GLD, Aug 26, 2006 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Copy-Paste it into Dreamweavers "Visual" pane and it should format it correctly with breaks. If not you can write a quick macro in VBS in Word to replace vbcrlf with "<br />" or chr(13) and chr(10) - is what vbcrlf means
     
    ccoonen, Aug 26, 2006 IP