> -----Original Message-----
 From: PCI PowerMacs [mailto:[EMAIL PROTECTED]]On Behalf
 Of Paul Stamsen
 Sent: Monday, February 17, 2003 10:56 AM
 To: PCI PowerMacs
 Subject: A general tip on posting URLs
<SNIP>
   If you remember to add < and > both before and after the URL, it
 will hang together, thus:
 <http://www.applefritter.com/cgi-bin/YaBB/
 YaBB.pl?board=powercc;action=display;num=1044807145>
   regardless of the line length set by your e-mailer and regardless of
 which e-mailer you use.

 It's just a nagging detail, but it does help everyone, especially the
 newbies (and the oldies, whose memory is slipping) who ask such
 questions.
 --
 HTH,

   Paul (<[EMAIL PROTECTED]>) <><
 QuadList & PCI PowerMacs nanny  ^�^
Such a shame that this does NOT work .........
Anyone got a better idea ?
Ben.
(using outlook 2K)
I wrote an Applescript implemented with cmscript which splices URLs
back together
-- start script
on open (thetext)
	try
		set olddelim to AppleScript's text item delimiters
		repeat with aletter in {return, space, ">"}
			set AppleScript's text item delimiters to aletter
			set thetext to every text item of thetext as text
		end repeat
		if not text 1 thru 7 of thetext = "http://"; then
			set thetext to "http://"; & thetext
		end if
		open location thetext with error reporting
	on error errMsg
		display dialog errMsg buttons {"OK"} default button 1
	end try
end open
--end script
--
Jason Davies
Master Gizmologist
Cream City Traction Club

http://www.geocities.com/jason_e_davies/cct.html


--
PCI-PowerMacs is sponsored by <http://lowendmac.com/> and...

Small Dog Electronics    http://www.smalldog.com  | Refurbished Drives |
-- Sonnet & PowerLogix Upgrades - start at $169   |  & CDRWs on Sale!  |

     Support Low End Mac <http://lowendmac.com/lists/support.html>

PCI-PowerMacs list info: <http://lowendmac.com/lists/pci-powermacs.shtml>
 --> AOL users, remove "mailto:";
Send list messages to:   <mailto:[EMAIL PROTECTED]>
To unsubscribe, email:   <mailto:[EMAIL PROTECTED]>
For digest mode, email:  <mailto:[EMAIL PROTECTED]>
Subscription questions:  <mailto:[EMAIL PROTECTED]>
Archive:<http://www.mail-archive.com/pci-powermacs%40mail.maclaunch.com/>

Using a Mac? Free email & more at Applelinks! http://www.applelinks.com

Reply via email to