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;
}
Thursday, July 26, 2007
Monday, July 16, 2007
Google Analytics
Tracking stuff to monitor Internet traffic to your website etc. Free. Kinda cool. Check it out.
Google Analytics
Module for adding Google Analytics to a Joomla site
How to install & configure the Joomla Google Analytics module
Google Analytics
Module for adding Google Analytics to a Joomla site
How to install & configure the Joomla Google Analytics module
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
It's cool.
Flex Developer Center
Subscribe to:
Posts (Atom)