Author Topic: HTML in Gmail  (Read 1616 times)

0 Members and 1 Guest are viewing this topic.

Offline Hitman

  • Major(1)
  • Posts: 4
    • constantincerdan.com
HTML in Gmail
« on: July 05, 2006, 08:32:03 am »
Once again I need your help.

Anybody know the HTML code for linking words in Gmail? I assumed it would have been:

Code: [Select]
<a href='http://constantin.photopholio.com' target='_blank'>Ilikephoto</a>
..but it's not. I've done some Google Searches but didn't find anything.

Can anybody help me out?

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: HTML in Gmail
« Reply #1 on: July 05, 2006, 08:34:10 am »
1) write the text that you want to make into a link
2) click the HyperLink editor button (if you don't see a formatting toolbar, click the thing that says "Rich Formatting"
3) enter your URL in the box that pops up

I don't think gmail will allow raw html to be sent, but I may be wrong.  Just about everything you can want to do with html can be done with the formatting bar.

Offline Hitman

  • Major(1)
  • Posts: 4
    • constantincerdan.com
Re: HTML in Gmail
« Reply #2 on: July 05, 2006, 08:35:30 am »
M'yes.

Should have mentioned that I already know you can do it, but I need the actual code so I can put it in the signature box in settings.

Edit:

Quote
I don't think gmail will allow raw html to be sent, but I may be wrong.  Just about everything you can want to do with html can be done with the formatting bar.

Ah right. Well, I hope you are, cause I can't be arsed to make Ilikephoto a link every time I send an e-mail.
« Last Edit: July 05, 2006, 08:38:17 am by Hitman »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: HTML in Gmail
« Reply #3 on: July 05, 2006, 08:36:41 am »
yeah, you should have said that

search for "signature block" in this wikipedia article.   You will see under the Absent Features section it says:
Quote
The ability to format a signature block with font types, colors, sizes, links, or pictures. The Signature block is also defaulted at the bottom which makes it hard for users who prefer to respond on the top of the previous message.

Found it with my first google search ;)
« Last Edit: July 05, 2006, 08:38:18 am by FliesLikeABrick »

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: HTML in Gmail
« Reply #4 on: July 05, 2006, 08:39:42 am »
Code: [Select]
<a href\u003d\"http://constantin.photopholio.com\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\">Ilikephoto</a>Thats how it ends up after using Compose Mail and making a link.

Offline Hitman

  • Major(1)
  • Posts: 4
    • constantincerdan.com
Re: HTML in Gmail
« Reply #5 on: July 05, 2006, 08:41:48 am »
Code: [Select]
<a href\u003d\"http://constantin.photopholio.com\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\">Ilikephoto</a>Thats how it ends up after using Compose Mail and making a link.

Hmm, just tried to send that in an e-mail, and it just came up as the code. Guess you can't send raw HTML. Oh well.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: HTML in Gmail
« Reply #6 on: July 05, 2006, 08:47:15 am »
this is simply a limitation of the gmail web interface.  If you use gmail as a normal mail server (aka use an external mail client like thunderbird), then you can send html e-mails from there, and set up an html signature in Thunderbird

Offline Hitman

  • Major(1)
  • Posts: 4
    • constantincerdan.com
Re: HTML in Gmail
« Reply #7 on: July 05, 2006, 08:48:53 am »
Yeeeeeah, suppose, but that's a bit of a mission just to link a word. I'll just stick to the way it is now.

Thanks for your help guys. I appreciate it.