Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
Find this function in the script:
Code:
inter_slide.prototype.cntrl=function(){
this.cpad=this.imgs.length.toString().length;
document.write('<div align="center">Viewing Image: <b><span id="thecnt'+this.issid+'"><\/span><\/b> of<span style="font-size:1ex;"> </span> <b>'+this.imgs.length+'<\/b><\/div>');
}
You can plainly see where the:
Viewing Image: 1 of 4
is coming from. Using a plain text editor, you can change those words to whatever you prefer.
As far as your second question goes, I cannot be sure. As long as it looks OK online, why worry? However, if after making your page live, there is still a problem, perhaps you need to use a valid URL DOCTYPE like:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
with your page. If you need more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks