Tuesday, May 27, 2008

Text Editor Tip

Using a what-you-see-is-what-you-get (WYSIWYG) text editor can save time.
Yes, unless you count the time it takes to clean up the code it spews out.

Have you noticed that when you press the enter key in some of these time saving text editors it produces unnecessary lines of empty paragraphs? < p > < /p > which translates to time wasted on there removal?

Tip: Pressing Shift and Enter Keys together produces a nice < br > tag. lovely.
This means you can control the bounds of your paragraphs better by choosing to press the Enter key alone or adding Shift.

The perfect gift