Notepade and Html Table?

Discussion in 'HTML & Website Design' started by surekhaweb, Oct 21, 2006.

  1. #1
    I have this type of data In notepad file now

    Abc,2334,gjdjdjd,teetete
    Sdsd,34343,dfdf,343454
    ……………………….
    ………………..

    Now How Can I Covert this type of notepad data in Html table?

    note: the data should be converted in 4 colon
     
    surekhaweb, Oct 21, 2006 IP
  2. Yinten

    Yinten Active Member

    Messages:
    108
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Just create a table in notepad using HTML and plugging your data in there:

    <table><tr><td>Text</td></tr></table>

    That's the only way I see.
     
    Yinten, Oct 21, 2006 IP
  3. surekhaweb

    surekhaweb Banned

    Messages:
    504
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Any Other Way?

    I have many data in 1 notepad file so it is very difficult.
     
    surekhaweb, Oct 21, 2006 IP
  4. jascele

    jascele Peon

    Messages:
    48
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The only way I can think of is to import the txt file into Excel and save as web page.
     
    jascele, Oct 21, 2006 IP
  5. surekhaweb

    surekhaweb Banned

    Messages:
    504
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i mix both idea and i find the my solution.

    Thanks Both Of You.
     
    surekhaweb, Oct 22, 2006 IP