Author Topic: Dreamweaver Question  (Read 1661 times)

February 16, 2004, 04:43:31 PM
Read 1661 times

Mouse

  • Legacy Reserved
  • Skulk

  • Offline
  • *

  • 96
    • View Profile
    • Danger Mouse
Ok I have this slight problem. I want to beable to create an html file such as this:

Code: [Select]
<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:


February 16, 2004, 06:20:02 PM
Reply #1

Legionnaired

  • Legacy Reserved
  • Fade

  • Offline
  • **

  • 492
    • View Profile
    • http://
Go into word, to a search for RK010, hit replace as RK020.

February 16, 2004, 06:57:01 PM
Reply #2

Mouse

  • Legacy Reserved
  • Skulk

  • Offline
  • *

  • 96
    • View Profile
    • Danger Mouse
That would be fine if it were only couple files. But that one sample html file was 1 chapter. There are about 6-7 chapters per volume and there are 30 volumes that i need to create and then convert. I dont remember exactly how many chapters there are but there is 100+, which gets mundain if I have to change each in wordpad/word. I'd like to if at all possible make it quick and painless as much as possible.  o_O