The CoffeeCup software catalog lists Visual Site Designer as a tool for creating "Professional websites". You truely can easily produce a professonal looking website, but if you peek under the covers, you have to wonder, what is professional about HTML/CSS code that uses bitmaps for backgrounds (and not even as a CSS background-image, either but as an <img>!) And, what is professional about a website that uses absolute positioned blocks to hold everything in place (no liquid layouts possible with this tool!)?
In fact, there is no way to use a bitmap to add a tiled background to a div block. You can do this with the page background, but with one limitation, it will tile both horizontally AND vertically. In CSS you can constrain the tiling to either the 'x' direction or the 'y' direction. There is no such feature in VSD!
You can't even create a CSS border! If you want to add a border, you have to create two overlapping shapes (that become two bandwidth gobbling bitmaps [and what's odd, is, one of the bitmaps is a merging of the two, so the second bitmap isn't even needed!]!)
And the bitmaps are JPEG, not GIF or 8-bit PNG!!! JPEG, adds compression artifacts to the image where ever there are sharp color transitions (such as a border), so it's no longer crisp and clean, but looks kinda blurred and muddy--none of which would be true if CSS:background-color/border were used (i.e. doing it the professional way)! And, creating a border this way, is a bit tedious. Much easier (and this software is suppose to be making things easier to do, right?) to click a checkbox and edit some controls -- you know, to tell the software to make a border for you (I mean, isn't that the point of "Visual Design" software?)
So, about all this tool is good for (at least in the context of "professional") is testing layouts and creating prototypes to show to customers before coding the truely professional version.