TextPad GIF Logo/Banner Available?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
wlundin3
Posts: 2
Joined: Mon Dec 22, 2003 4:48 pm
Location: Location, Location
Contact:

TextPad GIF Logo/Banner Available?

Post by wlundin3 »

I've been using TextPad for a few years now. I have an old animated gif (txp_anim.gif) that is like a equilateral triangle beam that rotates on its x-axis to show three different messages "Designed with TextPad 3.0" , "(c) Helios Software", "www.textpad.com". I use this on webpages and even html documentation that I prepare. I love my TextPad 8)

Is there something similar for TextPad 4.x ?

Or, would someone with some graphics skills be interested in making some?

A sample at bottom of http://thegrabbag.tripod.com/fyi.htm using code similar to the following:

Code: Select all

    <BR/>
	<a href="http://www.textpad.com" target="_new" title="www.TextPad.com"> 
	<img src="txp_anim.gif" alt="TextPad Editor"> 
	</a> <BR/>
Thanks!
User avatar
Jan Paul
Posts: 21
Joined: Mon Apr 28, 2003 1:24 pm
Location: The Netherlands

Post by Jan Paul »

Why not use textpad's own gif file on the homepage of TextPad?

Code: Select all

<a href="http://www.textpad.com" target="_new" title="www.TextPad.com">
  <img src="http://www.textpad.com/img/badges/textpad1.gif" border="0" alt="Designed with TextPad 4.7.3">
</a> 
I know it not animated, but it is the "official one".

Regards,
Jan Paul
wlundin3
Posts: 2
Joined: Mon Dec 22, 2003 4:48 pm
Location: Location, Location
Contact:

Post by wlundin3 »

Thanks Jan, I'll give that a go for now, and maybe I'll find some handy animated gif editor to see if I can transform it abit .

Oh, I thought it was funny the folder where the gif files was located, .../img/badges/textpad1.gif
"Badges?! We don't need no stinkin' Badges!" ha ha :D
Leif

Post by Leif »

wlundin3 wrote:Oh, I thought it was funny the folder where the gif files was located, .../img/badges/textpad1.gif
"Badges?! We don't need no stinkin' Badges!" ha ha :D
Hmmm... Another joke I don't get! :oops:
Could you please explain?
User avatar
Bob Hansen
Posts: 1516
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

"Badges?! We don't need no stinkin' Badges!"
is from The Treasure of the Sierra Madre by B. Traven .

Was made popular in the film version of the book, when Humphrey Bogart challenged the "mounted police".

Audio? We ain't got no audio? We don't need no audio.
I ain't got to give you no stinkin' audio.........but I will: http://www.darryl.com/badges/fullbadges.wav

There have since been many variations on the theme of badges, including "badgers, barges, patches, caterers, spinach.
Hope this was helpful.............good luck,
Bob
Leif

Post by Leif »

Bob, you're a living encyclopedia! Thanks a bunch! :D
Post Reply