I understand that, and I thank you for your help, but what I'm saying is that when I open up the plugin with dreamweaver the only information that it shows at the bottom is:
function dynamicCSS()
{
return "#num {padding-left: 6px;}
.img-bot {margin-bottom: 6px; display: block; }";
}
It doesn't show the other information of:
.img-bot{margin-bottom: 6px;display: block;border: 1px solid #f0f0f0;}
Both of these lines show up in the source a few lines from each other if you want to look again. This is what's confusing me. Why would it show up in the source but not in the slideshow plugin-file when opened dreamweaver?