Make HTML code

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
most
Junior Member
Junior Member
Posts: 18
Joined: 2004-01-28, 10:11 UTC
Location: Stockholm / Sweden

Make HTML code

Post by *most »

Is there anyway I can make html file based on a templete and the filenames in TC?
If i for example would like to create the code below with the filenames from TCs window.
/M


<html>
<a href="File1.mpg">File1.mpg</a><br>
<a href="File2.mpg">File2.mpg</a><br>
<a href="File3.mpg">File3.mpg</a><br>
</html>
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

The MakeBat plugin should do the trick.
I switched to Linux, bye and thanks for all the fish!
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3379
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Install the MakeBut-Plugin and
use this string when asked what to do:
<a href="%N">%N</a><br>

after that you have to edit the file and add the <html></html>-tags...
Hoecker sie sind raus!
most
Junior Member
Junior Member
Posts: 18
Joined: 2004-01-28, 10:11 UTC
Location: Stockholm / Sweden

Great, thanks...

Post by *most »

Great, thanks...

But it would be nice if there exist a better makebat, were you could add text before and after, and maybe get filesize as parameter also...
Post Reply