PDA

View Full Version : inserting images into links?


TheBoyLard
14-Feb-2003, 12:42 PM
Tis I again :)
I'm trying to figure out how to insert an image into a link, as opposed to the text: !!<<A HREF="http://uk.giga-byte.com/"><b><u>Gigabyte motherboards</u></b></A>>!! is what is currently there, but I'd like to replace the Gigabyte Motherboards text with a small graffic of the Gigabyte logo instead (or in addition to?).

cdicken
14-Feb-2003, 02:37 PM
Hi there

Erm... this is pretty basic HTML. If you look at the source of this page, you will see that the code for the 'Actinic Community' graphic at the top is

<a href="index.php?s="><img src="images/actinic_logo.gif" border="0" alt="Actinic Community"></a>

Can I suggest you get yourself a good HTML book to help you with the custom code you are obviously using for your site. I quite like 'Learn HTML in a Weekend' by Steve Callihan.

TheBoyLard
14-Feb-2003, 03:01 PM
Thanks for the reply Chris.
The wife has just laughed and I'll be spending a bit of time checking things out first before typing a shout for help.

Consider my wrist slapped.

LardyBoy