Hymer: -------------------------------------------------------------------------------- is there any insert-image and insert-table? Is it possible to autocomplete the html-tags? --------------------------------------------------------------------------------
As PSPad isn't a HTML editor, but a general programmer editor for multiple languages, there aren't all of the specialised features for the particular languages. However, you can use clips (Tools :: Show clips // Ctrl + Space // pressing MouseWheel) and select the predefined tag (table, img ...) - for some of them you can fill the parameters directly in a prompt). For inserting images in HTML, you can also directly drag them from the built-in file explorer (View :: Tool Panel (Ctrl + F2) - the "Folder" tab - normally the second one from the left). Once inserted, you can edit the tags only directly in the editor; there aren't any wizards for re-editing tags and their parameters; or for inserting a table with a specified number of columns and rows etc. -- <http://forum.pspad.com/read.php?2,45838,45845> PSPad freeware editor http://www.pspad.com
