• I am using dreamweaver as webeditor… but maybe there are some difference betwean usual HTML formating and that generated by WP … somewhere I read that copying html from firefox is better way … and if it’s true I cannot understand why .. HTML is HTML sometimes I am using a right click and direct post … there are also no HTML formating is there some tipps about developping the code specially for WP becose if there is even 1 tabble the things looks awful
    sorry for bad english
    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)
  • For PHP
    http://www.crimsoneditor.com
    For CSS
    – Topstyle at http://www.bradsoft.com
    – CSS Editor at http://www.morphon.com
    For HTML
    – HTML-Kit at http://www.chami.com/
    I’m pretty sure that Topstyle will do all 3 – it certainly will do CSS and HTML / XHTML
    As for code looking messy, just see if it validates – http://validator.w3.org/
    If not, fix it but if it does, then fine .. we all have our styles of writing (personally I dislike all indentation – but then I can only write html / xhtml / css)

    Oh yes, and Firefox ?
    It’s somewhat easier to read the source in FF as it highlights text labels for you.

    If I read you right you say one table and it looks awful. WP does not employ any tables for layout and many of us who write valid and semantic mark up do not use at all them except for tabular data.

    i post code from dreamweaver all the time.
    just take care u start from a template that is XHTML compliant so the code turns out to be XHTML compliant…
    and tables with WP generate loads of empty spaces for me at the bottom. so i dont use them much.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Copy Html’ is closed to new replies.