If you search for an HTML editor, Brackets is one you should try. It provides of course auto completion and it supports HTML, CSS and JavaScript, with syntax highlighting and preview. A great advantage of this code editor is its modern interface, which is pleasant. A sidebar lets you immediately switch to other files you […]
Tag: CSS
PSPad is a free programmer’s editor. You can also use it as a great replacement to Notepad, but you will appreciate it more if you happen to work in a programming environment. PSPad lets you work with projects, with several documents simultaneously (MDI). You can save desktop sessions to later reopen all session files. It […]
CSS Menu Generator is a free WYSIWYG menu generator. You can build horizontal, vertical and drop-down (combo-box) menus. To generate your menu, just add menu items, select menu type, customize color and font settings; then copy the CSS/JavaScript and XHTML menu code and use it in your webpage. An easy to use program you will appreciate if you work […]
You may want a certain image to remain always in the same line with one or more words. The usual non breaking space HTML tag ( ) works only between words, not between an image and a word. Remember this ghost tag, <nobr>! It won’t work either! No joy to try also adding this CSS property, […]
Codelobster PHP Edition is a free portable editor primarily intended for editing PHP, HTML, CSS, JavaScript files with support Drupal CMS, Joomla CMS, Smarty engine, JQuery library, CodeIgniter, CakePHP, Symfony, Yii, Facebook and WordPress. I did not have the chance to try Codelobster because it needs registration even for the free version. Without this secret […]
Align a DIV width to the center
You may face this css problem, that a div area of a specific width, of course not equal but less than page width, can not be aligned to the center of the page — even if you include it inside another div area with “text-aling:center” and align=”center” properties. By default a div area regards the […]
DFM2HTML is a free web design software specialized on editing web pages with the least effort possible. Features: WYSIWYG (What You See Is What You Get) * stylesheet-based design * manage many HTML pages in one document * graphical effects (e.g. anti-aliasing, shadow, glow, rounded corners) * HTML forms * CSS3 capable HTML code generation […]
Simple CSS is a free program that will help you specify the styles of fonts and other page elements on your sites. It allows you to create Cascading Style Sheets from scratch, and/or modify existing ones, using a point-and-click interface. With Simple CSS you can manage multiple CSS projects and import your existing style sheets. […]
ArduoCSS is a free CSS editor with an intuitive and easy interface. You can use ArduoCSS to edit or create a css file, in a classic text editor with syntax highlighting or in a user friendly managed interface. You can test your work in a preview page. ArduoCss can also show the resulting stylesheet in […]