Thursday, July 26, 2007

Once, Again

AH.

A lesson I learnt long ago, at the initial stages of working in this job as Software Engineer... & I forgot how to do it AGAIN.

To remove the border for hyperlinked image, use the border property:

< href = "whateveryourlinkis" border = "0">

As for the underline in the hyperlinked text and the default blue colour, use CSS to be rid of it:

a:link
{
text-decoration: none;
/*this can be any other colour you want, not necessarily black*/
color: #000000;
}

Monday, July 16, 2007

Wednesday, July 4, 2007

Adobe Flex Builder 3 Beta Release (Code Name Moxie)

Hehehe. Using it for the first time, since I've just undertaken a new project at work.

It's cool.

Flex Developer Center