Hey guys,
I'm trying to create a plugin that will connect to a CMS (not unlike WordPress
or Joomla) and allow me to edit pages from dreamweaver.

I've managed to create a floating window, But I have some questions that I
can't find answers to in the help files.

A. I'm trying to create a <button> in my floater, in the .mxi file I've added
this line:
<file source="application_add.png"
destination="$dreamweaver/configuration/Objects/Common" />
and in the floater .html file I've added this this line:
<button id="WP_tb_new"
style="background:url('Objects/Common/application_add.png');" ><img
src='Objects/Common/application_add.png' /></button>
neither the img tag or the style tag shows the image, any ideas?

B. I'm assuming I'll have multipal users for each instance of DW connecting to
my CMS, so I want to allow the user to save the connection info, such as
username, password, domain, etc'. How can I do that?

C. Last but not least; Eventually I want to create some sort of "site
management", how can I create something similar to the window that pops when
you click "manage sites"?

Thanks a bunch,
Eli