Search found 7 matches
- Tue Jul 18, 2006 8:18 pm
- Forum: General
- Topic: Inserting the file name?
- Replies: 3
- Views: 304
- Mon Jul 17, 2006 6:28 pm
- Forum: General
- Topic: Inserting the file name?
- Replies: 3
- Views: 304
Inserting the file name?
Is there a way to insert each file name into a specific place in the document? I know there is a way to use &f while creating a header/footer when printing, but I want to be able to insert the file name as text into the actual document.
Thanks,
Pete
Thanks,
Pete
- Tue Jul 11, 2006 5:52 pm
- Forum: General
- Topic: Remove the same line from multiple files?
- Replies: 9
- Views: 774
- Tue Jul 11, 2006 2:10 pm
- Forum: General
- Topic: Wanted for MAC
- Replies: 5
- Views: 1163
I would agree - I use OS X at home but a PC at work, and having TextPad for the Mac would be very beneficial. It is truly a great program to use, and based on an informal office poll, several people have recently upgraded their home PCs to an OS X environment, or plan to do so in the near future ...
- Tue Jul 11, 2006 1:58 pm
- Forum: General
- Topic: Remove the same line from multiple files?
- Replies: 9
- Views: 774
Remove the same line from multiple files?
Hello! I've got over 100 files which all need line 29 removed. The catch is that line 29 is each document is different, so a simple search and replace accross all files will not work. The good thing is that it's the same line on all documents. I just can't figure out the correct way for TextPad ...
- Thu Jul 08, 2004 12:51 pm
- Forum: General
- Topic: Automated (Macro?) upper case to lower case
- Replies: 6
- Views: 665
Thanks for the info everyone. MudGuard was correct in assuming the following scenario: <IMG SRC="BLA.PNG" ALT="Picture of George Washington"> <img src="bla.png" alt="picture of george washington"> Of course, idealy the end result would be: <img src="bla.png" alt="Picture of George Washington"> UNIX ...
- Wed Jul 07, 2004 3:32 pm
- Forum: General
- Topic: Automated (Macro?) upper case to lower case
- Replies: 6
- Views: 665
Automated (Macro?) upper case to lower case
Is there a way to quickly automate HTML tags across several documents from upper case to lower case? I need this done for all tags across multiple files. Here is a small portion of what I need done... <BODY LINK="#3366CC" BGCOLOR="WHITE" MARGINWIDTH=0 MARGINHEIGHT=0> <TABLE WIDTH="100%" CELLPADDING ...