Results 1 to 2 of 2

Thread: Online HTML Editor With Color Coding...How?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Location
    Perth, Australia
    Posts
    5

    Question Online HTML Editor With Color Coding...How?

    I recently wanted to make a program that is basically a HTML editor that detects whats in the tags. Like dreamweaver.

    Is this possible?

    If so can anyone help me find out how to do the color coding by detecting parts of a tag. Like <div id="something">Blablablab</div>

    Can anyone plz help?

  2. #2
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Have a look at using regular expressions rather than having to parse HTML.

    I used regular expressions to retrieve all links from a page so I guess that you may be able to do the same with HTML links...

    Here's a link for you;

    Regular expression library
    http://regxlib.com/

    HTH
    MarkusJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width