halp me with html!

Sup cf!

I need some of ur IT brilliance.

Atm I'm a trainee at a company which works with Lotus Notes (WHICH IS PURE SHIT).

We want to insert a facebook link into this icon: image: Facebook20

And we need to put a Facebook link behind it.

I've managed to make it work inside Lotus Notes, but as soon as I send a mail to someone who uses Gmail, Hotmail or Outlook, the link inside the picture just dissapeared.

I know its possible, because someone else who worked for us (but in Denmark, not in NL) knew how it worked, but he aint working for us anymoar.

Please help me out here, and I will provide u with your nerd needs when I get home *wink* *wink*

edit: we're also working with Open Office, so I cant make an HTML link in Acces or smtn
Comments
23
<a href="http://www.facebook.com/"><img src="http://www.westlondoncollege.com/images/Facebook20.gif" /></a>

Like that? Haven't really coded html for like 4 years so guess its slightly wrong but you get the idea :p

e: and if you want clickable text behind the icon just put some text between the img-tag and end of a-tag.
I need some more help :p How do I make an image from that :x
Parent
I dont really understand what you mean unfortunately, and im off to bed. But HTML is a really simple language so there should be someone else avi to help you (or you could just google). gn8!
Parent
the "a href" is the link to the facebook, the "img src" is the icon, so if its right you should be able to click on the icon and it'll link you to the facebook
Parent
thing is, it needs to be viewable in Lotus Notes aswell. And the site of Lotus Notes doesnt really help me. And googling doesnt solve anything either :p
Parent
i have no idea what lotus notes is or does im sorry :P.

if you have the icon in a folder the <img src> should be <img src=foldername/facebook.gif/>
Parent
its a mail program, sorta like Outlook but then really really really bad.

If we would work with Outlook, it wouldnt be a problem, but we dont x) The reason that the link aint working is prolly cuz of Lotus Notes.
Parent
Where are you sourcing it from? Remember that the source needs to be included on the same place (web located) for each photo and needs to be uploaded!

Wonder's comment should help though bro.
Parent
oh, and our IT department knows fuck about IT.
So they cant help.
i dont think that department can be called IT if it doesnt know html
Parent
html seriously? :D
Im working at the marketing department yo, I have no clue what Im doin xd
Parent
i had to work with html last year in dreamweaver, it was complete shit program, even my teacher told me it was shit. But i study economics at uni so i don't even get why we needed to make that shit :p
Parent
i find dreamweaver awesome tbh
Parent
rly? well i haven't worked with it a lot but to me it was kinda messy to work in :)
Parent
its the same as windows would be shit or linux its as shit how you handle it ...

Dreamweaver is a prefect program if u know how to code to spare time.
Parent
use google
<h1>IRONIC</h1>

<img src="lefu/lolol.png" alt="" title="WAZZA" /> <!-- XHTML -->

<p>How hard was that?</p>
<a href="#">&nbsp;INDLOON&nbsp;</a>
this

<a href="http://facebook.com"><img src="http://www.westlondoncollege.com/images/Facebook20.gif"></a>

or

<a href=http://facebook.com><img src="fb.gif" alt="nie mozna wyswietlic obrazka" ></a>

it works for me fine :)
remember to close the a-tag with a </a> :p
Parent
ah ye.. my mistake :) Danke!
Parent
Back to top