Quote:
Originally Posted by sofry
What are people using to write handheld-friendly webpages?
|
I would recommend that you learn the use of strict
XHTML and
Cascade Style Sheets (CSS). This keeps the code *very* clean, is easy for offline parsers like iSilo to parse, and can be more easily customized for mobile formatted handhelds.
Have a look at the code of
http://www.turcic.com/index.htm, which was my first attempt to write in xhtml+css. I didn't use any special html editor; used Ultraedit, which is my favorite editor for any text documents. If you can afford it, I would recommend the new Dreamweaver MX 2004, which has nice support for xhtml + css as well.