![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#11
|
|||
|
|||
![]()
Well, you could have a fixed signature and then manually use Insert | Text
from file to add the pickatag file. You might also contact the authors and ask if there is an HTML version. steve "tim harrison" wrote in message ... pickatag does indeed create (or at least update) a destination text file with a new tagline at user-chosen intervals. i guess i'm wondering how to add that text file to a signature html file with the img tag that hold my graphic... "Steve Cochran" wrote in message ... You could do this but you'd have to program it to dynamically change the signature file prior to insertion of the sig into OE. I suspect your pickatag program does this but is only plain text compatible. The file would have to be an HTML signature file which contained an IMG element and not a plain text one. |
Ads |
#12
|
|||
|
|||
![]()
edit the source of the saved template to include the text file in an Iframe?
briframe src='pathtopickatag.txt' height=20 width=100%/iframe/body/html add the text file as a background image BODY style="BACKGROUND-POSITION: bottom center; BACKGROUND-REPEAT: no-repeat" bgProperties=fixed background='pathtopicatag.txt' which has the added bonus that the text remains onscreen all the time and the email flows around it ://security.kolla.de AVG free antivirus http://www.grisoft.com Etrust/Vet/CA.online Antivirus scan http://www3.ca.com/securityadvisor/virusinfo/scan.aspx Panda online AntiVirus scan http://www.activescan.com Panda online AntiSpyware Scan http://www.pandasoftware.com/virus_info/spyware/test/ Catalog of removal tools (1) http://www.pandasoftware.com/download/utilities/ Catalog of removal tools (2) http://www3.ca.com/securityadvisor/n...aspx?CID=40387 Trouble Shooting guide to Windows http://mvps.org/winhelp2002/ Blocking Unwanted Parasites with a Hosts file http://mvps.org/winhelp2002/hosts.htm links provided as a courtesy, read all instructions on the pages before use Grateful thanks to the authors/webmasters _ "tim harrison" wrote in message ... pickatag does indeed create (or at least update) a destination text file with a new tagline at user-chosen intervals. i guess i'm wondering how to add that text file to a signature html file with the img tag that hold my graphic... "Steve Cochran" wrote in message ... You could do this but you'd have to program it to dynamically change the signature file prior to insertion of the sig into OE. I suspect your pickatag program does this but is only plain text compatible. The file would have to be an HTML signature file which contained an IMG element and not a plain text one. |
#13
|
|||
|
|||
![]()
hmmm - OE seems to ignore the iframe tag? i CAN put it anywhere right? i've
put : iframe src='c:\pickatag.txt' height=20 width=100%/iframe between DIV/DIV tags? thanx for your help! tim "AlmostBob" wrote in message ... edit the source of the saved template to include the text file in an Iframe? briframe src='pathtopickatag.txt' height=20 width=100%/iframe/body/html add the text file as a background image BODY style="BACKGROUND-POSITION: bottom center; BACKGROUND-REPEAT: no-repeat" bgProperties=fixed background='pathtopicatag.txt' which has the added bonus that the text remains onscreen all the time and the email flows around it ://security.kolla.de AVG free antivirus http://www.grisoft.com Etrust/Vet/CA.online Antivirus scan http://www3.ca.com/securityadvisor/virusinfo/scan.aspx Panda online AntiVirus scan http://www.activescan.com Panda online AntiSpyware Scan http://www.pandasoftware.com/virus_info/spyware/test/ Catalog of removal tools (1) http://www.pandasoftware.com/download/utilities/ Catalog of removal tools (2) http://www3.ca.com/securityadvisor/n...aspx?CID=40387 Trouble Shooting guide to Windows http://mvps.org/winhelp2002/ Blocking Unwanted Parasites with a Hosts file http://mvps.org/winhelp2002/hosts.htm links provided as a courtesy, read all instructions on the pages before use Grateful thanks to the authors/webmasters _ "tim harrison" wrote in message ... pickatag does indeed create (or at least update) a destination text file with a new tagline at user-chosen intervals. i guess i'm wondering how to add that text file to a signature html file with the img tag that hold my graphic... "Steve Cochran" wrote in message ... You could do this but you'd have to program it to dynamically change the signature file prior to insertion of the sig into OE. I suspect your pickatag program does this but is only plain text compatible. The file would have to be an HTML signature file which contained an IMG element and not a plain text one. |
#14
|
|||
|
|||
![]()
I think IFRAME rendering has been prevented due to security concerns.
I don't know of a way to get it into the div tags. steve "tim harrison" wrote in message ... hmmm - OE seems to ignore the iframe tag? i CAN put it anywhere right? i've put : iframe src='c:\pickatag.txt' height=20 width=100%/iframe between DIV/DIV tags? thanx for your help! tim "AlmostBob" wrote in message ... edit the source of the saved template to include the text file in an Iframe? briframe src='pathtopickatag.txt' height=20 width=100%/iframe/body/html add the text file as a background image BODY style="BACKGROUND-POSITION: bottom center; BACKGROUND-REPEAT: no-repeat" bgProperties=fixed background='pathtopicatag.txt' which has the added bonus that the text remains onscreen all the time and the email flows around it ://security.kolla.de AVG free antivirus http://www.grisoft.com Etrust/Vet/CA.online Antivirus scan http://www3.ca.com/securityadvisor/virusinfo/scan.aspx Panda online AntiVirus scan http://www.activescan.com Panda online AntiSpyware Scan http://www.pandasoftware.com/virus_info/spyware/test/ Catalog of removal tools (1) http://www.pandasoftware.com/download/utilities/ Catalog of removal tools (2) http://www3.ca.com/securityadvisor/n...aspx?CID=40387 Trouble Shooting guide to Windows http://mvps.org/winhelp2002/ Blocking Unwanted Parasites with a Hosts file http://mvps.org/winhelp2002/hosts.htm links provided as a courtesy, read all instructions on the pages before use Grateful thanks to the authors/webmasters _ "tim harrison" wrote in message ... pickatag does indeed create (or at least update) a destination text file with a new tagline at user-chosen intervals. i guess i'm wondering how to add that text file to a signature html file with the img tag that hold my graphic... "Steve Cochran" wrote in message ... You could do this but you'd have to program it to dynamically change the signature file prior to insertion of the sig into OE. I suspect your pickatag program does this but is only plain text compatible. The file would have to be an HTML signature file which contained an IMG element and not a plain text one. |
#15
|
|||
|
|||
![]()
"Steve Cochran" wrote in message
... I think IFRAME rendering has been prevented due to security concerns. I don't know of a way to get it into the div tags. Looks more like a bug or deliberate deficiency to me. ; ) Check the source after this procedu 1. Open this link in IE: http://support.microsoft.com/newsgroups/default.aspx 2. In IE use File, Send, Page by E-mail 3. Twiddle your thumbs while E-mail renders. 4. Click on Source tab 5. Click on Source 6. Do Ctrl-a, Ctrl-c 7. Paste into a Notepad window. 8. Do Ctrl-f Find for iframe 9. Find: example DIV id=mainColumnIFRAME class="" id=news name=news marginWidth=0 marginHeight=0 src="/newsgroups/newsframe.aspx" frameBorder=0 width="100%" scrolling=no height="100%"/IFRAME/DIV /example So it's there exactly the way it was when it was rendered by IE. It just isn't rendering there. I suspect it is just that OE won't do the recursion necessary to render more than the container. The same thing happens even more definitely with a Google Groups "threadview" page. That apparently is a true frameset. At least that is what OE shows when I look at what gets sent by page in its case. eg http://groups.google.com/group/micro...cacd0496d7ac15 FYI Robert Aldwinckle --- |
#16
|
|||
|
|||
![]() "Robert Aldwinckle" wrote in message ... "Steve Cochran" wrote in message ... I think IFRAME rendering has been prevented due to security concerns. I don't know of a way to get it into the div tags. Looks more like a bug or deliberate deficiency to me. ; ) Check the source after this procedu 1. Open this link in IE: http://support.microsoft.com/newsgroups/default.aspx 2. In IE use File, Send, Page by E-mail 3. Twiddle your thumbs while E-mail renders. 4. Click on Source tab 5. Click on Source 6. Do Ctrl-a, Ctrl-c 7. Paste into a Notepad window. 8. Do Ctrl-f Find for iframe 9. Find: example DIV id=mainColumnIFRAME class="" id=news name=news marginWidth=0 marginHeight=0 src="/newsgroups/newsframe.aspx" frameBorder=0 width="100%" scrolling=no height="100%"/IFRAME/DIV /example So it's there exactly the way it was when it was rendered by IE. It just isn't rendering there. I don't know where you grabbed that from, but the path is relative, so nothing will render. This might work: I'll have to test this in another OS, as the one I'm posting from is suspect. G I suspect it is just that OE won't do the recursion necessary to render more than the container. The same thing happens even more definitely with a Google Groups "threadview" page. That apparently is a true frameset. At least that is what OE shows when I look at what gets sent by page in its case. eg http://groups.google.com/group/micro...cacd0496d7ac15 G steve |
#17
|
|||
|
|||
![]()
Sorry to all for any minor controversy, it seemed a good suggestion at the
time both iframe and background image to the body tag work for me, it works for text files as background, any video clip that the receiving pc has a codec to display, I have no idea why it works, why it doesnt always work, what I did right or wrong, this is my body tag the bgcolor part is irrelevant just makes the screen color the same as printed corporate stationary, and the name isnt really changedthisbit.com, I changed that bit BODY style="BACKGROUND-POSITION: right top; BORDER-TOP: 0px; MARGIN: 10px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BACKGROUND-REPEAT: no-repeat" bgProperties=fixed background=http://www.CHANGEDTHISBIT.com/images/oemlogo.gif bgColor=#f5f5f5 unless it is because the src files for image and iframe are resident on an available http server, not on the local pc so dont get "lost in the mail" Bob -- - Adaware http://www.lavasoft.de spybot http://security.kolla.de AVG free antivirus http://www.grisoft.com Etrust/Vet/CA.online Antivirus scan http://www3.ca.com/securityadvisor/virusinfo/scan.aspx Panda online AntiVirus scan http://www.activescan.com Panda online AntiSpyware Scan http://www.pandasoftware.com/virus_info/spyware/test/ Catalog of removal tools (1) http://www.pandasoftware.com/download/utilities/ Catalog of removal tools (2) http://www3.ca.com/securityadvisor/n...aspx?CID=40387 Trouble Shooting guide to Windows http://mvps.org/winhelp2002/ Blocking Unwanted Parasites with a Hosts file http://mvps.org/winhelp2002/hosts.htm links provided as a courtesy, read all instructions on the pages before use Grateful thanks to the authors/webmasters _ "Steve Cochran" wrote in message ... "Robert Aldwinckle" wrote in message ... "Steve Cochran" wrote in message ... I think IFRAME rendering has been prevented due to security concerns. I don't know of a way to get it into the div tags. Looks more like a bug or deliberate deficiency to me. ; ) Check the source after this procedu 1. Open this link in IE: http://support.microsoft.com/newsgroups/default.aspx 2. In IE use File, Send, Page by E-mail 3. Twiddle your thumbs while E-mail renders. 4. Click on Source tab 5. Click on Source 6. Do Ctrl-a, Ctrl-c 7. Paste into a Notepad window. 8. Do Ctrl-f Find for iframe 9. Find: example DIV id=mainColumnIFRAME class="" id=news name=news marginWidth=0 marginHeight=0 src="/newsgroups/newsframe.aspx" frameBorder=0 width="100%" scrolling=no height="100%"/IFRAME/DIV /example So it's there exactly the way it was when it was rendered by IE. It just isn't rendering there. I don't know where you grabbed that from, but the path is relative, so nothing will render. This might work: I'll have to test this in another OS, as the one I'm posting from is suspect. G I suspect it is just that OE won't do the recursion necessary to render more than the container. The same thing happens even more definitely with a Google Groups "threadview" page. That apparently is a true frameset. At least that is what OE shows when I look at what gets sent by page in its case. eg http://groups.google.com/group/micro...cacd0496d7ac15 G steve |
#18
|
|||
|
|||
![]() "tim harrison" schrieb im Newsbeitrag ... thanx for the help anyways... "Bruce Hagen" wrote in message ... I have no idea how Pickatag works. I only know how to do it with OE as I posted. -- Bruce Hagen MS MVP - Outlook Express ~IB-CA~ "tim harrison" wrote in message ... pickatag rotates (at an interval of your choosing) taglines and inserts them into a destination text file, which you use as your signature file (see below) in outlook express. i'm trying to add aformentioned graphic into that text file, but it would seem to be an impossible task? cheers for now tim ---A neutron goes into a bar and asks the bartender: How much for a beer? The bartender replies: For you, no charge.--- "Bruce Hagen" wrote in message ... You can create a graphic signature for OE like this: Open a New Message window and create your signature. Click the Source Tab. (View | Source Edit if not already checked). Highlight the entire source code and copy / paste into Notepad. File | Save As and save as "signature.htm" (with the quotes). It will be saved to My Documents by default, where you can rename it if you wish. Go to Tools | Options | Signatures. Click: File and Browse and Insert your saved signature. -- Bruce Hagen MS MVP - Outlook Express ~IB-CA~ "tim harrison" wrote in message ... i use pickatag as a tagline generator to sign my outlook express email - is there such a thing that will allow me to add a graphic (ie my real signature) as well as adding random taglines? tia |
#19
|
|||
|
|||
![]()
Your post with no message speaks quite poorly of your ability to communicate
from Germany. You are a troll. Or simply a dumba**. "Stefan" Stefan Hinz.com wrote in message ... "tim harrison" schrieb im Newsbeitrag ... thanx for the help anyways... "Bruce Hagen" wrote in message ... I have no idea how Pickatag works. I only know how to do it with OE as I posted. -- Bruce Hagen MS MVP - Outlook Express ~IB-CA~ "tim harrison" wrote in message ... pickatag rotates (at an interval of your choosing) taglines and inserts them into a destination text file, which you use as your signature file (see below) in outlook express. i'm trying to add aformentioned graphic into that text file, but it would seem to be an impossible task? cheers for now tim ---A neutron goes into a bar and asks the bartender: How much for a beer? The bartender replies: For you, no charge.--- "Bruce Hagen" wrote in message ... You can create a graphic signature for OE like this: Open a New Message window and create your signature. Click the Source Tab. (View | Source Edit if not already checked). Highlight the entire source code and copy / paste into Notepad. File | Save As and save as "signature.htm" (with the quotes). It will be saved to My Documents by default, where you can rename it if you wish. Go to Tools | Options | Signatures. Click: File and Browse and Insert your saved signature. -- Bruce Hagen MS MVP - Outlook Express ~IB-CA~ "tim harrison" wrote in message ... i use pickatag as a tagline generator to sign my outlook express email - is there such a thing that will allow me to add a graphic (ie my real signature) as well as adding random taglines? tia |
#20
|
|||
|
|||
![]() "AlmostBob" je napisao u poruci interesnoj ... Sorry to all for any minor controversy, it seemed a good suggestion at the time both iframe and background image to the body tag work for me, it works for text files as background, any video clip that the receiving pc has a codec to display, I have no idea why it works, why it doesnt always work, what I did right or wrong, this is my body tag the bgcolor part is irrelevant just makes the screen color the same as printed corporate stationary, and the name isnt really changedthisbit.com, I changed that bit BODY style="BACKGROUND-POSITION: right top; BORDER-TOP: 0px; MARGIN: 10px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BACKGROUND-REPEAT: no-repeat" bgProperties=fixed background=http://www.CHANGEDTHISBIT.com/images/oemlogo.gif bgColor=#f5f5f5 unless it is because the src files for image and iframe are resident on an available http server, not on the local pc so dont get "lost in the mail" Bob -- - Adaware http://www.lavasoft.de spybot http://security.kolla.de AVG free antivirus http://www.grisoft.com Etrust/Vet/CA.online Antivirus scan http://www3.ca.com/securityadvisor/virusinfo/scan.aspx Panda online AntiVirus scan http://www.activescan.com Panda online AntiSpyware Scan http://www.pandasoftware.com/virus_info/spyware/test/ Catalog of removal tools (1) http://www.pandasoftware.com/download/utilities/ Catalog of removal tools (2) http://www3.ca.com/securityadvisor/n...aspx?CID=40387 Trouble Shooting guide to Windows http://mvps.org/winhelp2002/ Blocking Unwanted Parasites with a Hosts file http://mvps.org/winhelp2002/hosts.htm links provided as a courtesy, read all instructions on the pages before use Grateful thanks to the authors/webmasters _ "Steve Cochran" wrote in message ... "Robert Aldwinckle" wrote in message ... "Steve Cochran" wrote in message ... I think IFRAME rendering has been prevented due to security concerns. I don't know of a way to get it into the div tags. Looks more like a bug or deliberate deficiency to me. ; ) Check the source after this procedu 1. Open this link in IE: http://support.microsoft.com/newsgroups/default.aspx 2. In IE use File, Send, Page by E-mail 3. Twiddle your thumbs while E-mail renders. 4. Click on Source tab 5. Click on Source 6. Do Ctrl-a, Ctrl-c 7. Paste into a Notepad window. 8. Do Ctrl-f Find for iframe 9. Find: example DIV id=mainColumnIFRAME class="" id=news name=news marginWidth=0 marginHeight=0 src="/newsgroups/newsframe.aspx" frameBorder=0 width="100%" scrolling=no height="100%"/IFRAME/DIV /example So it's there exactly the way it was when it was rendered by IE. It just isn't rendering there. I don't know where you grabbed that from, but the path is relative, so nothing will render. This might work: I'll have to test this in another OS, as the one I'm posting from is suspect. G I suspect it is just that OE won't do the recursion necessary to render more than the container. The same thing happens even more definitely with a Google Groups "threadview" page. That apparently is a true frameset. At least that is what OE shows when I look at what gets sent by page in its case. eg http://groups.google.com/group/micro...cacd0496d7ac15 G steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|