Bugs
CSS Tool is a fairly extensive program written in javascript. By it's nature it may become buggy through long and or heavy use. If the program begins to slow it's recommended that you close and re open it.
Quick Bug List
- Color Source Code Bleed Bug. If editing the source code the color scheme of the syntax may change. This occurs as the source code is delivered in HTML format instead of text format. Fix: Right mouse click in the source to fix/update the color scheme.
- Disappearing Page Bug. Some pages contain header information that conflicts with the program. Other than altering the header information in the source there is no fix. It may occur if swapping between several documents or between Source and Design mode.
- Adding Borders Bug. When adding borders they disappear when you change some values. If this occurs you need to reselect the border style and all your values will be returned. A fix is in progress.
- Page Won't Load Bug. This isn't really a bug. Some pages won't load due to their url, page extension (or lack of) or their source code. Fix: The only way to work around this is to create a new page then view the source via the browser and copy it into the source editor in CSS Tool. You then need to add a base href tag at the top of the document with the page url as the base.
EG:
For a more thorough bug list please the the help file in the program.


reveals a Macro menu.
Highlighting a section of code, selecting a blank option from the Macro
menu and clicking Store stores the code in a seperate editing container
for easier editing. This code replaces it in the source. Placing the macro tag in any open documents adds the stored code to that document.