Ok I have this slight problem. I want to beable to create an html file such as this:
<html>
<head>
<title>Rurouni Kenshin: Volume 2, Chapter 10</title>
</head>
<body>
<center>
<a href="Chapter09.html">Previous Chapter</a> - <a href="Chapter11.html">Next Chapter</a><br><hr>
<img src="RK010-00.jpg" align="left">
<img src="RK010-01.jpg"><br><hr>
<img src="RK010-02.jpg" align="left">
<img src="RK010-03.jpg"><br><hr>
<img src="RK010-04.jpg" align="left">
<img src="RK010-05.jpg"><br><hr>
<img src="RK010-06.jpg" align="left">
<img src="RK010-07.jpg"><br><hr>
<img src="RK010-08.jpg" align="left">
<img src="RK010-09.jpg"><br><hr>
<img src="RK010-10.jpg" align="left">
<img src="RK010-11.jpg"><br><hr>
<img src="RK010-12.jpg" align="left">
<img src="RK010-13.jpg"><br><hr>
<img src="RK010-14.jpg" align="left">
<img src="RK010-15.jpg"><br><hr>
<img src="RK010-16.jpg" align="left">
<img src="RK010-17.jpg"><br><hr>
<img src="RK010-18.jpg"><br><hr>
<a href="Chapter09.html">Previous Chapter</a> - <a href="Chapter11.html">Next Chapter</a>
</body>
</html>
Without having to copying, pasting, and then finding & replacing the text I want to change in notepad. I want to change "01" of "RK001-49.jpg" on each line. It would be nice if there was a way to look at a directory and add or subtract lines depending on how many jpg's are in a the directory.
Is dreamweaver capable of completing such a task through templates(or some other feature)? or should I continue to worth through notepad? <_< If dreamweaver cant, is there another program that would beable to do this for me? :help: